diff options
-rw-r--r-- | docs/qmp-events.txt | 12 | ||||
-rw-r--r-- | qapi/event.json | 6 |
2 files changed, 6 insertions, 12 deletions
diff --git a/docs/qmp-events.txt b/docs/qmp-events.txt index 83f03557ee..8e709ea84c 100644 --- a/docs/qmp-events.txt +++ b/docs/qmp-events.txt @@ -420,18 +420,6 @@ Example: 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 -------- diff --git a/qapi/event.json b/qapi/event.json index a3792cd2fa..3ac4eb148f 100644 --- a/qapi/event.json +++ b/qapi/event.json @@ -124,6 +124,12 @@ # Emitted when the guest has woken up from suspend state and is running # # Since: 1.1 +# +# Example: +# +# <- { "event": "WAKEUP", +# "timestamp": { "seconds": 1344522075, "microseconds": 745528 } } +# ## { 'event': 'WAKEUP' } |