From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:60367) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SupPf-0007hh-0Y for qemu-devel@nongnu.org; Fri, 27 Jul 2012 14:37:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SupPd-0001cv-Sx for qemu-devel@nongnu.org; Fri, 27 Jul 2012 14:37:22 -0400 Received: from mx1.redhat.com ([209.132.183.28]:7643) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SupPd-0001cb-Ii for qemu-devel@nongnu.org; Fri, 27 Jul 2012 14:37:21 -0400 Message-ID: <5012DFD8.9050400@redhat.com> Date: Fri, 27 Jul 2012 12:37:12 -0600 From: Eric Blake MIME-Version: 1.0 References: <1343396239-19272-1-git-send-email-aliguori@us.ibm.com> <1343396239-19272-6-git-send-email-aliguori@us.ibm.com> In-Reply-To: <1343396239-19272-6-git-send-email-aliguori@us.ibm.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enig7F31429BE87BF82C859F0051" Subject: Re: [Qemu-devel] [PATCH 5/7] qapi: add query-cpudefs command List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Peter Maydell , libvir-list@redhat.com, Markus Armbruster , Alexander Graf , qemu-devel@nongnu.org This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig7F31429BE87BF82C859F0051 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 07/27/2012 07:37 AM, Anthony Liguori wrote: > This command attempts to map to the behavior of -cpu ?. Unfortunately,= the > output of this command differs wildly across targets. >=20 > To accomodate this, we use a weak symbol to implement a default version= of the s/accomodate/accommodate/ > command that fails with a QERR_NOT_SUPPORTED error code. Targets can t= hen > override and implement this command if it makes sense for them. >=20 > Signed-off-by: Anthony Liguori > +## > +# @CpuDefInfo: > +# > +# Virtual CPU definition. > +# > +# @name: the name of the CPU definition > +# > +# Since: 1.2.0 We are inconsistent in this file whether to use '1.2.0' or just '1.2'; probably worth a followup patch to clean whichever version is deemed inappropriate. > +## > +{ 'type': 'CpuDefInfo', > + 'data': { 'name': 'str' } } > + > +## > +# @query-cpudefs: I though QMP favored English words, as in 'query-cpu-definitions' --=20 Eric Blake eblake@redhat.com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --------------enig7F31429BE87BF82C859F0051 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/ iQEcBAEBCAAGBQJQEt/YAAoJEKeha0olJ0Nqxt4H/i6Vv1b31LZO3eJsUSUnk6w/ IeCFMS2LFmAoaPa3ZB2bF5rEbMdJ93rIb8RveRlbA5pwIruLbvY+PFaVvlyTkM+N L6VLziHXJRKYZ3wGbbNskNCrqStk5a5KI7AvoKf6KxSoNvNxV2YJD+JQg7Kf+H7Y 28L5JXu+fFtw6RiOTbcVxo/bq1/n5zqmnlWJBgGP8gukZAUSb8/K0M7sk1fzZpLU TAYk0JUJ306l/LLBg4hXawtQshJo+MoYsye0+5ZAJSMDn+27L82hhCsLVG+BcWRD DXCpfEqFDVIMx1WXd/guSZ6j15WNbeI9J5hPLitGlvtbOeobbeVVUJCWVC7RaM8= =PJpS -----END PGP SIGNATURE----- --------------enig7F31429BE87BF82C859F0051--