|
|
218e99 |
From 8fae371c482877d1f46bd19c5ae97d63dc707148 Mon Sep 17 00:00:00 2001
|
|
|
218e99 |
From: Orit Wasserman <owasserm@redhat.com>
|
|
|
218e99 |
Date: Wed, 9 Oct 2013 10:09:12 +0200
|
|
|
218e99 |
Subject: [PATCH 17/25] migration: add autoconvergence documentation
|
|
|
218e99 |
|
|
|
218e99 |
RH-Author: Orit Wasserman <owasserm@redhat.com>
|
|
|
218e99 |
Message-id: <1381313355-15641-8-git-send-email-owasserm@redhat.com>
|
|
|
218e99 |
Patchwork-id: 54803
|
|
|
218e99 |
O-Subject: [RHEL7.0 qemu-kvm v2 07/10] migration: add autoconvergence documentation
|
|
|
218e99 |
Bugzilla: 921465
|
|
|
218e99 |
RH-Acked-by: Paolo Bonzini <pbonzini@redhat.com>
|
|
|
218e99 |
RH-Acked-by: Stefan Hajnoczi <stefanha@redhat.com>
|
|
|
218e99 |
RH-Acked-by: Juan Quintela <quintela@redhat.com>
|
|
|
218e99 |
|
|
|
218e99 |
From: Juan Quintela <quintela@redhat.com>
|
|
|
218e99 |
|
|
|
218e99 |
This hunk got lost during merge. It is documentation.
|
|
|
218e99 |
|
|
|
218e99 |
Spotted-by: Peter Lieven <lieven-lists@dlhnet.de>
|
|
|
218e99 |
Signed-off-by: Juan Quintela <quintela@redhat.com>
|
|
|
218e99 |
(cherry picked from commit 9781c3716a4b529a2af64502926a57c11e69e6ca)
|
|
|
218e99 |
---
|
|
|
218e99 |
qapi-schema.json | 3 +++
|
|
|
218e99 |
1 file changed, 3 insertions(+)
|
|
|
218e99 |
|
|
|
218e99 |
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
|
|
|
218e99 |
---
|
|
|
218e99 |
qapi-schema.json | 3 +++
|
|
|
218e99 |
1 files changed, 3 insertions(+), 0 deletions(-)
|
|
|
218e99 |
|
|
|
218e99 |
diff --git a/qapi-schema.json b/qapi-schema.json
|
|
|
218e99 |
index a717fbf..ffe0ed1 100644
|
|
|
218e99 |
--- a/qapi-schema.json
|
|
|
218e99 |
+++ b/qapi-schema.json
|
|
|
218e99 |
@@ -611,6 +611,9 @@
|
|
|
218e99 |
# to enable the capability on the source VM. The feature is disabled by
|
|
|
218e99 |
# default. (since 1.6)
|
|
|
218e99 |
#
|
|
|
218e99 |
+# @auto-converge: If enabled, QEMU will automatically throttle down the guest
|
|
|
218e99 |
+# to speed up convergence of RAM migration. (since 1.6)
|
|
|
218e99 |
+#
|
|
|
218e99 |
# Since: 1.2
|
|
|
218e99 |
##
|
|
|
218e99 |
{ 'enum': 'MigrationCapability',
|
|
|
218e99 |
--
|
|
|
218e99 |
1.7.1
|
|
|
218e99 |
|