Re: [Qemu-devel] [PATCH v7 00/10] qemu-img convert with copy offloading

2018-05-31 Thread Fam Zheng
On Wed, 05/30 17:06, Stefan Hajnoczi wrote: > On Tue, May 29, 2018 at 01:59:49PM +0800, Fam Zheng wrote: > > v7: Fix qcow2. > > > > v6: Pick up rev-by from Stefan and Eric. > > Tweak patch 2 commit message. > > > > v5: - Fix raw offset/bytes check for read. [Eric] > > - Fix qcow2_handle_l

Re: [Qemu-devel] [PATCH v7 00/10] qemu-img convert with copy offloading

2018-05-30 Thread Stefan Hajnoczi
On Tue, May 29, 2018 at 01:59:49PM +0800, Fam Zheng wrote: > v7: Fix qcow2. > > v6: Pick up rev-by from Stefan and Eric. > Tweak patch 2 commit message. > > v5: - Fix raw offset/bytes check for read. [Eric] > - Fix qcow2_handle_l2meta. [Stefan] > - Add coroutine_fn whereever appropria

[Qemu-devel] [PATCH v7 00/10] qemu-img convert with copy offloading

2018-05-28 Thread Fam Zheng
v7: Fix qcow2. v6: Pick up rev-by from Stefan and Eric. Tweak patch 2 commit message. v5: - Fix raw offset/bytes check for read. [Eric] - Fix qcow2_handle_l2meta. [Stefan] - Add coroutine_fn whereever appropriate. [Stefan] v4: - Fix raw offset and size. [Eric] - iscsi: Drop unnec