commit | 3fe71223374e71436d4aced8865e50fd36588ff7 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Thu Oct 27 12:49:08 2016 +0200 |
committer | Fam Zheng <famz@redhat.com> | Fri Oct 28 21:50:18 2016 +0800 |
tree | 204c0194ef3987e0eb94eda5c2646bebd27313ca | |
parent | feadec63846d569829a4302486025b2915228712 [diff] |
aio: convert from RFifoLock to QemuRecMutex It is simpler and a bit faster, and QEMU does not need the contention callbacks (and thus the fairness) anymore. Reviewed-by: Fam Zheng <famz@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Message-Id: <1477565348-5458-21-git-send-email-pbonzini@redhat.com> Signed-off-by: Fam Zheng <famz@redhat.com>