[libvirt] [PATCH 0/2] Update qemu password support

Marc-André Lureau marcandre.lureau at gmail.com
Fri Jan 7 19:50:06 UTC 2011


Hi,

Recently, QEMU learned set_password and expire_password monitor commands.

http://qemu.com/qemu.git/commit/?id=7572150c189c6553c2448334116ab717680de66d

The following patches make use of these new commands if available, and
fallback on VNC-only password support.

Marc-André Lureau (2):
  qemu: add set_password and expire_password monitor commands
  qemu: Update password support in the QEMU driver

 src/qemu/qemu_driver.c       |  138 ++++++++++++++++++++++++++++++++++++------
 src/qemu/qemu_monitor.c      |   77 +++++++++++++++++++++++
 src/qemu/qemu_monitor.h      |    7 ++
 src/qemu/qemu_monitor_json.c |   56 +++++++++++++++++
 src/qemu/qemu_monitor_json.h |    7 ++
 src/qemu/qemu_monitor_text.c |   69 +++++++++++++++++++++
 src/qemu/qemu_monitor_text.h |    7 ++
 7 files changed, 343 insertions(+), 18 deletions(-)

-- 
1.7.3.4




More information about the libvir-list mailing list