From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59983) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VESRm-0006Rv-51 for qemu-devel@nongnu.org; Tue, 27 Aug 2013 19:13:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VESRh-0008AE-8h for qemu-devel@nongnu.org; Tue, 27 Aug 2013 19:13:14 -0400 Received: from mx1.redhat.com ([209.132.183.28]:30401) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VESRh-00085L-0c for qemu-devel@nongnu.org; Tue, 27 Aug 2013 19:13:09 -0400 Message-ID: <521D327D.9040205@redhat.com> Date: Tue, 27 Aug 2013 17:13:01 -0600 From: Eric Blake MIME-Version: 1.0 References: <1376368326-7433-1-git-send-email-wdongxu@linux.vnet.ibm.com> <1376368326-7433-25-git-send-email-wdongxu@linux.vnet.ibm.com> <20130827141243.GM648@dhcp-200-207.str.redhat.com> In-Reply-To: <20130827141243.GM648@dhcp-200-207.str.redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="k59hq34otOjkXIcO0WkGvPFViQbhaB0Ul" Subject: Re: [Qemu-devel] [PATCH V18 24/25] qapi: query-command-line-options outputs def_value_str List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: wdongxu@cn.ibm.com, Dong Xu Wang , qemu-devel@nongnu.org, stefanha@redhat.com This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --k59hq34otOjkXIcO0WkGvPFViQbhaB0Ul Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 08/27/2013 08:12 AM, Kevin Wolf wrote: > Am 13.08.2013 um 06:32 hat Dong Xu Wang geschrieben: >> QMP command query-command-line-options shows details information of >> parameters, since added def_value_str, also output it in the QMP >> command. >> >> v16->v17: >> 1) add "Since 1.6" tag. >> 2) rename def_str_value to "default". >> +++ b/qapi-schema.json >> @@ -3630,12 +3630,16 @@ >> # >> # @help: #optional human readable text string, not suitable for parsi= ng. >> # >> -# Since 1.5 >> +# @default: #optional string representation of the default used >> +# if the option is omitted. >> +# >> +# Since 1.6 >=20 > The "Since 1.6" belongs to the @default field only. The command as a > whole is still "Since 1.5". Further, 1.6 is already released, so this should now be: @default #optional string representation of the default used if the option is omitted (since 1.7). --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --k59hq34otOjkXIcO0WkGvPFViQbhaB0Ul 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.14 (GNU/Linux) Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJSHTJ9AAoJEKeha0olJ0NqSCwIAKMZ0AMkDLs45dgNv0rF338e ZYQcDdRMhf2m8N3n2NuniqkKxg6DSV27hxU7elKdJYanax5Fs7IzJw/0bzLpxmtC 9gUBpTiCqMGPurldROzhkXgoHjVJZTPYtmNQuY3ptwLwVn6CFl8d4/6Xd66LWrMZ iyJdW8YABmRpUiQ3cyCw7ui/KGtw9foUTozqPij/6OmBc05hnE82Mbww8czSKJ5/ /iZ+p+gy+CFQaICvRWHfrxWNQvtofdSsmUK8VLBv9vErmWzZSS/oMBc9Pom+UH5G nCRIoF+HyxBHTlw/qFPvDzXNEf8VXjK5vWdGHpQw7HES0OjY5d4cpU/saHO9y7k= =XX36 -----END PGP SIGNATURE----- --k59hq34otOjkXIcO0WkGvPFViQbhaB0Ul--