Re: [Qemu-devel] [PATCH 01/10] qga: add guest-set-user-password command

2015-04-08 Thread Peter Maydell
On 17 February 2015 at 22:40, Michael Roth wrote: > From: "Daniel P. Berrange" > > Add a new 'guest-set-user-password' command for changing the password > +void qmp_guest_set_user_password(const char *username, > + const char *password, > +

[Qemu-devel] [PATCH 01/10] qga: add guest-set-user-password command

2015-02-17 Thread Michael Roth
From: "Daniel P. Berrange" Add a new 'guest-set-user-password' command for changing the password of guest OS user accounts. This command is needed to enable OpenStack to support its API for changing the admin password of guests running on KVM/QEMU. It is not practical to provide a command at the

[Qemu-devel] [PATCH 01/10] qga: add guest-set-user-password command

2015-02-16 Thread Michael Roth
From: "Daniel P. Berrange" Add a new 'guest-set-user-password' command for changing the password of guest OS user accounts. This command is needed to enable OpenStack to support its API for changing the admin password of guests running on KVM/QEMU. It is not practical to provide a command at the