qapi event: convert POWERDOWN
There is no existing comments for POWERDOWN in doc/qmp/qmp-events.txt, so no change on it like other conversion patch. 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>
This commit is contained in:
parent
8432183137
commit
0aab9ec33e
@ -10,3 +10,13 @@
|
||||
# Since: 0.12.0
|
||||
##
|
||||
{ 'event': 'SHUTDOWN' }
|
||||
|
||||
##
|
||||
# @POWERDOWN
|
||||
#
|
||||
# Emitted when the virtual machine is powered down through the power control
|
||||
# system, such as via ACPI.
|
||||
#
|
||||
# Since: 0.12.0
|
||||
##
|
||||
{ 'event': 'POWERDOWN' }
|
||||
|
Loading…
Reference in New Issue
Block a user