diff options
author | Wenchao Xia <wenchaoqemu@gmail.com> | 2014-06-18 08:43:38 +0200 |
---|---|---|
committer | Luiz Capitulino <lcapitulino@redhat.com> | 2014-06-23 11:12:27 -0400 |
commit | 1d11a95a3e84e01289e07884de37f2eb65c21357 (patch) | |
tree | 8731b26fb715a9273f5e7edc22943a4b6bc0b535 /qapi-event.json | |
parent | 591c48fbc5390eced7c787a5fbb72552ef62e56a (diff) |
qapi event: convert SUSPEND
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 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/qapi-event.json b/qapi-event.json index ac903efec2..d45b34182d 100644 --- a/qapi-event.json +++ b/qapi-event.json @@ -47,3 +47,13 @@ # Since: 0.12.0 ## { 'event': 'RESUME' } + +## +# @SUSPEND +# +# Emitted when guest enters a hardware suspension state, for example, S3 state, +# which is sometimes called standby state +# +# Since: 1.1 +## +{ 'event': 'SUSPEND' } |