]> Git Repo - qemu.git/commit
qemu-img/qemu-io: don't prompt for passwords if not required
authorDaniel P. Berrange <[email protected]>
Mon, 21 Mar 2016 14:11:43 +0000 (14:11 +0000)
committerKevin Wolf <[email protected]>
Wed, 30 Mar 2016 09:59:32 +0000 (11:59 +0200)
commit4ef130fca87b7a8c77e1af9ca967f28b683811d7
treed44f5d9c74f1684087c0c043ab322c27c5d76ee9
parentabb06c5ac1c86e747bbe08bf7b5b69723ad69832
qemu-img/qemu-io: don't prompt for passwords if not required

The qemu-img/qemu-io tools prompt for disk encryption passwords
regardless of whether any are actually required. Adding a check
on bdrv_key_required() avoids this prompt for disk formats which
have been converted to the QCryptoSecret APIs.

This is just a temporary hack to ensure the block I/O tests
continue to work after each patch, since the last patch will
completely delete all the password prompting code.

Reviewed-by: Eric Blake <[email protected]>
Signed-off-by: Daniel P. Berrange <[email protected]>
Signed-off-by: Kevin Wolf <[email protected]>
qemu-img.c
qemu-io.c
This page took 0.022981 seconds and 4 git commands to generate.