Re: [Qemu-devel] [PATCH v2 16/17] block: remove all encryption handling APIs

2016-02-09 Thread Daniel P. Berrange
On Mon, Feb 08, 2016 at 02:23:40PM -0700, Eric Blake wrote: > On 01/20/2016 10:38 AM, 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 AP

Re: [Qemu-devel] [PATCH v2 16/17] block: remove all encryption handling APIs

2016-02-08 Thread Eric Blake
On 01/20/2016 10:38 AM, 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 > w

[Qemu-devel] [PATCH v2 16/17] block: remove all encryption handling APIs

2016-01-20 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