qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 14/16] aio-posix: partially inline aio_dispatch


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH 14/16] aio-posix: partially inline aio_dispatch into aio_poll
Date: Wed, 18 Jan 2017 15:59:50 +0000
User-agent: Mutt/1.7.1 (2016-10-04)

On Fri, Jan 13, 2017 at 02:17:29PM +0100, Paolo Bonzini wrote:
> This patch prepares for the removal of unnecessary lockcnt inc/dec pairs.
> Extract the dispatching loop for file descriptor handlers into a new
> function aio_dispatch_handlers, and then inline aio_dispatch into
> aio_poll.
> 
> aio_dispatch can now become void.
> 
> Signed-off-by: Paolo Bonzini <address@hidden>
> ---
>  aio-posix.c         | 44 ++++++++++++++------------------------------
>  aio-win32.c         | 13 ++++---------
>  async.c             |  2 +-
>  include/block/aio.h |  6 +-----
>  4 files changed, 20 insertions(+), 45 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]