Re: [Qemu-devel] [PATCH 3/3] vnc/spice: add set_passwd monitor command.

2010-11-24 Thread malc
On Wed, 24 Nov 2010, Gerd Hoffmann wrote: > This patch adds new set_password and expire_password monitor commands > which allows to change and expire the password for spice and vnc > connections. See the doc update patch chunk for details. > This has tabs. [..snip..] -- mailto:av1...@comtv.r

[Qemu-devel] [PATCH 3/3] vnc/spice: add set_passwd monitor command.

2010-11-24 Thread Gerd Hoffmann
This patch adds new set_password and expire_password monitor commands which allows to change and expire the password for spice and vnc connections. See the doc update patch chunk for details. Signed-off-by: Gerd Hoffmann --- hmp-commands.hx | 54 + monitor.c

[Qemu-devel] [PATCH 3/3] vnc/spice: add set_passwd monitor command.

2010-10-07 Thread Gerd Hoffmann
This patch adds a new set_password monitor command which allows to change the password for spice and vnc connections. See the doc update patch chunk for details. Signed-off-by: Gerd Hoffmann --- hmp-commands.hx | 23 + monitor.c | 58 +++