diff options
author | Wenchao Xia <wenchaoqemu@gmail.com> | 2014-06-18 08:43:33 +0200 |
---|---|---|
committer | Luiz Capitulino <lcapitulino@redhat.com> | 2014-06-23 11:01:25 -0400 |
commit | 8432183137c4ae91e63e36a683fa0869b3db768e (patch) | |
tree | c98ca1bf8752172dda4fd4c8037d8ed36914b9a0 /docs/qmp | |
parent | f668470f403e83cc4622b1b4e563e2c61fbdfe62 (diff) | |
download | qemu-8432183137c4ae91e63e36a683fa0869b3db768e.zip qemu-8432183137c4ae91e63e36a683fa0869b3db768e.tar.gz qemu-8432183137c4ae91e63e36a683fa0869b3db768e.tar.bz2 |
qapi event: convert SHUTDOWN
This patch also eliminates build time warning caused by
QAPI_EVENT_MAX = 0.
Signed-off-by: Wenchao Xia <wenchaoqemu@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'docs/qmp')
-rw-r--r-- | docs/qmp/qmp-events.txt | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/docs/qmp/qmp-events.txt b/docs/qmp/qmp-events.txt index 22fea58..c16d6f1 100644 --- a/docs/qmp/qmp-events.txt +++ b/docs/qmp/qmp-events.txt @@ -314,21 +314,6 @@ Example: "data": { "offset": 78 }, "timestamp": { "seconds": 1267020223, "microseconds": 435656 } } -SHUTDOWN --------- - -Emitted when the Virtual Machine is powered down. - -Data: None. - -Example: - -{ "event": "SHUTDOWN", - "timestamp": { "seconds": 1267040730, "microseconds": 682951 } } - -Note: If the command-line option "-no-shutdown" has been specified, a STOP -event will eventually follow the SHUTDOWN event. - SPICE_CONNECTED, SPICE_DISCONNECTED ----------------------------------- |