Re: [PATCH 01/13] qcrypto: add generic infrastructure for crypto options amendment

2020-01-29 Thread Maxim Levitsky
On Tue, 2020-01-28 at 16:59 +, Daniel P. Berrangé wrote: > On Tue, Jan 14, 2020 at 09:33:38PM +0200, Maxim Levitsky wrote: > > This will be used first to implement luks keyslot management. > > > > block_crypto_amend_opts_init will be used to convert > > qemu-img cmdline to

Re: [PATCH 01/13] qcrypto: add generic infrastructure for crypto options amendment

2020-01-28 Thread Daniel P . Berrangé
On Tue, Jan 14, 2020 at 09:33:38PM +0200, Maxim Levitsky wrote: > This will be used first to implement luks keyslot management. > > block_crypto_amend_opts_init will be used to convert > qemu-img cmdline to QCryptoBlockAmendOptions > > Signed-off-by: Maxim Levitsky > --- > block/crypto.c

[PATCH 01/13] qcrypto: add generic infrastructure for crypto options amendment

2020-01-14 Thread Maxim Levitsky
This will be used first to implement luks keyslot management. block_crypto_amend_opts_init will be used to convert qemu-img cmdline to QCryptoBlockAmendOptions Signed-off-by: Maxim Levitsky --- block/crypto.c | 17 + block/crypto.h | 3 +++ crypto/block.c