mirror of https://gitee.com/openkylin/qemu.git
qmp-events: move 'SHUTDOWN' 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
01b7d4be5c
commit
12defe50f8
|
@ -221,22 +221,6 @@ Example:
|
||||||
|
|
||||||
Note: this event is rate-limited.
|
Note: this event is rate-limited.
|
||||||
|
|
||||||
SHUTDOWN
|
|
||||||
--------
|
|
||||||
|
|
||||||
Emitted when the Virtual Machine has shut down, indicating that qemu
|
|
||||||
is about to exit.
|
|
||||||
|
|
||||||
Data: None.
|
|
||||||
|
|
||||||
Example:
|
|
||||||
|
|
||||||
{ "event": "SHUTDOWN",
|
|
||||||
"timestamp": { "seconds": 1267040730, "microseconds": 682951 } }
|
|
||||||
|
|
||||||
Note: If the command-line option "-no-shutdown" has been specified, a STOP
|
|
||||||
event will eventually follow the SHUTDOWN event.
|
|
||||||
|
|
||||||
SPICE_CONNECTED
|
SPICE_CONNECTED
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
|
|
|
@ -14,6 +14,12 @@
|
||||||
# not exit, and a STOP event will eventually follow the SHUTDOWN event
|
# not exit, and a STOP event will eventually follow the SHUTDOWN event
|
||||||
#
|
#
|
||||||
# Since: 0.12.0
|
# Since: 0.12.0
|
||||||
|
#
|
||||||
|
# Example:
|
||||||
|
#
|
||||||
|
# <- { "event": "SHUTDOWN",
|
||||||
|
# "timestamp": { "seconds": 1267040730, "microseconds": 682951 } }
|
||||||
|
#
|
||||||
##
|
##
|
||||||
{ 'event': 'SHUTDOWN' }
|
{ 'event': 'SHUTDOWN' }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue