Re: [Qemu-devel] [PATCH 03/10] block: Add bdrv_co_readv/writev emulation

2011-08-02 Thread Kevin Wolf
Am 26.07.2011 13:49, schrieb Kevin Wolf: In order to be able to call bdrv_co_readv/writev for drivers that don't implement the functions natively, add an emulation that uses the AIO functions to implement them. Signed-off-by: Kevin Wolf kw...@redhat.com --- block.c | 84

[Qemu-devel] [PATCH 03/10] block: Add bdrv_co_readv/writev emulation

2011-07-26 Thread Kevin Wolf
In order to be able to call bdrv_co_readv/writev for drivers that don't implement the functions natively, add an emulation that uses the AIO functions to implement them. Signed-off-by: Kevin Wolf kw...@redhat.com --- block.c | 84 -