commit | 1b1e8c6ec79b94543e89873e9dc067441505b5ff | [log] [tgz] |
---|---|---|
author | Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> | Thu Oct 13 21:09:29 2011 +0100 |
committer | Kevin Wolf <kwolf@redhat.com> | Fri Oct 14 17:31:22 2011 +0200 |
tree | 302099ef924e64152a7d58d79a38785b620a7e3e | |
parent | 8c5873d6977fcb752ca50d28425ff30a693b1cc9 [diff] |
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 <stefanha@linux.vnet.ibm.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>