From 253cdee14864806d1aaa397ece3fddbcbdcc1734 Mon Sep 17 00:00:00 2001 From: Marc-André Lureau Date: Thu, 23 Jun 2016 13:07:39 +0200 Subject: qmp-commands: move 'system_wakeup' doc to schema MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marc-André Lureau Signed-off-by: Markus Armbruster --- qapi-schema.json | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'qapi-schema.json') diff --git a/qapi-schema.json b/qapi-schema.json index babac12e16..5a2716ceb3 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' } -- cgit 1.4.1