mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-16 14:41:55 -06:00
qmp-events: move 'RESUME' 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
138c454c0f
commit
a2235a0499
2 changed files with 6 additions and 12 deletions
|
@ -166,18 +166,6 @@ Flush operation:
|
||||||
|
|
||||||
Note: this event is rate-limited.
|
Note: this event is rate-limited.
|
||||||
|
|
||||||
RESUME
|
|
||||||
------
|
|
||||||
|
|
||||||
Emitted when the Virtual Machine resumes execution.
|
|
||||||
|
|
||||||
Data: None.
|
|
||||||
|
|
||||||
Example:
|
|
||||||
|
|
||||||
{ "event": "RESUME",
|
|
||||||
"timestamp": { "seconds": 1271770767, "microseconds": 582542 } }
|
|
||||||
|
|
||||||
RTC_CHANGE
|
RTC_CHANGE
|
||||||
----------
|
----------
|
||||||
|
|
||||||
|
|
|
@ -75,6 +75,12 @@
|
||||||
# Emitted when the virtual machine resumes execution
|
# Emitted when the virtual machine resumes execution
|
||||||
#
|
#
|
||||||
# Since: 0.12.0
|
# Since: 0.12.0
|
||||||
|
#
|
||||||
|
# Example:
|
||||||
|
#
|
||||||
|
# <- { "event": "RESUME",
|
||||||
|
# "timestamp": { "seconds": 1271770767, "microseconds": 582542 } }
|
||||||
|
#
|
||||||
##
|
##
|
||||||
{ 'event': 'RESUME' }
|
{ 'event': 'RESUME' }
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue