Re: [Qemu-devel] [PATCH v1 15/15] block: remove all encryption handling APIs

2017-01-24 Thread Daniel P. Berrange
On Sat, Jan 21, 2017 at 08:22:53PM +0100, Max Reitz wrote: > On 03.01.2017 19:28, Daniel P. Berrange wrote: > > Now that all encryption keys must be provided upfront via > > the QCryptoSecret API and associated block driver properties > > there is no need for any explicit encryption handling APIs >

Re: [Qemu-devel] [PATCH v1 15/15] block: remove all encryption handling APIs

2017-01-21 Thread Max Reitz
On 03.01.2017 19:28, Daniel P. Berrange wrote: > Now that all encryption keys must be provided upfront via > the QCryptoSecret API and associated block driver properties > there is no need for any explicit encryption handling APIs > in the block layer. Encryption can be handled transparently > with

[Qemu-devel] [PATCH v1 15/15] block: remove all encryption handling APIs

2017-01-03 Thread Daniel P. Berrange
Now that all encryption keys must be provided upfront via the QCryptoSecret API and associated block driver properties there is no need for any explicit encryption handling APIs in the block layer. Encryption can be handled transparently within the block driver. We only retain an API for querying w