Home
last modified time | relevance | path

Searched hist:"48 cc565e" (Results 1 – 2 of 2) sorted by relevance

/qemu/block/
H A Dqed.h48cc565e Fri Nov 18 13:47:36 GMT 2016 Kevin Wolf <kwolf@redhat.com> qed: Simplify request handling

Now that we process a request in the same coroutine from beginning to
end and don't drop out of it any more, we can look like a proper
coroutine-based driver and simply call qed_aio_next_io() and get a
return value from it instead of spawning an additional coroutine that
reenters the parent when it's done.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
H A Dqed.c48cc565e Fri Nov 18 13:47:36 GMT 2016 Kevin Wolf <kwolf@redhat.com> qed: Simplify request handling

Now that we process a request in the same coroutine from beginning to
end and don't drop out of it any more, we can look like a proper
coroutine-based driver and simply call qed_aio_next_io() and get a
return value from it instead of spawning an additional coroutine that
reenters the parent when it's done.

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