]> git.proxmox.com Git - mirror_qemu.git/commitdiff
qmp-commands: move 'system_wakeup' doc to schema
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Thu, 23 Jun 2016 11:07:39 +0000 (13:07 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Mon, 16 Jan 2017 08:15:27 +0000 (09:15 +0100)
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
docs/qmp-commands.txt
qapi-schema.json

index 083273d7dcdee5fd108d5193dbcbd49f3d22b735..2361e84c8f2252622b982733e84e3b275411af6b 100644 (file)
@@ -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
 ----------
 
index babac12e1635c4de1b13abfa36dc7884b614444b..5a2716ceb38cfcb80138193b14157b81f413ce3c 100644 (file)
 # Since:  1.1
 #
 # Returns:  nothing.
+#
+# Example:
+#
+# -> { "execute": "system_wakeup" }
+# <- { "return": {} }
+#
 ##
 { 'command': 'system_wakeup' }