Re: [Qemu-devel] [PATCH] spice: Allow to set password even if disable-ticketing was used

2015-08-14 Thread Daniel P. Berrange
On Fri, Aug 14, 2015 at 03:09:44PM +0200, Christophe Fergeau wrote: Hey, On Fri, Aug 14, 2015 at 01:54:59PM +0100, Daniel P. Berrange wrote: On Fri, Aug 14, 2015 at 02:47:15PM +0200, Christophe Fergeau wrote: Before commit b1ea7b79e1, it was possible to start with -spice

Re: [Qemu-devel] [PATCH] spice: Allow to set password even if disable-ticketing was used

2015-08-14 Thread Christophe Fergeau
On Fri, Aug 14, 2015 at 03:04:48PM +0100, Daniel P. Berrange wrote: Hmm, is oVirt using this via libvirt ? If so, I guess we have to fix it, as that would be a break in current usage. Yes this is done through libvirt. Before commit qemu-2.1.0-rc2~11^2, you could use virsh update-device with

Re: [Qemu-devel] [PATCH] spice: Allow to set password even if disable-ticketing was used

2015-08-14 Thread Daniel P. Berrange
On Fri, Aug 14, 2015 at 02:47:15PM +0200, Christophe Fergeau wrote: Before commit b1ea7b79e1, it was possible to start with -spice disable-ticketing, and then use the set_password spice command to enable ticketing with SPICE. Since commit b1ea7b79e1 this is no longer possible as

Re: [Qemu-devel] [PATCH] spice: Allow to set password even if disable-ticketing was used

2015-08-14 Thread Christophe Fergeau
On Fri, Aug 14, 2015 at 03:35:21PM +0100, Daniel P. Berrange wrote: On Fri, Aug 14, 2015 at 02:47:15PM +0200, Christophe Fergeau wrote: Before commit b1ea7b79e1, it was possible to start with -spice disable-ticketing, and then use the set_password spice command to enable ticketing with

[Qemu-devel] [PATCH] spice: Allow to set password even if disable-ticketing was used

2015-08-14 Thread Christophe Fergeau
Before commit b1ea7b79e1, it was possible to start with -spice disable-ticketing, and then use the set_password spice command to enable ticketing with SPICE. Since commit b1ea7b79e1 this is no longer possible as qemu_spice_set_ticket() will return an error unless the 'auth' type is spice. When

Re: [Qemu-devel] [PATCH] spice: Allow to set password even if disable-ticketing was used

2015-08-14 Thread Daniel P. Berrange
On Fri, Aug 14, 2015 at 02:47:15PM +0200, Christophe Fergeau wrote: Before commit b1ea7b79e1, it was possible to start with -spice disable-ticketing, and then use the set_password spice command to enable ticketing with SPICE. Since commit b1ea7b79e1 this is no longer possible as

Re: [Qemu-devel] [PATCH] spice: Allow to set password even if disable-ticketing was used

2015-08-14 Thread Christophe Fergeau
Hey, On Fri, Aug 14, 2015 at 01:54:59PM +0100, Daniel P. Berrange wrote: On Fri, Aug 14, 2015 at 02:47:15PM +0200, Christophe Fergeau wrote: Before commit b1ea7b79e1, it was possible to start with -spice disable-ticketing, and then use the set_password spice command to enable ticketing