From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:53024) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SupHT-0003o7-JP for qemu-devel@nongnu.org; Fri, 27 Jul 2012 14:28:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SupHS-0007BW-NC for qemu-devel@nongnu.org; Fri, 27 Jul 2012 14:28:55 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40303) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SupHS-0007BA-E9 for qemu-devel@nongnu.org; Fri, 27 Jul 2012 14:28:54 -0400 Message-ID: <5012DDCE.3070504@redhat.com> Date: Fri, 27 Jul 2012 12:28:30 -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> <5012CEFB.5020604@redhat.com> <87a9ylcbtu.fsf@codemonkey.ws> In-Reply-To: <87a9ylcbtu.fsf@codemonkey.ws> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enig30DEC1E5E25FAFC22328DC6A" 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) --------------enig30DEC1E5E25FAFC22328DC6A Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 07/27/2012 12:12 PM, Anthony Liguori wrote: > Eric Blake writes: >>> +# @name: the name of the machine >>> +# >>> +# @alias: #optional an alias for the machine name >> >> Can a machine have more than one alias? >=20 > No, it can't. Really, alias is only used to map 'pc' -> 'pc-1.1'. It'= s > never more complicated than that. Fair enough. Just making sure that in this case, we would see: { "name":"pc-1.1", "alias":"pc" } and not the other way around, and in a future release, it may change to: { "name":"pc-1.1" }, { "name":"pc-1.2", "alias":"pc" } --=20 Eric Blake eblake@redhat.com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --------------enig30DEC1E5E25FAFC22328DC6A 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/ iQEcBAEBCAAGBQJQEt3RAAoJEKeha0olJ0NqGi8IAIyzZtW0XWdf/TApu5p5hAhw P5ebch871BKjuSEtM9wz4fYChkzBv6KOZKjzr/aFPyTMRl8msKEcR6vzfs+Wn/7l 0ymVizx8qmcZG/YKrg6fvmFNIMSlHfBJLr06oHwXznqbvkegcoIOI5FeVux7lyhW Rxol1lzpyfO1LBzO7u97GhOGgmV+7T94N3PXdWQvR0R5bYmvltCHeOJFeSZW0rbH uplMKP8YZd8AbHCkMX/nYSZjwk+80naiio+XyI6zO1W+qRh2MMnndXYRXJhI6klI g1cO8rMI/Skz/6ZXh1V1v4aq5KNteUPJxFmbqLOynbT5Z9SdMVjyCsY7tz94SKs= =ZoDk -----END PGP SIGNATURE----- --------------enig30DEC1E5E25FAFC22328DC6A--