From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36108) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XePsZ-0002FA-MV for qemu-devel@nongnu.org; Wed, 15 Oct 2014 10:48:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XePsU-0005Gg-Oo for qemu-devel@nongnu.org; Wed, 15 Oct 2014 10:48:43 -0400 Received: from mx1.redhat.com ([209.132.183.28]:25033) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XePsU-0005GY-Fa for qemu-devel@nongnu.org; Wed, 15 Oct 2014 10:48:38 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s9FEmbCo007107 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Wed, 15 Oct 2014 10:48:38 -0400 Message-ID: <543E8945.8090605@redhat.com> Date: Wed, 15 Oct 2014 08:48:37 -0600 From: Eric Blake MIME-Version: 1.0 References: <1413375585-20301-1-git-send-email-kraxel@redhat.com> In-Reply-To: <1413375585-20301-1-git-send-email-kraxel@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="w6OkEBFJgfrrdKjw8gF37bG0FP6rO81MV" Subject: Re: [Qemu-devel] [PATCH 0/6] vnc: add support for multiple vnc server instances. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann , qemu-devel@nongnu.org This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --w6OkEBFJgfrrdKjw8gF37bG0FP6rO81MV Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 10/15/2014 06:19 AM, Gerd Hoffmann wrote: > Hi, >=20 > This patch series adds support for multiple vnc server instances to > qemu. This comes handy in multiseat configurations as you can have > one vnc server for each set then. >=20 > Some cleanups along the way (use QemuOpts). Also added support for > limiting the number of parallel vnc connections. >=20 > To be done: monitor support. I think the best way to handle this is to= > introduce a new command to query vnc server state, which returns a list= > of vnc servers but otherwise works like "query-vnc". Alternative > approach would be to add a optional 'id=3D' parameter to query-vnc, but= > then you'll need a new list-vnc command. >=20 > Opinions on this? Bummer - query-vnc returns a single struct VncInfo instead of an array. Maybe the thing to do is add a new command: { 'command': 'query-vncs', 'returns': [ 'VncInfo' ] } which returns an array where the first element matches the older 'query-vnc', but by being an array it lets you return all vnc information in one call. --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --w6OkEBFJgfrrdKjw8gF37bG0FP6rO81MV 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 iQEcBAEBCAAGBQJUPolFAAoJEKeha0olJ0NqWqEH/i1Ak+133lqAXk+i/Dg4pbEZ xKzNi8nKs7nVvKAzQS+Qxs+dfXpAh59q9BAII9JSnwiDLPaiatc0VDgZvmwCEEfQ LSCs6OfFWBrgpRLw5unwQzppLigjUaBgp5k0gilzMsT+dkTo6Dewc2hEAGCv4EJI NuIIOuy+mG7rYEouFSYJhEX/B4VtCvzoyUvCx6FSS6g6NaczUMyA/EvgdBPuvCtu BF0CYroDO/97ptigcJFLxcsGyu9Gxb/7KvUuAfdRWmQtvT18pCEG1k9Sie9RZRZT +4HOm37nd92P+CJx3Yyg/J8nMzSfbC0I13gKw5V7z6Gna19TbRj7juX+RnYTdI0= =EPIw -----END PGP SIGNATURE----- --w6OkEBFJgfrrdKjw8gF37bG0FP6rO81MV--