qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 27/29] qed: Simplify request handling


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH 27/29] qed: Simplify request handling
Date: Wed, 31 May 2017 13:54:48 +0100
User-agent: Mutt/1.8.0 (2017-02-23)

On Fri, May 26, 2017 at 10:22:08PM +0200, Kevin Wolf wrote:
> 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 <address@hidden>
> ---
>  block/qed.c | 106 
> ++++++++++++++++--------------------------------------------
>  block/qed.h |   3 +-
>  2 files changed, 28 insertions(+), 81 deletions(-)

Reviewed-by: Stefan Hajnoczi <address@hidden>

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]