spice: call qemu_spice_set_passwd() during init
authorMarc-André Lureau <marcandre.lureau@gmail.com>
Fri, 5 Sep 2014 12:08:48 +0000 (14:08 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 16 Sep 2014 06:09:03 +0000 (08:09 +0200)
commit07d49a53b6394941ed833486a3acb5c480d87db2
tree7df8395a5ab1a4ac16cf92f5555fc7dd1c77cec9
parentcc35a44cf7b522b1fd0b786562b7de4b881c41b0
spice: call qemu_spice_set_passwd() during init

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

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
ui/spice-core.c