mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-23 19:49:43 +00:00
qga schema: mark optional GuestLogicalProcessor.can-offline with #optional
Suggested-by: Eric Blake <eblake@redhat.com> Signed-off-by: Laszlo Ersek <lersek@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Reviewed-by: Michael Roth <mdroth@linux.vnet.ibm.com> Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
This commit is contained in:
parent
b8f954fea0
commit
c964c9e098
@ -562,9 +562,10 @@
|
||||
#
|
||||
# @online: Whether the VCPU is enabled.
|
||||
#
|
||||
# @can-offline: Whether offlining the VCPU is possible. This member is always
|
||||
# filled in by the guest agent when the structure is returned,
|
||||
# and always ignored on input (hence it can be omitted then).
|
||||
# @can-offline: #optional Whether offlining the VCPU is possible. This member
|
||||
# is always filled in by the guest agent when the structure is
|
||||
# returned, and always ignored on input (hence it can be omitted
|
||||
# then).
|
||||
#
|
||||
# Since: 1.5
|
||||
##
|
||||
|
Loading…
Reference in New Issue
Block a user