From 3c3ea00a8c65f73d41ad921333bbee7931414a4f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marc-Andr=C3=A9=20Lureau?= Date: Thu, 23 Jun 2016 10:34:00 +0200 Subject: [PATCH] qmp-commands: move 'migrate-start-postcopy' 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 | 10 ---------- qapi-schema.json | 6 ++++++ 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/docs/qmp-commands.txt b/docs/qmp-commands.txt index f963066ed1..536bddf417 100644 --- a/docs/qmp-commands.txt +++ b/docs/qmp-commands.txt @@ -456,16 +456,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 1387cd7f90..116b48be9c 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -1079,6 +1079,12 @@ # command. # # Since: 2.5 +# +# Example: +# +# -> { "execute": "migrate-start-postcopy" } +# <- { "return": {} } +# ## { 'command': 'migrate-start-postcopy' } -- 2.11.4.GIT