qmp-events: move 'WAKEUP' 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
4de62c38a5
commit
aa496f9812
|
@ -420,18 +420,6 @@ Example:
|
||||||
|
|
||||||
Note: this event is rate-limited separately for each "id".
|
Note: this event is rate-limited separately for each "id".
|
||||||
|
|
||||||
WAKEUP
|
|
||||||
------
|
|
||||||
|
|
||||||
Emitted when the guest has woken up from S3 and is running.
|
|
||||||
|
|
||||||
Data: None.
|
|
||||||
|
|
||||||
Example:
|
|
||||||
|
|
||||||
{ "event": "WAKEUP",
|
|
||||||
"timestamp": { "seconds": 1344522075, "microseconds": 745528 } }
|
|
||||||
|
|
||||||
WATCHDOG
|
WATCHDOG
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
|
|
@ -124,6 +124,12 @@
|
||||||
# Emitted when the guest has woken up from suspend state and is running
|
# Emitted when the guest has woken up from suspend state and is running
|
||||||
#
|
#
|
||||||
# Since: 1.1
|
# Since: 1.1
|
||||||
|
#
|
||||||
|
# Example:
|
||||||
|
#
|
||||||
|
# <- { "event": "WAKEUP",
|
||||||
|
# "timestamp": { "seconds": 1344522075, "microseconds": 745528 } }
|
||||||
|
#
|
||||||
##
|
##
|
||||||
{ 'event': 'WAKEUP' }
|
{ 'event': 'WAKEUP' }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue