Re: [Qemu-devel] [PATCH v3 0/5] qcow2_co_write_zeroes and related improvements

2016-06-02 Thread Kevin Wolf
Am 26.05.2016 um 05:48 hat Eric Blake geschrieben: > This series improves write_zeroes for qcow2 > > Since the work conflicts with my proposed patches to switch > write_zeroes to a byte-base interface, I figured I'd fix the > bugs and get this part nailed first, then rebase my other > work on top,

[Qemu-devel] [PATCH v3 0/5] qcow2_co_write_zeroes and related improvements

2016-05-25 Thread Eric Blake
This series improves write_zeroes for qcow2 Since the work conflicts with my proposed patches to switch write_zeroes to a byte-base interface, I figured I'd fix the bugs and get this part nailed first, then rebase my other work on top, rather than making Denis have to do the dirty work. Changes f