]> Git Repo - qemu.git/commitdiff
qmp-commands: move 'system_powerdown' doc to schema
authorMarc-André Lureau <[email protected]>
Thu, 23 Jun 2016 11:03:30 +0000 (13:03 +0200)
committerMarkus Armbruster <[email protected]>
Mon, 16 Jan 2017 08:15:27 +0000 (09:15 +0100)
Signed-off-by: Marc-André Lureau <[email protected]>
Signed-off-by: Markus Armbruster <[email protected]>
docs/qmp-commands.txt
qapi-schema.json

index 647cc3a9e547598719fd69d485fbf5e02183b258..2de1a488d2033c1efe9c46312dab74a51c07eb76 100644 (file)
@@ -137,18 +137,6 @@ Example:
 -> { "execute": "system_wakeup" }
 <- { "return": {} }
 
-system_powerdown
-----------------
-
-Send system power down event.
-
-Arguments: None.
-
-Example:
-
--> { "execute": "system_powerdown" }
-<- { "return": {} }
-
 device_add
 ----------
 
index 370f98874244ce93ba9ea2f876eb0f387df4de1a..2b72127d00266426b89117122d5fa9ba24d55d1a 100644 (file)
 #        returning does not indicate that a guest has accepted the request or
 #        that it has shut down.  Many guests will respond to this command by
 #        prompting the user in some way.
+# Example:
+#
+# -> { "execute": "system_powerdown" }
+# <- { "return": {} }
+#
 ##
 { 'command': 'system_powerdown' }
 
This page took 0.045923 seconds and 4 git commands to generate.