]> Git Repo - qemu.git/commit
block: drop emulation functions that use coroutines
authorStefan Hajnoczi <[email protected]>
Thu, 13 Oct 2011 20:09:28 +0000 (21:09 +0100)
committerKevin Wolf <[email protected]>
Fri, 14 Oct 2011 15:31:22 +0000 (17:31 +0200)
commit8c5873d6977fcb752ca50d28425ff30a693b1cc9
treece76dc5df93aae1cebbdb38eb279295f8271ab4e
parentb161e2e4b32ac8fb9e6a891eba3da0b825b5d046
block: drop emulation functions that use coroutines

Block drivers that implement coroutine functions used to get sync and
aio wrappers.  This is no longer necessary since all request processing
now happens in a coroutine.  If a block driver implements the coroutine
interface then none of the other interfaces will be invoked.

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