[Qemu-devel] [PATCH 19/21] qcow2: Invoke refcount order amendment function

2014-11-10 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 e

Re: [Qemu-devel] [PATCH 19/21] qcow2: Invoke refcount order amendment function

2014-11-11 Thread Eric Blake
On 11/10/2014 06:45 AM, 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