diff options
| author | Luiz Capitulino <lcapitulino@redhat.com> | 2012-08-09 12:02:21 -0300 |
|---|---|---|
| committer | Luiz Capitulino <lcapitulino@redhat.com> | 2012-08-13 16:10:18 -0300 |
| commit | 67e3cf2664b3fc858a895d1e0e4b8d81c3400823 (patch) | |
| tree | c003a746ff5ca4c000c9193205dac4b902552fdf | |
| parent | cb8900fe0d0b5ea33fc31a01b1c4fb41dd6368aa (diff) | |
| download | focaccia-qemu-67e3cf2664b3fc858a895d1e0e4b8d81c3400823.tar.gz focaccia-qemu-67e3cf2664b3fc858a895d1e0e4b8d81c3400823.zip | |
qmp: qmp-events.txt: add missing doc for the SUSPEND event
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Acked-by: Gerd Hoffmann <kraxel@redhat.com>
| -rw-r--r-- | QMP/qmp-events.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/QMP/qmp-events.txt b/QMP/qmp-events.txt index 2389370f1f..df190ace7b 100644 --- a/QMP/qmp-events.txt +++ b/QMP/qmp-events.txt @@ -240,6 +240,18 @@ Example: { "event": "STOP", "timestamp": { "seconds": 1267041730, "microseconds": 281295 } } +SUSPEND +------- + +Emitted when guest enters S3 state. + +Data: None. + +Example: + +{ "event": "SUSPEND", + "timestamp": { "seconds": 1344456160, "microseconds": 309119 } } + VNC_CONNECTED ------------- |