From 17460ad388790e71f87e37c7bee6dab9170d71c7 Mon Sep 17 00:00:00 2001 Message-Id: <17460ad388790e71f87e37c7bee6dab9170d71c7.1367947969.git.minovotn@redhat.com> In-Reply-To: <707b9b97153063374d2530e72c49b1499fc21af9.1367947969.git.minovotn@redhat.com> References: <707b9b97153063374d2530e72c49b1499fc21af9.1367947969.git.minovotn@redhat.com> From: Michal Novotny Date: Tue, 7 May 2013 18:35:58 +0200 Subject: [PATCH 003/114] Revert "qga schema: mark optional GuestLogicalProcessor.can-offline with optional" This reverts commit 99b779bda951b1fa3cd745470cf46155b509a93d. Reverting as asked by Laszlo in message <51892739.2030807@redhat.com> because of the ordering issue (most likely) related to supersed testing. Signed-off-by: Michal Novotny --- qapi-schema-guest.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/qapi-schema-guest.json b/qapi-schema-guest.json index 7155b7a..6e74ca3 100644 --- a/qapi-schema-guest.json +++ b/qapi-schema-guest.json @@ -573,10 +573,9 @@ # # @online: Whether the VCPU is enabled. # -# @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). +# @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). # # Since: 1.5 ## -- 1.7.11.7