From: Marc-André Lureau Date: Thu, 23 Jun 2016 08:34:00 +0000 (+0200) Subject: qmp-commands: move 'migrate-start-postcopy' doc to schema X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=3c3ea00a8c65f73d41ad921333bbee7931414a4f;p=qemu.git qmp-commands: move 'migrate-start-postcopy' doc to schema Signed-off-by: Marc-André Lureau Signed-off-by: Markus Armbruster --- 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' }