]> git.proxmox.com Git - mirror_qemu.git/commitdiff
qmp-commands: move 'system_reset' doc to schema
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Thu, 23 Jun 2016 11:03:06 +0000 (13:03 +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 d0d324de73969a17a82e044a1b4d7ce5f2cc8742..647cc3a9e547598719fd69d485fbf5e02183b258 100644 (file)
@@ -137,18 +137,6 @@ Example:
 -> { "execute": "system_wakeup" }
 <- { "return": {} }
 
-system_reset
-------------
-
-Reset the system.
-
-Arguments: None.
-
-Example:
-
--> { "execute": "system_reset" }
-<- { "return": {} }
-
 system_powerdown
 ----------------
 
index 9e3a19264634b63b58572e5695cf84bc431ffb25..370f98874244ce93ba9ea2f876eb0f387df4de1a 100644 (file)
 # Performs a hard reset of a guest.
 #
 # Since: 0.14.0
+#
+# Example:
+#
+# -> { "execute": "system_reset" }
+# <- { "return": {} }
+#
 ##
 { 'command': 'system_reset' }