qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 1/2] coroutine: move pooling to common code


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH 1/2] coroutine: move pooling to common code
Date: Wed, 20 Feb 2013 10:20:23 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

On Tue, Feb 19, 2013 at 11:59:09AM +0100, Paolo Bonzini wrote:
> The coroutine pool code is duplicated between the ucontext and
> sigaltstack backends, and absent from the win32 backend.  But the
> code can be shared easily by moving it to qemu-coroutine.c.
> 
> Signed-off-by: Paolo Bonzini <address@hidden>
> ---
>  coroutine-sigaltstack.c | 43 +------------------------------------------
>  coroutine-ucontext.c    | 43 +------------------------------------------
>  qemu-coroutine.c        | 45 +++++++++++++++++++++++++++++++++++++++++++--
>  3 files changed, 45 insertions(+), 86 deletions(-)

Reviewed-by: Stefan Hajnoczi <address@hidden>



reply via email to

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