qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 1/3] aio-posix: move pollfds to thread-local sto


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH 1/3] aio-posix: move pollfds to thread-local storage
Date: Fri, 6 Mar 2015 10:50:20 -0600
User-agent: Mutt/1.5.23 (2014-03-12)

On Fri, Feb 20, 2015 at 05:26:50PM +0100, Paolo Bonzini wrote:
> By using thread-local storage, aio_poll can stop using global data during
> g_poll_ns.  This will make it possible to drop callbacks from rfifolock.
> 
> Signed-off-by: Paolo Bonzini <address@hidden>
> ---
>  aio-posix.c         | 77 
> ++++++++++++++++++++++++++++++++++++++---------------
>  async.c             |  2 --
>  include/block/aio.h |  3 ---
>  3 files changed, 56 insertions(+), 26 deletions(-)

pollfds was always an ugly part of AioContext.  I'm happy to move it.

Reviewed-by: Stefan Hajnoczi <address@hidden>

Attachment: pgp_qe2cVmLKf.pgp
Description: PGP signature


reply via email to

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