From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38925) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WR9RQ-0004m1-As for qemu-devel@nongnu.org; Fri, 21 Mar 2014 20:05:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WR9RL-0001lV-Lm for qemu-devel@nongnu.org; Fri, 21 Mar 2014 20:05:36 -0400 Received: from mx1.redhat.com ([209.132.183.28]:44206) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WR9RL-0001lM-CN for qemu-devel@nongnu.org; Fri, 21 Mar 2014 20:05:31 -0400 Message-ID: <532CC82C.4020703@redhat.com> Date: Fri, 21 Mar 2014 17:15:56 -0600 From: Eric Blake MIME-Version: 1.0 References: <1395360813-2833-1-git-send-email-l@dorileo.org> <1395360813-2833-2-git-send-email-l@dorileo.org> In-Reply-To: <1395360813-2833-2-git-send-email-l@dorileo.org> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="lqblWKxOFdXTSSv4ebtQb41M0kflMCKNK" Subject: Re: [Qemu-devel] [PATCH 01/26] qapi: output def_value_str when query command line options List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Leandro Dorileo , qemu-devel@nongnu.org Cc: Kevin Wolf , Fam Zheng , Stefan Hajnoczi , Liu Yuan , Jeff Cody , Peter Lieven , "Richard W.M. Jones" , Dong Xu Wang , Luiz Capitulino , Chunyan Liu , Ronnie Sahlberg , Josh Durgin , Anthony Liguori , Paolo Bonzini , Stefan Weil , Max Reitz , Markus Armbruster , MORITA Kazutaka , Benoit Canet This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --lqblWKxOFdXTSSv4ebtQb41M0kflMCKNK Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 03/20/2014 06:13 PM, Leandro Dorileo wrote: > From: Chunyan Liu >=20 > Change qapi interfaces to output the newly added def_value_str when que= rying > command line options. >=20 > Signed-off-by: Dong Xu Wang > Signed-off-by: Chunyan Liu > --- > qapi-schema.json | 6 +++++- > qmp-commands.hx | 2 ++ > util/qemu-config.c | 4 ++++ > 3 files changed, 11 insertions(+), 1 deletion(-) >=20 > diff --git a/qapi-schema.json b/qapi-schema.json > index b68cd44..cf9174e 100644 > --- a/qapi-schema.json > +++ b/qapi-schema.json > @@ -4088,12 +4088,16 @@ > # > # @help: #optional human readable text string, not suitable for parsin= g. > # > +# @default: #optional string representation of the default used > +# if the option is omitted. (since 2.0) We've missed 2.0; this needs to mention 2.1. --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --lqblWKxOFdXTSSv4ebtQb41M0kflMCKNK 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 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJTLMgsAAoJEKeha0olJ0NqdP0IAJ6cEtdH+nISgvX8oB6f+RkF 0iJN020MgwNRVtIRRiiMQkFKNHfrxvw2VfEX0ftHxblFs//g2f8ujWsgEL7nGhe0 9gXkMz2Oqn7NeRqSaPQEN6UNF5h/1jQ5mYS8DKAH6UYvQJ8YOoa4zP0PV1LqBSRS mzIfUpEZ0aY7XEN08bvWXuzOGpzRqIC1EmB8xS9VRttDwH1MKS5WVmzBlyqBRHEf K8C/937a0P5MIedsiKTpWeqqaCCXnVGJwMiYkXhogG9yz+w4XNVBbUqjGFrxyOY2 7E2IFF0MhtjCUQ2v8j7eWo1yRbd0RCwqZmImASoyugn93Jwv0YOwdZHVL3zllqM= =3OMk -----END PGP SIGNATURE----- --lqblWKxOFdXTSSv4ebtQb41M0kflMCKNK--