Re: [Qemu-devel] [PATCH 2/3] Introduce a 'client_add' monitor command accepting an open FD

2011-08-08 Thread Daniel P. Berrange
On Sat, Aug 06, 2011 at 09:38:03AM -0500, Anthony Liguori wrote: > On 06/23/2011 07:31 AM, Daniel P. Berrange wrote: > >Allow client connections for VNC and socket based character > >devices to be passed in over the monitor using SCM_RIGHTS. > > > >One intended usage scenario is to start QEMU with

Re: [Qemu-devel] [PATCH 2/3] Introduce a 'client_add' monitor command accepting an open FD

2011-08-06 Thread Anthony Liguori
On 06/23/2011 07:31 AM, Daniel P. Berrange wrote: Allow client connections for VNC and socket based character devices to be passed in over the monitor using SCM_RIGHTS. One intended usage scenario is to start QEMU with VNC on a UNIX domain socket. An unprivileged user which cannot access the UNI

Re: [Qemu-devel] [PATCH 2/3] Introduce a 'client_add' monitor command accepting an open FD

2011-07-26 Thread Fabien Chouteau
On 26/07/2011 17:29, Daniel P. Berrange wrote: > On Tue, Jul 26, 2011 at 05:20:16PM +0200, Fabien Chouteau wrote: >> On 23/06/2011 14:31, Daniel P. Berrange wrote: >>> Allow client connections for VNC and socket based character >>> devices to be passed in over the monitor using SCM_RIGHTS. >>> >> >

Re: [Qemu-devel] [PATCH 2/3] Introduce a 'client_add' monitor command accepting an open FD

2011-07-26 Thread Daniel P. Berrange
On Tue, Jul 26, 2011 at 05:20:16PM +0200, Fabien Chouteau wrote: > On 23/06/2011 14:31, Daniel P. Berrange wrote: > > Allow client connections for VNC and socket based character > > devices to be passed in over the monitor using SCM_RIGHTS. > > > > Hello Daniel, > > I'm a little bit late but it

Re: [Qemu-devel] [PATCH 2/3] Introduce a 'client_add' monitor command accepting an open FD

2011-07-26 Thread Fabien Chouteau
On 23/06/2011 14:31, Daniel P. Berrange wrote: > Allow client connections for VNC and socket based character > devices to be passed in over the monitor using SCM_RIGHTS. > Hello Daniel, I'm a little bit late but it seems that there's a build error with this patch when VNC is disabled. $./config

[Qemu-devel] [PATCH 2/3] Introduce a 'client_add' monitor command accepting an open FD

2011-06-23 Thread Daniel P. Berrange
Allow client connections for VNC and socket based character devices to be passed in over the monitor using SCM_RIGHTS. One intended usage scenario is to start QEMU with VNC on a UNIX domain socket. An unprivileged user which cannot access the UNIX domain socket, can then connect to QEMU's VNC serv