diff options
| author | Paolo Bonzini | 2015-02-11 17:15:18 +0100 |
|---|---|---|
| committer | Paolo Bonzini | 2015-02-11 21:48:40 +0100 |
| commit | a464982499b2f637f6699e3d03e0a9d2e0b5288b (patch) | |
| tree | b8d0505ddd878d73c3da801d4f0f9d72d7927ec3 /tests | |
| parent | rcu: do not let RCU callbacks pile up indefinitely (diff) | |
| download | qemu-a464982499b2f637f6699e3d03e0a9d2e0b5288b.tar.gz qemu-a464982499b2f637f6699e3d03e0a9d2e0b5288b.tar.xz qemu-a464982499b2f637f6699e3d03e0a9d2e0b5288b.zip | |
rcu: run RCU callbacks under the BQL
This needs to go away sooner or later, but one complication is the
complex VFIO data structures that are modified in instance_finalize.
Take a shortcut for now.
Reviewed-by: Michael Roth <mdroth@linux.vnet.ibm.com>
Tested-by: Michael Roth <mdroth@linux.vnet.ibm.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index 5caccf765a..06acfa1e68 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -255,7 +255,7 @@ tests/test-x86-cpuid$(EXESUF): tests/test-x86-cpuid.o tests/test-xbzrle$(EXESUF): tests/test-xbzrle.o migration/xbzrle.o page_cache.o libqemuutil.a tests/test-cutils$(EXESUF): tests/test-cutils.o util/cutils.o tests/test-int128$(EXESUF): tests/test-int128.o -tests/rcutorture$(EXESUF): tests/rcutorture.o libqemuutil.a +tests/rcutorture$(EXESUF): tests/rcutorture.o libqemuutil.a libqemustub.a tests/test-qdev-global-props$(EXESUF): tests/test-qdev-global-props.o \ hw/core/qdev.o hw/core/qdev-properties.o hw/core/hotplug.o\ |
