Re: [PATCH v8 07/14] block/crypto: implement the encryption key management

2020-06-16 Thread Maxim Levitsky
On Mon, 2020-06-08 at 14:14 +0200, Max Reitz wrote: > On 08.06.20 11:40, Maxim Levitsky wrote: > > This implements the encryption key management using the generic code in > > qcrypto layer and exposes it to the user via qemu-img > > > > This code adds another 'write_func' because the

Re: [PATCH v8 07/14] block/crypto: implement the encryption key management

2020-06-08 Thread Max Reitz
On 08.06.20 11:40, Maxim Levitsky wrote: > This implements the encryption key management using the generic code in > qcrypto layer and exposes it to the user via qemu-img > > This code adds another 'write_func' because the initialization > write_func works directly on the underlying file, and

[PATCH v8 07/14] block/crypto: implement the encryption key management

2020-06-08 Thread Maxim Levitsky
This implements the encryption key management using the generic code in qcrypto layer and exposes it to the user via qemu-img This code adds another 'write_func' because the initialization write_func works directly on the underlying file, and amend works on instance of luks device. This commit