[libvirt] [PATCH] qemu: Allow serving VNC over a unix domain socket

2011-01-10 Thread Cole Robinson
QEMU supports serving VNC over a unix domain socket rather than traditional TCP host/port. This is specified with: graphics type='vnc' socket='/foo/bar/baz'/ Currently not hooked up with the security driver, I'll wait for Dan's big reorg. I also have a virtinst/virt-manager patch queued locally

Re: [libvirt] [PATCH] qemu: Allow serving VNC over a unix domain socket

2011-01-10 Thread Eric Blake
On 01/10/2011 10:15 AM, Cole Robinson wrote: QEMU supports serving VNC over a unix domain socket rather than traditional TCP host/port. This is specified with: graphics type='vnc' socket='/foo/bar/baz'/ Currently not hooked up with the security driver, I'll wait for Dan's big reorg. I

Re: [libvirt] [PATCH] qemu: Allow serving VNC over a unix domain socket

2011-01-10 Thread Cole Robinson
On 01/10/2011 12:40 PM, Eric Blake wrote: On 01/10/2011 10:15 AM, Cole Robinson wrote: QEMU supports serving VNC over a unix domain socket rather than traditional TCP host/port. This is specified with: graphics type='vnc' socket='/foo/bar/baz'/ Currently not hooked up with the security

Re: [libvirt] [PATCH] qemu: Allow serving VNC over a unix domain socket

2011-01-10 Thread Daniel P. Berrange
On Mon, Jan 10, 2011 at 12:15:59PM -0500, Cole Robinson wrote: QEMU supports serving VNC over a unix domain socket rather than traditional TCP host/port. This is specified with: graphics type='vnc' socket='/foo/bar/baz'/ Currently not hooked up with the security driver, I'll wait for Dan's