commit | f9f05dc58c50d19ad762e6c1ce6b5def9814a4ed | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Fri Jul 15 13:50:26 2011 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Tue Aug 02 15:53:40 2011 +0200 |
tree | dc376f854a20dcaa08a8c2415a14deb91754ac7d | |
parent | 68485420187094c26f86faee5c7f68b5d6a03603 [diff] |
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>