qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 3/3] iothread: release iothread around aio_poll


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH 3/3] iothread: release iothread around aio_poll
Date: Fri, 6 Mar 2015 11:16:05 -0600
User-agent: Mutt/1.5.23 (2014-03-12)

On Fri, Feb 20, 2015 at 05:26:52PM +0100, Paolo Bonzini wrote:
> This is the first step towards having fine-grained critical sections in
> dataplane threads, which resolves lock ordering problems between
> address_space_* functions (which need the BQL when doing MMIO, even
> after we complete RCU-based dispatch) and the AioContext.
> 
> Because AioContext does not use contention callbacks anymore, the
> unit test has to be changed.
> 
> Signed-off-by: Paolo Bonzini <address@hidden>
> ---
>  async.c          |  8 +-------
>  iothread.c       | 11 ++---------
>  tests/test-aio.c | 21 ++++++++++++---------
>  3 files changed, 15 insertions(+), 25 deletions(-)

Reviewed-by: Stefan Hajnoczi <address@hidden>

Attachment: pgpANapG_2Mgk.pgp
Description: PGP signature


reply via email to

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