summaryrefslogtreecommitdiffstats
path: root/qapi-schema.json
diff options
context:
space:
mode:
authorChegu Vinod2013-06-24 11:49:42 +0200
committerJuan Quintela2013-07-12 20:34:58 +0200
commitbde1e2ec2176c363c1783bf8887b6b1beb08dfee (patch)
tree81636d2f4f3ca3054b63301fe2f62f0fec18765d /qapi-schema.json
parentIntroduce async_run_on_cpu() (diff)
downloadqemu-bde1e2ec2176c363c1783bf8887b6b1beb08dfee.tar.gz
qemu-bde1e2ec2176c363c1783bf8887b6b1beb08dfee.tar.xz
qemu-bde1e2ec2176c363c1783bf8887b6b1beb08dfee.zip
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 <chegu_vinod@hp.com> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Juan Quintela <quintela@redhat.com>
Diffstat (limited to 'qapi-schema.json')
-rw-r--r--qapi-schema.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/qapi-schema.json b/qapi-schema.json
index b251d282cc..35095ff0b3 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