diff options
author | Laszlo Ersek <lersek@redhat.com> | 2013-03-15 19:07:50 +0100 |
---|---|---|
committer | Michael Roth <mdroth@linux.vnet.ibm.com> | 2013-04-02 09:06:11 -0500 |
commit | c964c9e0985e71527bac47c8351008c3dc18c1b8 (patch) | |
tree | 5364b3d4e265017bcd9c47ddc294a5c5f80cde78 /qga | |
parent | b8f954fea019801370954fe85c32df49edf6397d (diff) | |
download | qemu-c964c9e0985e71527bac47c8351008c3dc18c1b8.tar.gz qemu-c964c9e0985e71527bac47c8351008c3dc18c1b8.tar.bz2 qemu-c964c9e0985e71527bac47c8351008c3dc18c1b8.zip |
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>
Diffstat (limited to 'qga')
-rw-r--r-- | qga/qapi-schema.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/qga/qapi-schema.json b/qga/qapi-schema.json index dac4e6f95f..2af3515115 100644 --- a/qga/qapi-schema.json +++ b/qga/qapi-schema.json @@ -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 ## |