mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
qapi event: clean up in callers
This patch improves docs and address small issues in event callers. Signed-off-by: Wenchao Xia <wenchaoqemu@gmail.com> Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
This commit is contained in:
parent
d6f9c82c62
commit
2f44a08b3e
6 changed files with 11 additions and 9 deletions
|
@ -1436,7 +1436,8 @@
|
|||
# @device: device name
|
||||
#
|
||||
# @msg: informative message for human consumption, such as the kind of
|
||||
# corruption being detected
|
||||
# corruption being detected. It should not be parsed by machine as it is
|
||||
# not guaranteed to be stable
|
||||
#
|
||||
# @offset: #optional, if the corruption resulted from an image access, this is
|
||||
# the access offset into the image
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
##
|
||||
# @SHUTDOWN
|
||||
#
|
||||
# Emitted when the virtual machine has shutdown, possibly indicating that QEMU
|
||||
# is about about to exit.
|
||||
# Emitted when the virtual machine has shut down, indicating that qemu is
|
||||
# about to exit.
|
||||
#
|
||||
# Note: If the command-line option "-no-shutdown" has been specified, qemu will
|
||||
# not exit, and a STOP event will eventually follow the SHUTDOWN event
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue