From 9781c3716a4b529a2af64502926a57c11e69e6ca Mon Sep 17 00:00:00 2001 From: Juan Quintela Date: Tue, 23 Jul 2013 15:21:09 +0200 Subject: migration: add autoconvergence documentation This hunk got lost during merge. It is documentation. Spotted-by: Peter Lieven Signed-off-by: Juan Quintela --- qapi-schema.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'qapi-schema.json') diff --git a/qapi-schema.json b/qapi-schema.json index 465b480976..f82d829fdc 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -626,6 +626,9 @@ # to enable the capability on the source VM. The feature is disabled by # default. (since 1.6) # +# @auto-converge: If enabled, QEMU will automatically throttle down the guest +# to speed up convergence of RAM migration. (since 1.6) +# # Since: 1.2 ## { 'enum': 'MigrationCapability', -- cgit v1.2.1