From bde1e2ec2176c363c1783bf8887b6b1beb08dfee Mon Sep 17 00:00:00 2001 From: Chegu Vinod Date: Mon, 24 Jun 2013 03:49:42 -0600 Subject: Add 'auto-converge' migration capability The auto-converge migration capability allows the user to specify if they choose live migration seqeunce to automatically detect and force convergence. Signed-off-by: Chegu Vinod Reviewed-by: Paolo Bonzini Reviewed-by: Eric Blake Signed-off-by: Juan Quintela --- qapi-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qapi-schema.json') diff --git a/qapi-schema.json b/qapi-schema.json index b251d28..35095ff 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -616,7 +616,7 @@ # Since: 1.2 ## { 'enum': 'MigrationCapability', - 'data': ['xbzrle', 'x-rdma-pin-all'] } + 'data': ['xbzrle', 'x-rdma-pin-all', 'auto-converge'] } ## # @MigrationCapabilityStatus -- cgit v1.1