Re: [Qemu-devel] [PATCH v4 24/26] block: rip out all traces of password prompting

2016-05-12 Thread Eric Blake
On 02/29/2016 05:00 AM, Daniel P. Berrange wrote: > 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:

[Qemu-devel] [PATCH v4 24/26] block: rip out all traces of password prompting

2016-02-29 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