]> Git Repo - qemu.git/commit
raw-posix: remove bdrv_read()/bdrv_write()
authorStefan Hajnoczi <[email protected]>
Thu, 13 Oct 2011 20:09:29 +0000 (21:09 +0100)
committerKevin Wolf <[email protected]>
Fri, 14 Oct 2011 15:31:22 +0000 (17:31 +0200)
commit1b1e8c6ec79b94543e89873e9dc067441505b5ff
tree302099ef924e64152a7d58d79a38785b620a7e3e
parent8c5873d6977fcb752ca50d28425ff30a693b1cc9
raw-posix: remove bdrv_read()/bdrv_write()

Block drivers only need to provide one of sync, aio, or coroutine
interfaces.  Since raw-posix.c provides aio interfaces, simply drop the
synchronous interfaces since they can be emulated using aio and
coroutines.

Signed-off-by: Stefan Hajnoczi <[email protected]>
Signed-off-by: Kevin Wolf <[email protected]>
block/raw-posix.c
This page took 0.02547 seconds and 4 git commands to generate.