
On Mon, May 18, 2015 at 02:43:47PM +0200, Ján Tomko wrote:
The guest-set-user-password command was added to qemu-agent in the 2.3.0 release by Daniel Berrange (some of you might have heard of him):
commit 215a2771a7b6b29037ee8deba484815d816b6fdd qga: add guest-set-user-password command http://git.qemu.org/?p=qemu.git;a=commitdiff;h=215a277
This mini-series introduces a libvirt API, set_password ACL, a virsh command and wires up the API in the QEMU driver.
Any bikesh^Wsuggestions regarding the API naming and the order of the virsh parameters are welcome.
Ján Tomko (3): Introduce virDomainSetUserPassword API virsh: add set-user-password command qemu: wire up virDomainSetUserPassword
I have removed the linux-specific bits (crypt(3), defaulting to root), switched the order of virsh parameters and pushed the series. Thank you for the reviews. Jan