Re: [Qemu-devel] [PATCH v4 13/14] block: Switch blk_write_zeroes() to byte interface

2016-04-29 Thread Eric Blake
On 04/29/2016 02:08 PM, Eric Blake wrote: > Sector-based blk_write() should die; convert the one-off > variant blk_write_zeroes(). > > Signed-off-by: Eric Blake > Acked-by: Denis V. Lunev > --- > +++ b/include/sysemu/block-backend.h > @@ -96,8 +96,8 @@ int blk_pread_unthrottled(BlockBackend *bl

[Qemu-devel] [PATCH v4 13/14] block: Switch blk_write_zeroes() to byte interface

2016-04-29 Thread Eric Blake
Sector-based blk_write() should die; convert the one-off variant blk_write_zeroes(). Signed-off-by: Eric Blake Acked-by: Denis V. Lunev --- include/sysemu/block-backend.h | 4 ++-- block/block-backend.c | 8 block/parallels.c | 3 ++- qemu-img.c