Re: [Qemu-devel] [PATCHv5 0/3] block: optimize zero writes with bdrv_write_zeroes

2014-05-19 Thread Kevin Wolf
Am 18.05.2014 um 00:58 hat Peter Lieven geschrieben: > this series tries to optimize zero write requests > by automatically using bdrv_write_zeroes if it is > supported by the format. More details can be found > in the commit message to patch 3. Thanks, fixed up some formatting and applied to the

[Qemu-devel] [PATCHv5 0/3] block: optimize zero writes with bdrv_write_zeroes

2014-05-17 Thread Peter Lieven
this series tries to optimize zero write requests by automatically using bdrv_write_zeroes if it is supported by the format. More details can be found in the commit message to patch 3. Changes: v4->v5: - split patch into 3 separate patches [Kevin, Eric] - use QEMU_ALIGN_DOWN in qemu_iovec_