Re: [PATCH v2 09/11] block/qcow2: implement blockdev-amend

2019-11-08 Thread Maxim Levitsky
On Fri, 2019-10-04 at 21:03 +0200, Max Reitz wrote: > On 13.09.19 00:30, Maxim Levitsky wrote: > > Currently only for changing crypto parameters > > Yep, that elegantly avoids most of the problems we’d have otherwise. :-) > > > Signed-off-by: Maxim Levitsky > > --- > > block/qcow2.c| 71

Re: [PATCH v2 09/11] block/qcow2: implement blockdev-amend

2019-11-08 Thread Maxim Levitsky
On Mon, 2019-10-07 at 10:04 +0200, Markus Armbruster wrote: > Max Reitz writes: > > > On 13.09.19 00:30, Maxim Levitsky wrote: > > > Currently only for changing crypto parameters > > > > Yep, that elegantly avoids most of the problems we’d have otherwise. :-) > > > > > Signed-off-by: Maxim Levi

Re: [PATCH v2 09/11] block/qcow2: implement blockdev-amend

2019-10-07 Thread Markus Armbruster
Max Reitz writes: > On 13.09.19 00:30, Maxim Levitsky wrote: >> Currently only for changing crypto parameters > > Yep, that elegantly avoids most of the problems we’d have otherwise. :-) > >> Signed-off-by: Maxim Levitsky [...] >> diff --git a/qapi/block-core.json b/qapi/block-core.json >> index

Re: [PATCH v2 09/11] block/qcow2: implement blockdev-amend

2019-10-04 Thread Max Reitz
On 13.09.19 00:30, Maxim Levitsky wrote: > Currently only for changing crypto parameters Yep, that elegantly avoids most of the problems we’d have otherwise. :-) > Signed-off-by: Maxim Levitsky > --- > block/qcow2.c| 71 > qapi/block-core.jso

[Qemu-devel] [PATCH v2 09/11] block/qcow2: implement blockdev-amend

2019-09-12 Thread Maxim Levitsky
Currently only for changing crypto parameters Signed-off-by: Maxim Levitsky --- block/qcow2.c| 71 qapi/block-core.json | 6 ++-- 2 files changed, 75 insertions(+), 2 deletions(-) diff --git a/block/qcow2.c b/block/qcow2.c index 26f83aeb44..