Re: [libvirt] [PATCH 3/3] qemu: Add conf option to auto setup VNC unix sockets

2011-01-27 Thread Eric Blake
On 01/21/2011 02:23 PM, Cole Robinson wrote: Here's the diff: diff --git a/daemon/test_libvirtd.aug b/daemon/test_libvirtd.aug index 5f8b644..31fa643 100644 --- a/daemon/test_libvirtd.aug +++ b/daemon/test_libvirtd.aug @@ -271,6 +271,9 @@ log_filters=\a\ # Auditing: audit_level = 2 +

Re: [libvirt] [PATCH 3/3] qemu: Add conf option to auto setup VNC unix sockets

2011-01-21 Thread Cole Robinson
On 01/14/2011 09:26 AM, Cole Robinson wrote: On 01/13/2011 08:21 AM, Daniel P. Berrange wrote: On Wed, Jan 12, 2011 at 12:32:44PM -0500, Cole Robinson wrote: If vnc_auto_unix_socket is enabled, any VNC devices without a hardcoded listen or socket value will be setup to serve over a unix socket

Re: [libvirt] [PATCH 3/3] qemu: Add conf option to auto setup VNC unix sockets

2011-01-14 Thread Cole Robinson
On 01/13/2011 08:21 AM, Daniel P. Berrange wrote: On Wed, Jan 12, 2011 at 12:32:44PM -0500, Cole Robinson wrote: If vnc_auto_unix_socket is enabled, any VNC devices without a hardcoded listen or socket value will be setup to serve over a unix socket in /var/lib/libvirt/qemu/$vmname.vnc. We

Re: [libvirt] [PATCH 3/3] qemu: Add conf option to auto setup VNC unix sockets

2011-01-13 Thread Daniel P. Berrange
On Wed, Jan 12, 2011 at 12:32:44PM -0500, Cole Robinson wrote: If vnc_auto_unix_socket is enabled, any VNC devices without a hardcoded listen or socket value will be setup to serve over a unix socket in /var/lib/libvirt/qemu/$vmname.vnc. We store the generated socket path in the transient VM

[libvirt] [PATCH 3/3] qemu: Add conf option to auto setup VNC unix sockets

2011-01-12 Thread Cole Robinson
If vnc_auto_unix_socket is enabled, any VNC devices without a hardcoded listen or socket value will be setup to serve over a unix socket in /var/lib/libvirt/qemu/$vmname.vnc. We store the generated socket path in the transient VM definition at CLI build time. Signed-off-by: Cole Robinson