Home
last modified time | relevance | path

Searched hist:"68485420187094 c26f86faee5c7f68b5d6a03603" (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/
H A Dblock.cdiff 68485420187094c26f86faee5c7f68b5d6a03603 Thu Jun 30 03:05:46 CDT 2011 Kevin Wolf <kwolf@redhat.com> block: Emulate AIO functions with bdrv_co_readv/writev

Use the bdrv_co_readv/writev callbacks to implement bdrv_aio_readv/writev and
bdrv_read/write if a driver provides the coroutine version instead of the
synchronous or AIO version.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>