From: Marc-André Lureau Date: Thu, 23 Jun 2016 11:07:39 +0000 (+0200) Subject: qmp-commands: move 'system_wakeup' doc to schema X-Git-Tag: v2.9.0-rc0~148^2~135 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=253cdee14864806d1aaa397ece3fddbcbdcc1734;p=thirdparty%2Fqemu.git qmp-commands: move 'system_wakeup' 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 083273d7dcd..2361e84c8f2 100644 --- a/docs/qmp-commands.txt +++ b/docs/qmp-commands.txt @@ -113,18 +113,6 @@ Example: -> { "execute": "screendump", "arguments": { "filename": "/tmp/image" } } <- { "return": {} } -system_wakeup -------------- - -Wakeup guest from suspend. - -Arguments: None. - -Example: - --> { "execute": "system_wakeup" } -<- { "return": {} } - device_add ---------- diff --git a/qapi-schema.json b/qapi-schema.json index babac12e163..5a2716ceb38 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -2306,6 +2306,12 @@ # Since: 1.1 # # Returns: nothing. +# +# Example: +# +# -> { "execute": "system_wakeup" } +# <- { "return": {} } +# ## { 'command': 'system_wakeup' }