From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:38215) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SuoI3-0008KD-4w for qemu-devel@nongnu.org; Fri, 27 Jul 2012 13:25:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SuoI1-0000YO-II for qemu-devel@nongnu.org; Fri, 27 Jul 2012 13:25:27 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38689) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SuoI1-0000YB-8K for qemu-devel@nongnu.org; Fri, 27 Jul 2012 13:25:25 -0400 Message-ID: <5012CEFB.5020604@redhat.com> Date: Fri, 27 Jul 2012 11:25:15 -0600 From: Eric Blake MIME-Version: 1.0 References: <1343396239-19272-1-git-send-email-aliguori@us.ibm.com> <1343396239-19272-4-git-send-email-aliguori@us.ibm.com> In-Reply-To: <1343396239-19272-4-git-send-email-aliguori@us.ibm.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enigE0EC87CCD29C2AA58A5D5A06" Subject: Re: [Qemu-devel] [PATCH 3/7] qapi: add query-machines 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) --------------enigE0EC87CCD29C2AA58A5D5A06 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 07/27/2012 07:37 AM, Anthony Liguori wrote: > This provides the same output as -M ? but in a structured way. >=20 > Signed-off-by: Anthony Liguori > --- > qapi-schema.json | 28 ++++++++++++++++++++++++++++ > qmp-commands.hx | 6 ++++++ > vl.c | 31 +++++++++++++++++++++++++++++++ > 3 files changed, 65 insertions(+), 0 deletions(-) >=20 > diff --git a/qapi-schema.json b/qapi-schema.json > index 28e9914..5b47026 100644 > --- a/qapi-schema.json > +++ b/qapi-schema.json > @@ -2200,3 +2200,31 @@ > # Since: 0.14.0 > ## > { 'command': 'closefd', 'data': {'fdname': 'str'} } > + > +## > +# @MachineInfo: > +# > +# Information describing a machine. > +# > +# @name: the name of the machine > +# > +# @alias: #optional an alias for the machine name Can a machine have more than one alias? In that case, it might be better to have: @name: the name of the machine @alias-of: #optional if present, name is an alias, and this lists the canonical form that it resolves to --=20 Eric Blake eblake@redhat.com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --------------enigE0EC87CCD29C2AA58A5D5A06 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/ iQEcBAEBCAAGBQJQEs78AAoJEKeha0olJ0Nqyj4H/i1Qcrre5LrnntCRclqjJVZE S/dxtUUe+yuamYnScn01dbM48kdvhwH/HYRzqlIisnBMBu5JCftMg3m2fLhy2VXM IFOnTEhtYRKCPEtps3WqR85zVnpcOQ8rd4rAusePCKkLNhIVpaS/wDJXf4Do32en gYl7czszLos4go+QYDMyKWW529iOIG3pigWMm6fln4Ix/SiR5Ue30PjoUZ8SFfOS 04sAPDl13nCUp4QLj54QYnXFTGSkyQLaQpEtqxCkD2s5SNlA/Gn4hO0AojikZzhH 6SxuvBz5Zk5tovGS1oDAp32cNr7ycxRPHGhkBVxKfbKf09BAe3g9IUXMDRLnN+Q= =p8RP -----END PGP SIGNATURE----- --------------enigE0EC87CCD29C2AA58A5D5A06--