Home
last modified time | relevance | path

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

/qemu/block/
H A Dqed.cc0e8f989 Fri Nov 18 15:04:59 GMT 2016 Kevin Wolf <kwolf@redhat.com> qed: Use a coroutine for need_check_timer

This fixes the last place where we degraded from AIO to actual blocking
synchronous I/O requests. Putting it into a coroutine means that instead
of blocking, the coroutine simply yields while doing I/O.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>