mirror of https://github.com/xemu-project/xemu.git
qmp-events: move '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
189d43bed6
commit
7a2aae7a36
|
@ -166,18 +166,6 @@ Flush operation:
|
||||||
|
|
||||||
Note: this event is rate-limited.
|
Note: this event is rate-limited.
|
||||||
|
|
||||||
RESET
|
|
||||||
-----
|
|
||||||
|
|
||||||
Emitted when the Virtual Machine is reset.
|
|
||||||
|
|
||||||
Data: None.
|
|
||||||
|
|
||||||
Example:
|
|
||||||
|
|
||||||
{ "event": "RESET",
|
|
||||||
"timestamp": { "seconds": 1267041653, "microseconds": 9518 } }
|
|
||||||
|
|
||||||
RESUME
|
RESUME
|
||||||
------
|
------
|
||||||
|
|
||||||
|
|
|
@ -45,6 +45,12 @@
|
||||||
# Emitted when the virtual machine is reset
|
# Emitted when the virtual machine is reset
|
||||||
#
|
#
|
||||||
# Since: 0.12.0
|
# Since: 0.12.0
|
||||||
|
#
|
||||||
|
# Example:
|
||||||
|
#
|
||||||
|
# <- { "event": "RESET",
|
||||||
|
# "timestamp": { "seconds": 1267041653, "microseconds": 9518 } }
|
||||||
|
#
|
||||||
##
|
##
|
||||||
{ 'event': 'RESET' }
|
{ 'event': 'RESET' }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue