Re: [libvirt] [PATCH] qemu: fix failure to start with spice graphics and no tls

2013-04-30 Thread Laine Stump
On 04/30/2013 03:57 PM, Eric Blake wrote: > On 04/30/2013 12:13 PM, Laine Stump wrote: >> Commit eca3fdf inadvertantly caused a failure to start for any domain > s/inadvertantly/inadvertently/ > >> with the following in its config: >> >> >> >> The problem is that when tlsPort == 0 and defaultM

Re: [libvirt] [PATCH] qemu: fix failure to start with spice graphics and no tls

2013-04-30 Thread Eric Blake
On 04/30/2013 12:13 PM, Laine Stump wrote: > Commit eca3fdf inadvertantly caused a failure to start for any domain s/inadvertantly/inadvertently/ > with the following in its config: > > > > The problem is that when tlsPort == 0 and defaultMode == "any" (which > is the default for defaultMo

[libvirt] [PATCH] qemu: fix failure to start with spice graphics and no tls

2013-04-30 Thread Laine Stump
Commit eca3fdf inadvertantly caused a failure to start for any domain with the following in its config: The problem is that when tlsPort == 0 and defaultMode == "any" (which is the default for defaultMode), this would be flagged in the code as "needTLSPort", and if there was then no spice tl