diff options
Diffstat (limited to 'qapi')
-rw-r--r-- | qapi/event.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/qapi/event.json b/qapi/event.json index 34e046769e..a3792cd2fa 100644 --- a/qapi/event.json +++ b/qapi/event.json @@ -109,6 +109,12 @@ # Note: QEMU shuts down (similar to event @SHUTDOWN) when entering this state # # Since: 1.2 +# +# Example: +# +# <- { "event": "SUSPEND_DISK", +# "timestamp": { "seconds": 1344456160, "microseconds": 309119 } } +# ## { 'event': 'SUSPEND_DISK' } |