From 92dcfb434ce2c4b0f27a1a243d1e770a8e666d00 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marc-Andr=C3=A9=20Lureau?= Date: Thu, 23 Jun 2016 13:16:09 +0200 Subject: [PATCH] qmp-commands: move 'migrate_cancel' doc to schema MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Marc-André Lureau Signed-off-by: Markus Armbruster --- 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 3faba0cbc4..a2f2a1b28b 100644 --- a/docs/qmp-commands.txt +++ b/docs/qmp-commands.txt @@ -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 ---------------- diff --git a/qapi-schema.json b/qapi-schema.json index f3d2c4260e..c732ec9bcc 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -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' } -- 2.42.0