Re: [Qemu-devel] [PATCH v2 00/13] Kill sector-based write_zeroes

2016-06-02 Thread Kevin Wolf
Am 01.06.2016 um 23:10 hat Eric Blake geschrieben: > Kevin pointed out that my recent change to byte-based instead > of sector-based blk_write_zeroes() (commit 983a1600) makes life > harder as long as bdrv_write_zeroes is still sector-based, and > where the compiler doesn't flag any change in param

[Qemu-devel] [PATCH v2 00/13] Kill sector-based write_zeroes

2016-06-01 Thread Eric Blake
Kevin pointed out that my recent change to byte-based instead of sector-based blk_write_zeroes() (commit 983a1600) makes life harder as long as bdrv_write_zeroes is still sector-based, and where the compiler doesn't flag any change in parameter types. Complete the conversion, by making all write_ze