From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58560) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMMA2-0006eo-Qi for qemu-devel@nongnu.org; Fri, 13 Feb 2015 14:44:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YMM9z-0005DA-Di for qemu-devel@nongnu.org; Fri, 13 Feb 2015 14:44:22 -0500 Received: from mx1.redhat.com ([209.132.183.28]:46449) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMM9z-0005D6-4u for qemu-devel@nongnu.org; Fri, 13 Feb 2015 14:44:19 -0500 Message-ID: <54DE540C.3070100@redhat.com> Date: Fri, 13 Feb 2015 12:44:12 -0700 From: Eric Blake MIME-Version: 1.0 References: <1421067237-6955-1-git-send-email-kraxel@redhat.com> <1421067237-6955-10-git-send-email-kraxel@redhat.com> In-Reply-To: <1421067237-6955-10-git-send-email-kraxel@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="HPTUMhABfOgeUbuh1NnVFESIXb5OmesVX" Subject: Re: [Qemu-devel] [PATCH 09/10] monitor: add query-vnc-servers command List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann , qemu-devel@nongnu.org Cc: Markus Armbruster , Anthony Liguori , Luiz Capitulino This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --HPTUMhABfOgeUbuh1NnVFESIXb5OmesVX Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 01/12/2015 05:53 AM, Gerd Hoffmann wrote: > Add new query vnc qmp command, for the lack of better ideas just name i= t > "query-vnc-servers". Changes over query-vnc: >=20 > * It returns a list of vnc servers, so multiple vnc server instances > are covered. > * Each vnc server returns a list of server sockets. Followup patch > will use that to also report websockets. In case we add support for= > multiple server sockets server sockets (to better support ipv4+ipv6 s/( server sockets){2}/\1/ > dualstack) we can add them to the list too. >=20 > Signed-off-by: Gerd Hoffmann > --- > qapi-schema.json | 68 ++++++++++++++++++++++++++++ > qmp-commands.hx | 5 +++ > ui/vnc.c | 133 +++++++++++++++++++++++++++++++++++++++++++++++= ++++++++ > 3 files changed, 206 insertions(+) >=20 Reviewed-by: Eric Blake --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --HPTUMhABfOgeUbuh1NnVFESIXb5OmesVX 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/ iQEcBAEBCAAGBQJU3lQMAAoJEKeha0olJ0Nqh/oIAIkmUEecfGTNnsQk0Ep9ewnj JvoW4EDTaNxu5K38BRiVgQDjcljIXmtj/70dddqm69NwZwMaAUZLaOuqIUfp1srH lzXJvRfLMe+AaA6hPUSQTMICCn+WnTcrpqeR67GNYXCGnRlJr3Hx5e+FQRJ8nFfI LUEzSQcYPj1hPGvh/mZIGvUAZkv0UacJSd2tRCxcGung+zx5R/XpJpvHIrFxDV7x LccZMooFdW6zld13+lc/1iv6J6RouN7DHXrI2oPI2RQcrTSlaqSPMAzEhwL0Onu1 P+sUHs0x3YJ09ZenwpQsm4EOT9VxDOhQMpEKkSsFQX0uSkQpgk0E6zCWbGzSGUw= =gN98 -----END PGP SIGNATURE----- --HPTUMhABfOgeUbuh1NnVFESIXb5OmesVX--