qemu-block
[Top][All Lists]
Advanced

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

Re: [Qemu-block] [PATCH 18/18] aio: convert from RFifoLock to QemuRecMut


From: Stefan Hajnoczi
Subject: Re: [Qemu-block] [PATCH 18/18] aio: convert from RFifoLock to QemuRecMutex
Date: Sun, 16 Oct 2016 17:43:03 +0100
User-agent: Mutt/1.7.0 (2016-08-17)

On Thu, Oct 13, 2016 at 07:34:22PM +0200, Paolo Bonzini wrote:
> It is simpler and a bit faster, and QEMU does not need the contention
> callbacks (and thus the fairness) anymore.
> 
> Reviewed-by: Fam Zheng <address@hidden>
> Signed-off-by: Paolo Bonzini <address@hidden>
> ---
>  async.c                  |  8 ++---
>  include/block/aio.h      |  3 +-
>  include/qemu/rfifolock.h | 54 ----------------------------
>  tests/.gitignore         |  1 -
>  tests/Makefile.include   |  2 --
>  tests/test-rfifolock.c   | 91 
> ------------------------------------------------
>  util/Makefile.objs       |  1 -
>  util/rfifolock.c         | 78 -----------------------------------------
>  8 files changed, 5 insertions(+), 233 deletions(-)
>  delete mode 100644 include/qemu/rfifolock.h
>  delete mode 100644 tests/test-rfifolock.c
>  delete mode 100644 util/rfifolock.c

Reviewed-by: Stefan Hajnoczi <address@hidden>

Attachment: signature.asc
Description: PGP signature


reply via email to

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