qmp-commands: move 'system_powerdown' doc to schema

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
Marc-André Lureau 2016-06-23 13:03:30 +02:00 committed by Markus Armbruster
parent cd98e00be0
commit 04fcbabc45
2 changed files with 5 additions and 12 deletions

View 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
----------

View file

@ -2174,6 +2174,11 @@
# 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' }