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

2017-01-21 Thread Max Reitz
On 03.01.2017 19:28, 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: Daniel

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

2017-01-03 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 | 31 -