diff options
author | Wenchao Xia <wenchaoqemu@gmail.com> | 2014-06-18 08:43:40 +0200 |
---|---|---|
committer | Luiz Capitulino <lcapitulino@redhat.com> | 2014-06-23 11:12:27 -0400 |
commit | 7a906f7ffb467576507956fe455dd1f55f6ba4ff (patch) | |
tree | 5d1a8c3e2f1a6c01c3eb6fdf53e89d1152fe8f6e /qapi-event.json | |
parent | 2ea4100f44af4280c5f566c94ac02f188e8ff24c (diff) |
qapi event: convert WAKEUP
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 469353c571..807a6f5d8f 100644 --- a/qapi-event.json +++ b/qapi-event.json @@ -69,3 +69,12 @@ # Since: 1.2 ## { 'event': 'SUSPEND_DISK' } + +## +# @WAKEUP +# +# Emitted when the guest has woken up from suspend state and is running +# +# Since: 1.1 +## +{ 'event': 'WAKEUP' } |