qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 17/30] qmp-commands: move 'migrate-start-postcopy' d


From: Marc-André Lureau
Subject: [Qemu-devel] [PATCH 17/30] qmp-commands: move 'migrate-start-postcopy' doc to schema
Date: Tue, 13 Sep 2016 17:01:56 +0400

Signed-off-by: Marc-André Lureau <address@hidden>
---
 docs/qmp-commands.txt | 10 ----------
 qapi-schema.json      |  7 +++++++
 2 files changed, 7 insertions(+), 10 deletions(-)

diff --git a/docs/qmp-commands.txt b/docs/qmp-commands.txt
index 53e06d2..f2b7369 100644
--- a/docs/qmp-commands.txt
+++ b/docs/qmp-commands.txt
@@ -454,16 +454,6 @@ Example:
 -> { "execute": "migrate-set-cache-size", "arguments": { "value": 536870912 } }
 <- { "return": {} }
 
-migrate-start-postcopy
-----------------------
-
-Switch an in-progress migration to postcopy mode. Ignored after the end of
-migration (or once already in postcopy).
-
-Example:
--> { "execute": "migrate-start-postcopy" }
-<- { "return": {} }
-
 query-migrate-cache-size
 ------------------------
 
diff --git a/qapi-schema.json b/qapi-schema.json
index 4bf088c..ea554bf 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -1068,6 +1068,13 @@
 # command.
 #
 # Since: 2.5
+#
+# Example:
+#
+# -> { "execute": "migrate-start-postcopy" }
+# <- { "return": {} }
+#
+##
 { 'command': 'migrate-start-postcopy' }
 
 ##
-- 
2.10.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]