diff options
| author | Wenchao Xia | 2014-06-18 08:43:35 +0200 |
|---|---|---|
| committer | Luiz Capitulino | 2014-06-23 17:01:25 +0200 |
| commit | a6330785f025d038b8a6facfb769817f6bf27df6 (patch) | |
| tree | bfceb2b5371ed1267c3107a893cfd6d1708255b2 /qapi-event.json | |
| parent | qapi event: convert POWERDOWN (diff) | |
| download | qemu-a6330785f025d038b8a6facfb769817f6bf27df6.tar.gz qemu-a6330785f025d038b8a6facfb769817f6bf27df6.tar.xz qemu-a6330785f025d038b8a6facfb769817f6bf27df6.zip | |
qapi event: convert RESET
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 ca08289aec..f38669d48f 100644 --- a/qapi-event.json +++ b/qapi-event.json @@ -20,3 +20,12 @@ # Since: 0.12.0 ## { 'event': 'POWERDOWN' } + +## +# @RESET +# +# Emitted when the virtual machine is reset +# +# Since: 0.12.0 +## +{ 'event': 'RESET' } |
