]> git.proxmox.com Git - qemu.git/commit - block.c
block: Add bdrv_co_readv/writev emulation
authorKevin Wolf <kwolf@redhat.com>
Fri, 15 Jul 2011 11:50:26 +0000 (13:50 +0200)
committerKevin Wolf <kwolf@redhat.com>
Tue, 2 Aug 2011 13:53:40 +0000 (15:53 +0200)
commitf9f05dc58c50d19ad762e6c1ce6b5def9814a4ed
treedc376f854a20dcaa08a8c2415a14deb91754ac7d
parent68485420187094c26f86faee5c7f68b5d6a03603
block: Add bdrv_co_readv/writev emulation

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 <kwolf@redhat.com>
block.c
trace-events