Searched hist:c0e8f98927929b65ffbfb320b7a1c79e0e620006 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/block/ |
H A D | qed.c | diff c0e8f98927929b65ffbfb320b7a1c79e0e620006 Fri Nov 18 09:04:59 CST 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>
|