[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 0/6] vnc: add support for multiple vnc server in
From: |
Gerd Hoffmann |
Subject: |
Re: [Qemu-devel] [PATCH 0/6] vnc: add support for multiple vnc server instances. |
Date: |
Wed, 15 Oct 2014 16:29:47 +0200 |
Hi,
> > 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=' parameter to query-vnc, but
> > then you'll need a new list-vnc command.
> >
> > Opinions on this?
>
> I don't think it makes a whole lot of difference really. Either way
> mgmt apps like libvirt will need updating to deal with the new monitor
> commands.
One thing that comes do mind is that if we do a completely new command
we can easily fix any shortcomings of the existing query-vnc command.
The listening address could be changed to be a *list* of addresses,
allowing to notify libvirt about multiple listening sockets. One ipv4,
one ipv6 being a use case.
If someone has more issues / suggestions I'd be happy to hear about
them.
cheers,
Gerd
- Re: [Qemu-devel] [PATCH 6/6] vnc: track & limit connections, (continued)
- Re: [Qemu-devel] [PATCH 6/6] vnc: track & limit connections, Gonglei, 2014/10/21
- Re: [Qemu-devel] [PATCH 6/6] vnc: track & limit connections, Gerd Hoffmann, 2014/10/21
- Re: [Qemu-devel] [PATCH 6/6] vnc: track & limit connections, Gonglei, 2014/10/21
- Re: [Qemu-devel] [PATCH 6/6] vnc: track & limit connections, Gerd Hoffmann, 2014/10/21
- Re: [Qemu-devel] [PATCH 6/6] vnc: track & limit connections, Gonglei, 2014/10/21
Re: [Qemu-devel] [PATCH 6/6] vnc: track & limit connections, Eric Blake, 2014/10/15
[Qemu-devel] [PATCH 1/6] vnc: remove vnc_display global, Gerd Hoffmann, 2014/10/15
[Qemu-devel] [PATCH 3/6] vnc: switch to QemuOpts, allow multiple servers, Gerd Hoffmann, 2014/10/15
[Qemu-devel] [PATCH 4/6] vnc: allow binding servers to qemu consoles, Gerd Hoffmann, 2014/10/15
Re: [Qemu-devel] [PATCH 0/6] vnc: add support for multiple vnc server instances., Daniel P. Berrange, 2014/10/15
- Re: [Qemu-devel] [PATCH 0/6] vnc: add support for multiple vnc server instances.,
Gerd Hoffmann <=
Re: [Qemu-devel] [PATCH 0/6] vnc: add support for multiple vnc server instances., Daniel P. Berrange, 2014/10/15
Re: [Qemu-devel] [PATCH 0/6] vnc: add support for multiple vnc server instances., Eric Blake, 2014/10/15