Signed-off-by: Marc-André Lureau <[email protected]>
---
docs/qmp-commands.txt | 12 ------------
qapi-schema.json | 6 ++++++
2 files changed, 6 insertions(+), 12 deletions(-)
diff --git a/docs/qmp-commands.txt b/docs/qmp-commands.txt
index c97dcb5..1c3e69f 100644
--- a/docs/qmp-commands.txt
+++ b/docs/qmp-commands.txt
@@ -111,18 +111,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 9de5214..0eddc72 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -2220,6 +2220,12 @@
# Since: 1.1
#
# Returns: nothing.
+#
+# Example:
+#
+# -> { "execute": "system_wakeup" }
+# <- { "return": {} }
+#
##
{ 'command': 'system_wakeup' }
--
2.10.0