]> git.proxmox.com Git - mirror_qemu.git/commitdiff
qmp-commands: move 'migrate_cancel' doc to schema
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Thu, 23 Jun 2016 11:16:09 +0000 (13:16 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Mon, 16 Jan 2017 08:15:28 +0000 (09:15 +0100)
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
docs/qmp-commands.txt
qapi-schema.json

index 3faba0cbc4b8ca20e4a35f3c892257f72bdc94fb..a2f2a1b28bdcc8af3d39f2fd543d68b4b4fc1678 100644 (file)
@@ -270,18 +270,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
 ----------------
 
index f3d2c4260e620570f7d3b03d1257b1c3fd5a663f..c732ec9bcccfada38f61c7eaf201b45620054a17 100644 (file)
 # Notes: This command succeeds even if there is no migration process running.
 #
 # Since: 0.14.0
+#
+# Example:
+#
+# -> { "execute": "migrate_cancel" }
+# <- { "return": {} }
+#
 ##
 { 'command': 'migrate_cancel' }