mirror of
https://git.proxmox.com/git/qemu
synced 2025-08-07 20:08:20 +00:00
qapi: Fix enumeration typo error
Signed-off-by: Lei Li <lilei@linux.vnet.ibm.com> Reviewed-by: Luiz Capitulino <lcapitulino@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com>
This commit is contained in:
parent
feadf1a4de
commit
6932a69b20
@ -293,7 +293,7 @@
|
|||||||
##
|
##
|
||||||
# @GuestFsFreezeStatus
|
# @GuestFsFreezeStatus
|
||||||
#
|
#
|
||||||
# An enumation of filesystem freeze states
|
# An enumeration of filesystem freeze states
|
||||||
#
|
#
|
||||||
# @thawed: filesystems thawed/unfrozen
|
# @thawed: filesystems thawed/unfrozen
|
||||||
#
|
#
|
||||||
|
@ -118,7 +118,7 @@
|
|||||||
##
|
##
|
||||||
# @RunState
|
# @RunState
|
||||||
#
|
#
|
||||||
# An enumation of VM run states.
|
# An enumeration of VM run states.
|
||||||
#
|
#
|
||||||
# @debug: QEMU is running on a debugger
|
# @debug: QEMU is running on a debugger
|
||||||
#
|
#
|
||||||
@ -785,7 +785,7 @@
|
|||||||
##
|
##
|
||||||
# @SpiceQueryMouseMode
|
# @SpiceQueryMouseMode
|
||||||
#
|
#
|
||||||
# An enumation of Spice mouse states.
|
# An enumeration of Spice mouse states.
|
||||||
#
|
#
|
||||||
# @client: Mouse cursor position is determined by the client.
|
# @client: Mouse cursor position is determined by the client.
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user