From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:53847) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sztw4-0000UB-A8 for qemu-devel@nongnu.org; Fri, 10 Aug 2012 14:27:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sztw1-0000wB-MS for qemu-devel@nongnu.org; Fri, 10 Aug 2012 14:27:48 -0400 Received: from e2.ny.us.ibm.com ([32.97.182.142]:39211) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sztw1-0000w4-IP for qemu-devel@nongnu.org; Fri, 10 Aug 2012 14:27:45 -0400 Received: from /spool/local by e2.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 10 Aug 2012 14:27:44 -0400 Received: from d01relay05.pok.ibm.com (d01relay05.pok.ibm.com [9.56.227.237]) by d01dlp01.pok.ibm.com (Postfix) with ESMTP id 785FA38C803A for ; Fri, 10 Aug 2012 14:27:41 -0400 (EDT) Received: from d01av04.pok.ibm.com (d01av04.pok.ibm.com [9.56.224.64]) by d01relay05.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q7AIRfhI126590 for ; Fri, 10 Aug 2012 14:27:41 -0400 Received: from d01av04.pok.ibm.com (loopback [127.0.0.1]) by d01av04.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q7AIResS025496 for ; Fri, 10 Aug 2012 14:27:41 -0400 From: Anthony Liguori In-Reply-To: <502550FA.6060506@redhat.com> References: <1344614655-2195-1-git-send-email-aliguori@us.ibm.com> <1344614655-2195-3-git-send-email-aliguori@us.ibm.com> <502550FA.6060506@redhat.com> Date: Fri, 10 Aug 2012 13:27:36 -0500 Message-ID: <874noafvqf.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [PATCH 2/7] qapi: mark QOM commands stable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: Peter Maydell , qemu-devel@nongnu.org, Markus Armbruster , Alexander Graf Eric Blake writes: > On 08/10/2012 10:04 AM, Anthony Liguori wrote: >> We've had a cycle to tweak. It is time to commit to supporting them. >> >> Signed-off-by: Anthony Liguori >> --- >> qapi-schema.json | 19 ++++--------------- >> 1 files changed, 4 insertions(+), 15 deletions(-) >> >> diff --git a/qapi-schema.json b/qapi-schema.json >> index 191a889..a938c8d 100644 >> --- a/qapi-schema.json >> +++ b/qapi-schema.json >> @@ -1363,9 +1363,7 @@ >> # 4) A link type in the form 'link' where subtype is a qdev >> # device type name. Link properties form the device model graph. >> # >> -# Since: 1.1 >> -# >> -# Notes: This type is experimental. Its syntax may change in future releases. >> +# Since: 1.2 > > Per https://lists.gnu.org/archive/html/qemu-devel/2012-08/msg01416.html, > this should be 1.2.0 (throughout the series). I'll do a follow up to fix this across the board for the entire file. That's what I took away from your previous comment. Regards, Anthony Liguori > >> @@ -1382,10 +1380,7 @@ >> # Returns: a list of @ObjectPropertyInfo that describe the properties of the >> # object. >> # >> -# Since: 1.1 >> -# >> -# Notes: This command is experimental. It's syntax may change in future > > Yay, getting rid of bad grammar in the process (s/It's/Its/ if the > comment were to remain). > > -- > Eric Blake eblake@redhat.com +1-919-301-3266 > Libvirt virtualization library http://libvirt.org