From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:39878) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SztpK-0006Wg-Dw for qemu-devel@nongnu.org; Fri, 10 Aug 2012 14:20:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SztpG-00069t-9Z for qemu-devel@nongnu.org; Fri, 10 Aug 2012 14:20:50 -0400 Received: from mx1.redhat.com ([209.132.183.28]:11498) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SztpF-00069g-Ti for qemu-devel@nongnu.org; Fri, 10 Aug 2012 14:20:46 -0400 Message-ID: <502550FA.6060506@redhat.com> Date: Fri, 10 Aug 2012 12:20:42 -0600 From: Eric Blake MIME-Version: 1.0 References: <1344614655-2195-1-git-send-email-aliguori@us.ibm.com> <1344614655-2195-3-git-send-email-aliguori@us.ibm.com> In-Reply-To: <1344614655-2195-3-git-send-email-aliguori@us.ibm.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enigC28E0307FD8526AF681B2DAC" 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: Anthony Liguori Cc: Peter Maydell , qemu-devel@nongnu.org, Markus Armbruster , Alexander Graf This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigC28E0307FD8526AF681B2DAC Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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. >=20 > Signed-off-by: Anthony Liguori > --- > qapi-schema.json | 19 ++++--------------- > 1 files changed, 4 insertions(+), 15 deletions(-) >=20 > 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 g= raph. > # > -# Since: 1.1 > -# > -# Notes: This type is experimental. Its syntax may change in future r= eleases. > +# 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). > @@ -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 futu= re Yay, getting rid of bad grammar in the process (s/It's/Its/ if the comment were to remain). --=20 Eric Blake eblake@redhat.com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --------------enigC28E0307FD8526AF681B2DAC Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBCAAGBQJQJVD6AAoJEKeha0olJ0NqGaQH/RKl2MSPeOdicw1rYDSwJ54f 7l150nI8JwCfjDo3YrX+Ds9pKqm7/SwGbcuL6FeitsSDdM8TRyYT+XWP5JPxShvT 4i0CUTlhXpQuYZx5+f1JoLdqRqnwn1BLGgiOCVNvGB52iojZUv5nZlMtkc5SggrT GD4I0kOBPnzE4WO+BME3MCwNyeYvWSpokW7i0NgHtwLnHAx8RL9IukcT/bq25xWr muswX/LNEt9Z/oaFIP+zqXIUIrChtKXVqEIKftbSIXTvSepMRWfH8wuHcqltWSfO S+Wl3Snn33KyJxA9lKkJ8uOPAXY/tbR+CZSC0Txoz4e6QuGWeTBPONcR5syPCoA= =hF/G -----END PGP SIGNATURE----- --------------enigC28E0307FD8526AF681B2DAC--