Re: [Qemu-devel] [PATCH v2 15/17] block: rip out all traces of password prompting

2016-01-21 Thread Fam Zheng
On Wed, 01/20 17:38, Daniel P. Berrange wrote: > diff --git a/tests/qemu-iotests/087 b/tests/qemu-iotests/087 > index 3386668..065d9af 100755 > --- a/tests/qemu-iotests/087 > +++ b/tests/qemu-iotests/087 > @@ -201,6 +201,7 @@ run_qemu -S <"options": { > "driver": "$IMGFMT", >

Re: [Qemu-devel] [PATCH v2 15/17] block: rip out all traces of password prompting

2016-01-21 Thread Daniel P. Berrange
On Thu, Jan 21, 2016 at 09:02:14PM +0800, Fam Zheng wrote: > On Wed, 01/20 17:38, Daniel P. Berrange wrote: > > diff --git a/tests/qemu-iotests/087 b/tests/qemu-iotests/087 > > index 3386668..065d9af 100755 > > --- a/tests/qemu-iotests/087 > > +++ b/tests/qemu-iotests/087 > > @@ -201,6 +201,7 @@

[Qemu-devel] [PATCH v2 15/17] block: rip out all traces of password prompting

2016-01-20 Thread Daniel P. Berrange
Now that qcow & qcow2 are wired up to get encryption keys via the QCryptoSecret object, nothing is relying on the interactive prompting for passwords. All the code related to password prompting can thus be ripped out. Signed-off-by: Daniel P. Berrange --- hmp.c