diff options
| author | Paolo Bonzini | 2016-10-27 12:49:08 +0200 |
|---|---|---|
| committer | Fam Zheng | 2016-10-28 15:50:18 +0200 |
| commit | 3fe71223374e71436d4aced8865e50fd36588ff7 (patch) | |
| tree | 204c0194ef3987e0eb94eda5c2646bebd27313ca /util/Makefile.objs | |
| parent | qemu-thread: introduce QemuRecMutex (diff) | |
| download | qemu-3fe71223374e71436d4aced8865e50fd36588ff7.tar.gz qemu-3fe71223374e71436d4aced8865e50fd36588ff7.tar.xz qemu-3fe71223374e71436d4aced8865e50fd36588ff7.zip | |
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>
Diffstat (limited to 'util/Makefile.objs')
| -rw-r--r-- | util/Makefile.objs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util/Makefile.objs b/util/Makefile.objs index 36c7dcc1fa..ad0f9c7fe4 100644 --- a/util/Makefile.objs +++ b/util/Makefile.objs @@ -25,7 +25,6 @@ util-obj-y += uuid.o util-obj-y += throttle.o util-obj-y += getauxval.o util-obj-y += readline.o -util-obj-y += rfifolock.o util-obj-y += rcu.o util-obj-y += qemu-coroutine.o qemu-coroutine-lock.o qemu-coroutine-io.o util-obj-y += qemu-coroutine-sleep.o |
