From c964c9e0985e71527bac47c8351008c3dc18c1b8 Mon Sep 17 00:00:00 2001 From: Laszlo Ersek Date: Fri, 15 Mar 2013 19:07:50 +0100 Subject: 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 --- qga/qapi-schema.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'qga') 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 ## -- cgit v1.2.1