Re: [Qemu-devel] [PATCH v8 08/10] qcow2: Invoke refcount order amendment function

2015-06-03 Thread Eric Blake
On 06/03/2015 02:13 PM, Max Reitz wrote: > Make use of qcow2_change_refcount_order() to support changing the > refcount order with qemu-img amend. > > Signed-off-by: Max Reitz > --- > block/qcow2.c | 44 +++- > 1 file changed, 35 insertions(+), 9 deletions

[Qemu-devel] [PATCH v8 08/10] qcow2: Invoke refcount order amendment function

2015-06-03 Thread Max Reitz
Make use of qcow2_change_refcount_order() to support changing the refcount order with qemu-img amend. Signed-off-by: Max Reitz --- block/qcow2.c | 44 +++- 1 file changed, 35 insertions(+), 9 deletions(-) diff --git a/block/qcow2.c b/block/qcow2.c index 6

[Qemu-devel] [PATCH v8 08/10] qcow2: Invoke refcount order amendment function

2015-03-18 Thread Max Reitz
Make use of qcow2_change_refcount_order() to support changing the refcount order with qemu-img amend. Signed-off-by: Max Reitz Reviewed-by: Eric Blake Reviewed-by: Stefan Hajnoczi --- block/qcow2.c | 44 +++- 1 file changed, 35 insertions(+), 9 deletions