qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 09/30] qmp-commands: move 'migrate_cancel' doc to sc


From: Marc-André Lureau
Subject: [Qemu-devel] [PATCH 09/30] qmp-commands: move 'migrate_cancel' doc to schema
Date: Thu, 22 Sep 2016 13:22:44 +0400

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

diff --git a/docs/qmp-commands.txt b/docs/qmp-commands.txt
index c3b813f..158dcbd 100644
--- a/docs/qmp-commands.txt
+++ b/docs/qmp-commands.txt
@@ -268,18 +268,6 @@ Notes:
 (3) The user Monitor's "detach" argument is invalid in QMP and should not
     be used
 
-migrate_cancel
---------------
-
-Cancel the current migration.
-
-Arguments: None.
-
-Example:
-
--> { "execute": "migrate_cancel" }
-<- { "return": {} }
-
 migrate-incoming
 ----------------
 
diff --git a/qapi-schema.json b/qapi-schema.json
index 5142818..335be2d 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -2499,6 +2499,12 @@
 # Notes: This command succeeds even if there is no migration process running.
 #
 # Since: 0.14.0
+#
+# Example:
+#
+# -> { "execute": "migrate_cancel" }
+# <- { "return": {} }
+#
 ##
 { 'command': 'migrate_cancel' }
 
-- 
2.10.0




reply via email to

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