Re: [libvirt] [PATCH 3/7] qemu: assume -vnc arg always takes a ':'

2015-11-06 Thread Daniel P. Berrange
On Thu, Nov 05, 2015 at 05:21:39PM -0500, John Ferlan wrote: > > > On 11/05/2015 12:33 PM, Daniel P. Berrange wrote: > > As of QEMU 0.9.0 the -vnc option accepts a ':' to separate port > > from listen address, so the QEMU driver can assume that support > > for listen addresses is always

[libvirt] [PATCH 3/7] qemu: assume -vnc arg always takes a ':'

2015-11-05 Thread Daniel P. Berrange
As of QEMU 0.9.0 the -vnc option accepts a ':' to separate port from listen address, so the QEMU driver can assume that support for listen addresses is always available. Signed-off-by: Daniel P. Berrange --- src/qemu/qemu_capabilities.c | 4 -

Re: [libvirt] [PATCH 3/7] qemu: assume -vnc arg always takes a ':'

2015-11-05 Thread John Ferlan
On 11/05/2015 12:33 PM, Daniel P. Berrange wrote: > As of QEMU 0.9.0 the -vnc option accepts a ':' to separate port > from listen address, so the QEMU driver can assume that support > for listen addresses is always available. > > Signed-off-by: Daniel P. Berrange > --- >