Re: [PATCH 12/13] block/qcow2: implement blockdev-amend

2020-01-28 Thread Daniel P . Berrangé
On Tue, Jan 14, 2020 at 09:33:49PM +0200, Maxim Levitsky wrote: > Currently the implementation only supports amending the encryption > options, unlike the qemu-img version > > Signed-off-by: Maxim Levitsky > --- > block/qcow2.c| 39 +++ > qapi/block-co

[PATCH 12/13] block/qcow2: implement blockdev-amend

2020-01-14 Thread Maxim Levitsky
Currently the implementation only supports amending the encryption options, unlike the qemu-img version Signed-off-by: Maxim Levitsky --- block/qcow2.c| 39 +++ qapi/block-core.json | 16 +++- 2 files changed, 54 insertions(+), 1 deletion(-