Re: [PATCH v2 05/11] block/crypto: implement the encryption key management

2019-11-08 Thread Maxim Levitsky
On Fri, 2019-11-08 at 14:12 +0100, Max Reitz wrote: > On 08.11.19 12:04, Maxim Levitsky wrote: > > On Fri, 2019-11-08 at 11:49 +0100, Max Reitz wrote: > > > On 08.11.19 10:30, Maxim Levitsky wrote: > > > > On Fri, 2019-10-04 at 20:41 +0200, Max Reitz wrote: > > > > > On 13.09.19 00:30, Maxim Levits

Re: [PATCH v2 05/11] block/crypto: implement the encryption key management

2019-11-08 Thread Max Reitz
On 08.11.19 12:04, Maxim Levitsky wrote: > On Fri, 2019-11-08 at 11:49 +0100, Max Reitz wrote: >> On 08.11.19 10:30, Maxim Levitsky wrote: >>> On Fri, 2019-10-04 at 20:41 +0200, Max Reitz wrote: On 13.09.19 00:30, Maxim Levitsky wrote: > This implements the encryption key management >

Re: [PATCH v2 05/11] block/crypto: implement the encryption key management

2019-11-08 Thread Maxim Levitsky
On Fri, 2019-11-08 at 11:49 +0100, Max Reitz wrote: > On 08.11.19 10:30, Maxim Levitsky wrote: > > On Fri, 2019-10-04 at 20:41 +0200, Max Reitz wrote: > > > On 13.09.19 00:30, Maxim Levitsky wrote: > > > > This implements the encryption key management > > > > using the generic code in qcrypto layer

Re: [PATCH v2 05/11] block/crypto: implement the encryption key management

2019-11-08 Thread Max Reitz
On 08.11.19 10:30, Maxim Levitsky wrote: > On Fri, 2019-10-04 at 20:41 +0200, Max Reitz wrote: >> On 13.09.19 00:30, Maxim Levitsky wrote: >>> This implements the encryption key management >>> using the generic code in qcrypto layer >>> (currently only for qemu-img amend) >>> >>> This code adds ano

Re: [PATCH v2 05/11] block/crypto: implement the encryption key management

2019-11-08 Thread Maxim Levitsky
On Fri, 2019-10-04 at 20:41 +0200, Max Reitz wrote: > On 13.09.19 00:30, Maxim Levitsky wrote: > > This implements the encryption key management > > using the generic code in qcrypto layer > > (currently only for qemu-img amend) > > > > This code adds another 'write_func' because the initializatio

Re: [PATCH v2 05/11] block/crypto: implement the encryption key management

2019-10-04 Thread Max Reitz
On 13.09.19 00:30, Maxim Levitsky wrote: > This implements the encryption key management > using the generic code in qcrypto layer > (currently only for qemu-img amend) > > This code adds another 'write_func' because the initialization > write_func works directly on the underlying file, > because