monitor: Introduce 'block_passwd' command
commita3a55a2edb7c0fd72bc62a8a4c719a1e1983e6ac
authorLuiz Capitulino <lcapitulino@redhat.com>
Fri, 4 Dec 2009 17:24:09 +0000 (4 15:24 -0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 7 Dec 2009 20:04:20 +0000 (7 14:04 -0600)
tree8fa0a51eabc12097bdd551cae3aa9da3f0edde6c
parentf6d855c50dfd68f33f6dee70e5ccdfb144a2da26
monitor: Introduce 'block_passwd' command

When using encrypted disk images, QEMU will prompt the user
for passwords when started.

This makes sense for the user protocol, but doesn't for QMP.

The solution is to have Monitor command which allows the user
or a Client to set passwords in advance, so that we avoid
the prompt completely.

This is what block_passwd does, for example:

(QEMU) block_passwd ide0-hd0 foobar

Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
monitor.c
qemu-monitor.hx