From patchwork Tue Apr 2 14:13:11 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Roth X-Patchwork-Id: 233006 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 4B8372C0125 for ; Wed, 3 Apr 2013 01:16:22 +1100 (EST) Received: from localhost ([::1]:48932 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UN20Z-0006ZL-Uz for incoming@patchwork.ozlabs.org; Tue, 02 Apr 2013 10:16:19 -0400 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:from:to:cc:subject:date:message-id:x-mailer :in-reply-to:references; bh=1TnftQSnTaw5k6cIY4eh/8XGSLnXjLKV/FFuBdeqU6E=; b=pW9wLb81kTgmxMq3gcDfyHb0xIsckN7MMlGv/pDTaW/xoqV1yL+XUKJuHFDJIHB5VE Tpf72SCN8z3la7kz0g4eLAo7Pp4MUNx9ZKnzMX+O2lq63kfWI8eoNASe0343SbfipDQe bzw/IBzDijR6E3A5LjoOdjXqIcXbeiS41mhQU8oCmkhV3RqJpoYd+HNGaR8W7pSmGnXR Y83zmWo7gsARkLDp+ymZfK8aMU/CxK3eVOuyjmHQayrS3zDyqwVNACze6MJj05oXbPFW r3msDqV91otJ77/6xzTSbT5XXPgmVt5l239f0W3KiNW+hJbm84g3eHX6qipQ9YQtJuFh eSxg== X-Received: by 10.236.207.34 with SMTP id m22mr14886184yho.31.1364912132859; Tue, 02 Apr 2013 07:15:32 -0700 (PDT) Received: from localhost ([32.97.110.51]) by mx.google.com with ESMTPS id t27sm3226956yhm.20.2013.04.02.07.15.31 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 02 Apr 2013 07:15:32 -0700 (PDT) From: Michael Roth To: qemu-devel@nongnu.org Date: Tue, 2 Apr 2013 09:13:11 -0500 Message-Id: <1364911993-31042-4-git-send-email-mdroth@linux.vnet.ibm.com> X-Mailer: git-send-email 1.7.9.5 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> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.160.175 Cc: aliguori@us.ibm.com, lersek@redhat.com, lilei@linux.vnet.ibm.com, lcapitulino@redhat.com Subject: [Qemu-devel] [PATCH 3/5] qga schema: mark optional GuestLogicalProcessor.can-offline with #optional X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org 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 ##