From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:42144) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UN1zu-0006UB-3g for qemu-devel@nongnu.org; Tue, 02 Apr 2013 10:15:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UN1zp-0008I0-Ax for qemu-devel@nongnu.org; Tue, 02 Apr 2013 10:15:38 -0400 Received: from mail-gh0-f175.google.com ([209.85.160.175]:54127) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UN1zp-0008Ht-6e for qemu-devel@nongnu.org; Tue, 02 Apr 2013 10:15:33 -0400 Received: by mail-gh0-f175.google.com with SMTP id f1so58918ghb.20 for ; Tue, 02 Apr 2013 07:15:32 -0700 (PDT) Sender: fluxion From: Michael Roth Date: Tue, 2 Apr 2013 09:13:11 -0500 Message-Id: <1364911993-31042-4-git-send-email-mdroth@linux.vnet.ibm.com> In-Reply-To: <1364911993-31042-1-git-send-email-mdroth@linux.vnet.ibm.com> References: <1364911993-31042-1-git-send-email-mdroth@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH 3/5] 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 Cc: aliguori@us.ibm.com, lersek@redhat.com, lilei@linux.vnet.ibm.com, lcapitulino@redhat.com From: Laszlo Ersek 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(-) 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.9.5