Re: [Qemu-devel] [PATCH 4/9] block: Remove bdrv_aio_multiwrite()

2016-03-29 Thread Max Reitz
On 22.03.2016 20:36, Kevin Wolf wrote: > Since virtio-blk implements request merging itself these days, the only > remaining users are test cases for the function. That doesn't make the > function exactly useful any more. > > Signed-off-by: Kevin Wolf > --- > block/block-backend.c | 14

[Qemu-devel] [PATCH 4/9] block: Remove bdrv_aio_multiwrite()

2016-03-22 Thread Kevin Wolf
Since virtio-blk implements request merging itself these days, the only remaining users are test cases for the function. That doesn't make the function exactly useful any more. Signed-off-by: Kevin Wolf --- block/block-backend.c | 14 --- block/io.c | 194 --