Re: [libvirt] [PATCH] qemu: Error out if spice port autoallocation is requested, but disabled

2013-04-30 Thread Peter Krempa
On 04/29/13 18:25, Eric Blake wrote: On 04/29/2013 05:50 AM, Peter Krempa wrote: When a user requests auto-allocation of the spice TLS port but spice TLS is disabled in qemu.conf, we start the machine and let qemu fail instead of erroring out sooner. Add an error message so that this doesn't

[libvirt] [PATCH] qemu: Error out if spice port autoallocation is requested, but disabled

2013-04-29 Thread Peter Krempa
When a user requests auto-allocation of the spice TLS port but spice TLS is disabled in qemu.conf, we start the machine and let qemu fail instead of erroring out sooner. Add an error message so that this doesn't happen. --- src/qemu/qemu_process.c | 10 -- 1 file changed, 8

Re: [libvirt] [PATCH] qemu: Error out if spice port autoallocation is requested, but disabled

2013-04-29 Thread Eric Blake
On 04/29/2013 05:50 AM, Peter Krempa wrote: When a user requests auto-allocation of the spice TLS port but spice TLS is disabled in qemu.conf, we start the machine and let qemu fail instead of erroring out sooner. Add an error message so that this doesn't happen. ---