mirror of https://github.com/xemu-project/xemu.git
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:
parent
cd98e00be0
commit
04fcbabc45
|
@ -137,18 +137,6 @@ Example:
|
||||||
-> { "execute": "system_wakeup" }
|
-> { "execute": "system_wakeup" }
|
||||||
<- { "return": {} }
|
<- { "return": {} }
|
||||||
|
|
||||||
system_powerdown
|
|
||||||
----------------
|
|
||||||
|
|
||||||
Send system power down event.
|
|
||||||
|
|
||||||
Arguments: None.
|
|
||||||
|
|
||||||
Example:
|
|
||||||
|
|
||||||
-> { "execute": "system_powerdown" }
|
|
||||||
<- { "return": {} }
|
|
||||||
|
|
||||||
device_add
|
device_add
|
||||||
----------
|
----------
|
||||||
|
|
||||||
|
|
|
@ -2174,6 +2174,11 @@
|
||||||
# returning does not indicate that a guest has accepted the request or
|
# 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
|
# that it has shut down. Many guests will respond to this command by
|
||||||
# prompting the user in some way.
|
# prompting the user in some way.
|
||||||
|
# Example:
|
||||||
|
#
|
||||||
|
# -> { "execute": "system_powerdown" }
|
||||||
|
# <- { "return": {} }
|
||||||
|
#
|
||||||
##
|
##
|
||||||
{ 'command': 'system_powerdown' }
|
{ 'command': 'system_powerdown' }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue