]> git.proxmox.com Git - mirror_qemu.git/commit - cpus.c
exec: RCUify AddressSpaceDispatch
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 21 Jan 2015 11:09:14 +0000 (12:09 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 16 Feb 2015 16:30:19 +0000 (17:30 +0100)
commit79e2b9aeccedbfde762b05da662132c7fda292be
treebf4d111dcb48864e149d2414dde293bdf92b0ef4
parent9d82b5a792236db31a75b9db5c93af69ac07c7c5
exec: RCUify AddressSpaceDispatch

Note that even after this patch, most callers of address_space_*
functions must still be under the big QEMU lock, otherwise the memory
region returned by address_space_translate can disappear as soon as
address_space_translate returns.  This will be fixed in the next part
of this series.

Reviewed-by: Fam Zheng <famz@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
cpu-exec.c
cpus.c
cputlb.c
exec.c
hw/i386/intel_iommu.c
hw/pci-host/apb.c
hw/ppc/spapr_iommu.c
include/exec/exec-all.h