qmp-commands: move 'migrate_cancel' doc to schema

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
Marc-André Lureau 2016-06-23 13:16:09 +02:00 committed by Markus Armbruster
parent e9ac76acd7
commit 92dcfb434c
2 changed files with 6 additions and 12 deletions

View 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
----------------

View file

@ -2587,6 +2587,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' }