From: Laszlo Ersek Date: Fri, 15 Mar 2013 18:07:50 +0000 (+0100) Subject: qga schema: mark optional GuestLogicalProcessor.can-offline with #optional X-Git-Tag: TizenStudio_2.0_p2.3.2~208^2~2161^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c964c9e0985e71527bac47c8351008c3dc18c1b8;p=sdk%2Femulator%2Fqemu.git qga schema: mark optional GuestLogicalProcessor.can-offline with #optional Suggested-by: Eric Blake Signed-off-by: Laszlo Ersek Reviewed-by: Eric Blake Reviewed-by: Michael Roth Signed-off-by: Michael Roth --- diff --git a/qga/qapi-schema.json b/qga/qapi-schema.json index dac4e6f..2af3515 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 ##