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

2016-06-01 Thread Eric Blake
On 06/01/2016 09:35 AM, Kevin Wolf wrote: > Am 25.05.2016 um 00:25 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 >> whe

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

2016-06-01 Thread Kevin Wolf
Am 25.05.2016 um 00:25 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

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

2016-05-25 Thread Kevin Wolf
Am 25.05.2016 um 00:25 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 00/13] Kill sector-based write_zeroes

2016-05-24 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 renaming things (so