Re: [Qemu-devel] [PATCH v4 0/7] block/qcow2: Improve zero cluster expansion

2014-10-29 Thread Stefan Hajnoczi
On Mon, Oct 27, 2014 at 11:12:49AM +0100, Max Reitz wrote: > The main purpose of this series is to add a progress report to > qemu-img amend. This is achieved by adding a callback function to > bdrv_amend_options() - the reasons for this choice are explained in > patch 1. > > While adapting qcow2'

Re: [Qemu-devel] [PATCH v4 0/7] block/qcow2: Improve zero cluster expansion

2014-10-28 Thread Kevin Wolf
Am 27.10.2014 um 11:12 hat Max Reitz geschrieben: > The main purpose of this series is to add a progress report to > qemu-img amend. This is achieved by adding a callback function to > bdrv_amend_options() - the reasons for this choice are explained in > patch 1. > > While adapting qcow2's expand_

[Qemu-devel] [PATCH v4 0/7] block/qcow2: Improve zero cluster expansion

2014-10-27 Thread Max Reitz
The main purpose of this series is to add a progress report to qemu-img amend. This is achieved by adding a callback function to bdrv_amend_options() - the reasons for this choice are explained in patch 1. While adapting qcow2's expand_zero_clusters_in_l1() accordingly, I noticed a way to simplify