Re: [Qemu-devel] [PATCH] spice: call qemu_spice_set_passwd() during init

2014-09-05 Thread Gerd Hoffmann
On Fr, 2014-09-05 at 14:08 +0200, Marc-André Lureau wrote: > Don't call SPICE API directly to set password given in command line, but > use the internal API, saving password for later calls. > > This solves losing password when changing expiration in qemu monitor. Makes sense. Added to spice pat

[Qemu-devel] [PATCH] spice: call qemu_spice_set_passwd() during init

2014-09-05 Thread Marc-André Lureau
Don't call SPICE API directly to set password given in command line, but use the internal API, saving password for later calls. This solves losing password when changing expiration in qemu monitor. https://bugzilla.redhat.com/show_bug.cgi?id=1138639 --- ui/spice-core.c | 2 +- 1 file changed, 1