[libvirt] [PATCH 2/2] qemu: Update password support in the QEMU driver

2011-01-07 Thread Marc-André Lureau
From: Marc-André Lureau marcandre.lur...@redhat.com Use the new set_password and expire_password monitor commands to set password. We try to use that command first when setting a VNC/SPICE password. If that doesn't work we fallback to the legacy VNC only password. Based on patch by Daniel P.

Re: [libvirt] [PATCH 2/2] qemu: Update password support in the QEMU driver

2011-01-07 Thread Jiri Denemark
Use the new set_password and expire_password monitor commands to set password. We try to use that command first when setting a VNC/SPICE password. If that doesn't work we fallback to the legacy VNC only password. Based on patch by Daniel P. Berrange berra...@redhat.com. ---