Home
last modified time | relevance | path

Searched hist:e7a8a7837a964e0fe327e6ef8dde02c6a53dd14a (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/
H A Dblock.cdiff e7a8a7837a964e0fe327e6ef8dde02c6a53dd14a Fri Jul 15 09:05:00 CDT 2011 Kevin Wolf <kwolf@redhat.com> block: Use bdrv_co_* instead of synchronous versions in coroutines

If we're already in a coroutine, there is no reason to use the synchronous
version of block layer functions when a coroutine one exists. This makes
bdrv_read/write/flush use bdrv_co_* when used inside a coroutine.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>