diff options
author | Wenchao Xia <wenchaoqemu@gmail.com> | 2014-06-18 08:43:36 +0200 |
---|---|---|
committer | Luiz Capitulino <lcapitulino@redhat.com> | 2014-06-23 11:01:25 -0400 |
commit | a4e15de9a2ab65b4ab276cded6f5c3758691bd74 (patch) | |
tree | 97c993ecc407d49a0d861cd2bd78fefe6989a153 /docs | |
parent | a6330785f025d038b8a6facfb769817f6bf27df6 (diff) |
qapi event: convert STOP
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')
-rw-r--r-- | docs/qmp/qmp-events.txt | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/qmp/qmp-events.txt b/docs/qmp/qmp-events.txt index c50b18f6fa..cb32530fbe 100644 --- a/docs/qmp/qmp-events.txt +++ b/docs/qmp/qmp-events.txt @@ -364,18 +364,6 @@ Example: "channel-id": 0, "tls": true} }} -STOP ----- - -Emitted when the Virtual Machine is stopped. - -Data: None. - -Example: - -{ "event": "STOP", - "timestamp": { "seconds": 1267041730, "microseconds": 281295 } } - SUSPEND ------- |