From: Marc-André Lureau Date: Thu, 23 Jun 2016 11:07:08 +0000 (+0200) Subject: qmp-commands: move 'cont' doc to schema X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=3815d0de51124db3da50abaebbb4ec5f1d531f53;p=qemu.git qmp-commands: move 'cont' 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 bc7cec1447..083273d7dc 100644 --- a/docs/qmp-commands.txt +++ b/docs/qmp-commands.txt @@ -113,18 +113,6 @@ Example: -> { "execute": "screendump", "arguments": { "filename": "/tmp/image" } } <- { "return": {} } -cont ----- - -Resume emulation. - -Arguments: None. - -Example: - --> { "execute": "cont" } -<- { "return": {} } - system_wakeup ------------- diff --git a/qapi-schema.json b/qapi-schema.json index 0bdd193f71..babac12e16 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -2289,6 +2289,12 @@ # this case, the effect of the command is to make sure the guest # starts once migration finishes, removing the effect of the -S # command line option if it was passed. +# +# Example: +# +# -> { "execute": "cont" } +# <- { "return": {} } +# ## { 'command': 'cont' }