From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:35865) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UGZ3i-0001Gf-9p for qemu-devel@nongnu.org; Fri, 15 Mar 2013 14:08:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UGZ3b-0003mf-Va for qemu-devel@nongnu.org; Fri, 15 Mar 2013 14:08:50 -0400 Received: from mx1.redhat.com ([209.132.183.28]:18227) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UGZ3b-0003ma-O2 for qemu-devel@nongnu.org; Fri, 15 Mar 2013 14:08:43 -0400 From: Laszlo Ersek Date: Fri, 15 Mar 2013 19:07:50 +0100 Message-Id: <1363370871-10537-2-git-send-email-lersek@redhat.com> In-Reply-To: <1363370871-10537-1-git-send-email-lersek@redhat.com> References: <1363370871-10537-1-git-send-email-lersek@redhat.com> Subject: [Qemu-devel] [PATCH 1/2] qga schema: mark optional GuestLogicalProcessor.can-offline with #optional List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, mdroth@linux.vnet.ibm.com, eblake@redhat.com Suggested-by: Eric Blake Signed-off-by: Laszlo Ersek --- 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 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 ## -- 1.7.1