diff options
| author | Wenchao Xia | 2014-06-18 08:43:36 +0200 |
|---|---|---|
| committer | Luiz Capitulino | 2014-06-23 17:01:25 +0200 |
| commit | a4e15de9a2ab65b4ab276cded6f5c3758691bd74 (patch) | |
| tree | 97c993ecc407d49a0d861cd2bd78fefe6989a153 /qapi-event.json | |
| parent | qapi event: convert RESET (diff) | |
| download | qemu-a4e15de9a2ab65b4ab276cded6f5c3758691bd74.tar.gz qemu-a4e15de9a2ab65b4ab276cded6f5c3758691bd74.tar.xz qemu-a4e15de9a2ab65b4ab276cded6f5c3758691bd74.zip | |
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 'qapi-event.json')
| -rw-r--r-- | qapi-event.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/qapi-event.json b/qapi-event.json index f38669d48f..bac7fdc4b0 100644 --- a/qapi-event.json +++ b/qapi-event.json @@ -29,3 +29,12 @@ # Since: 0.12.0 ## { 'event': 'RESET' } + +## +# @STOP +# +# Emitted when the virtual machine is stopped +# +# Since: 0.12.0 +## +{ 'event': 'STOP' } |
