Re: [libvirt] [PATCH] qemu: only release SPICE TLS port if it has been allocated

2013-02-22 Thread Michal Privoznik
On 22.02.2013 16:55, Ján Tomko wrote: > Silence the error message that happens during shutdown of a domain with > spice graphics, autoport enabled if spice_tls is disabled in qemu.conf: > > error : virPortAllocatorRelease:174 : port 0 must be in range (5900, 65534) > --- > src/qemu/qemu_process.c

[libvirt] [PATCH] qemu: only release SPICE TLS port if it has been allocated

2013-02-22 Thread Ján Tomko
Silence the error message that happens during shutdown of a domain with spice graphics, autoport enabled if spice_tls is disabled in qemu.conf: error : virPortAllocatorRelease:174 : port 0 must be in range (5900, 65534) --- src/qemu/qemu_process.c | 6 -- 1 file changed, 4 insertions(+), 2 de