qmp-commands: move 'system_reset' 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
9787339ebb
commit
cd98e00be0
@ -137,18 +137,6 @@ Example:
|
|||||||
-> { "execute": "system_wakeup" }
|
-> { "execute": "system_wakeup" }
|
||||||
<- { "return": {} }
|
<- { "return": {} }
|
||||||
|
|
||||||
system_reset
|
|
||||||
------------
|
|
||||||
|
|
||||||
Reset the system.
|
|
||||||
|
|
||||||
Arguments: None.
|
|
||||||
|
|
||||||
Example:
|
|
||||||
|
|
||||||
-> { "execute": "system_reset" }
|
|
||||||
<- { "return": {} }
|
|
||||||
|
|
||||||
system_powerdown
|
system_powerdown
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
|
@ -2154,6 +2154,12 @@
|
|||||||
# Performs a hard reset of a guest.
|
# Performs a hard reset of a guest.
|
||||||
#
|
#
|
||||||
# Since: 0.14.0
|
# Since: 0.14.0
|
||||||
|
#
|
||||||
|
# Example:
|
||||||
|
#
|
||||||
|
# -> { "execute": "system_reset" }
|
||||||
|
# <- { "return": {} }
|
||||||
|
#
|
||||||
##
|
##
|
||||||
{ 'command': 'system_reset' }
|
{ 'command': 'system_reset' }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user