[Qemu-devel] [PATCH 07/16] aio: convert from RFifoLock to QemuRecMutex

2016-02-09 Thread Paolo Bonzini
It is simpler and a bit faster, and QEMU does not need the contention callbacks (and thus the fairness) anymore. Signed-off-by: Paolo Bonzini --- async.c | 8 ++--- include/block/aio.h | 3 +- include/qemu/rfifolock.h | 54 tests/.gitignore

[Qemu-devel] [PATCH 07/16] aio: convert from RFifoLock to QemuRecMutex

2016-02-08 Thread Paolo Bonzini
It is simpler and a bit faster, and QEMU does not need the contention callbacks (and thus the fairness) anymore. Signed-off-by: Paolo Bonzini --- async.c | 8 ++--- include/block/aio.h | 3 +- include/qemu/rfifolock.h | 54 tests/.gitignore

[Qemu-devel] [PATCH 07/16] aio: convert from RFifoLock to QemuRecMutex

2016-01-15 Thread Paolo Bonzini
It is simpler and a bit faster, and QEMU does not need the contention callbacks (and thus the fairness) anymore. Signed-off-by: Paolo Bonzini --- async.c | 8 ++--- include/block/aio.h | 3 +- include/qemu/rfifolock.h | 54 tests/.gitignore