diff options
author | Wenchao Xia <wenchaoqemu@gmail.com> | 2014-06-18 08:43:37 +0200 |
---|---|---|
committer | Luiz Capitulino <lcapitulino@redhat.com> | 2014-06-23 11:12:24 -0400 |
commit | 591c48fbc5390eced7c787a5fbb72552ef62e56a (patch) | |
tree | 5d2dd17e29cedd26f6ed11805636b36908d917f3 /qapi-event.json | |
parent | a4e15de9a2ab65b4ab276cded6f5c3758691bd74 (diff) | |
download | qemu-591c48fbc5390eced7c787a5fbb72552ef62e56a.zip qemu-591c48fbc5390eced7c787a5fbb72552ef62e56a.tar.gz qemu-591c48fbc5390eced7c787a5fbb72552ef62e56a.tar.bz2 |
qapi event: convert RESUME
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 bac7fdc..ac903ef 100644 --- a/qapi-event.json +++ b/qapi-event.json @@ -38,3 +38,12 @@ # Since: 0.12.0 ## { 'event': 'STOP' } + +## +# @RESUME +# +# Emitted when the virtual machine resumes execution +# +# Since: 0.12.0 +## +{ 'event': 'RESUME' } |