diff options
| author | Juan Quintela <quintela@redhat.com> | 2013-07-23 15:21:09 +0200 |
|---|---|---|
| committer | Juan Quintela <quintela@redhat.com> | 2013-07-23 15:21:09 +0200 |
| commit | 9781c3716a4b529a2af64502926a57c11e69e6ca (patch) | |
| tree | 2d93465abf8a8c08bbca80e6ee01ecf54ee8459e | |
| parent | 3e47c249b93d5cc1e0f9404dbe243682598ba8fb (diff) | |
| download | focaccia-qemu-9781c3716a4b529a2af64502926a57c11e69e6ca.tar.gz focaccia-qemu-9781c3716a4b529a2af64502926a57c11e69e6ca.zip | |
migration: add autoconvergence documentation
This hunk got lost during merge. It is documentation. Spotted-by: Peter Lieven <lieven-lists@dlhnet.de> Signed-off-by: Juan Quintela <quintela@redhat.com>
| -rw-r--r-- | qapi-schema.json | 3 |
1 files changed, 3 insertions, 0 deletions
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', |