]> git.proxmox.com Git - mirror_qemu.git/commit - util/rcu.c
rcu: run RCU callbacks under the BQL
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 11 Feb 2015 16:15:18 +0000 (17:15 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 11 Feb 2015 20:48:40 +0000 (21:48 +0100)
commita464982499b2f637f6699e3d03e0a9d2e0b5288b
treeb8d0505ddd878d73c3da801d4f0f9d72d7927ec3
parenta7d1d636797ec1b30ca4dae02f9e1eb2d6b2c439
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>
tests/Makefile
util/rcu.c