mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
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:
committed by
Markus Armbruster
parent
9787339ebb
commit
cd98e00be0
@@ -137,18 +137,6 @@ Example:
|
||||
-> { "execute": "system_wakeup" }
|
||||
<- { "return": {} }
|
||||
|
||||
system_reset
|
||||
------------
|
||||
|
||||
Reset the system.
|
||||
|
||||
Arguments: None.
|
||||
|
||||
Example:
|
||||
|
||||
-> { "execute": "system_reset" }
|
||||
<- { "return": {} }
|
||||
|
||||
system_powerdown
|
||||
----------------
|
||||
|
||||
|
||||
@@ -2154,6 +2154,12 @@
|
||||
# Performs a hard reset of a guest.
|
||||
#
|
||||
# Since: 0.14.0
|
||||
#
|
||||
# Example:
|
||||
#
|
||||
# -> { "execute": "system_reset" }
|
||||
# <- { "return": {} }
|
||||
#
|
||||
##
|
||||
{ 'command': 'system_reset' }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user