memory: add ref/unref calls

Enterprise / Virtualization / QEMU - Paolo Bonzini [redhat.com] - 4 July 2013 10:42 UTC

Add ref/unref calls at the following places:

- places where memory regions are stashed by a listener and used outside the BQL (including in Xen or KVM).

- memory_region_find callsites

- creation of aliases and containers (only the aliased/contained region gets a reference to avoid loops)

- around calls to del_subregion/add_subregion, where the region could disappear after the first call

dfde4e6 memory: add ref/unref calls
exec.c | 3 +++
hw/core/loader.c | 1 +
hw/display/exynos4210_fimd.c | 6 ++++++
hw/display/framebuffer.c | 12 +++++++-----
hw/i386/kvmvapic.c | 1 +
hw/misc/vfio.c | 2 ++
hw/virtio/dataplane/hostmem.c | 7 +++++++
hw/virtio/vhost.c | 2 ++
hw/virtio/virtio-balloon.c | 1 +
hw/xen/xen_pt.c | 4 ++++
include/hw/virtio/dataplane/hostmem.h | 1 +
kvm-all.c | 2 ++
memory.c | 21 +++++++++++++++++++++
target-arm/kvm.c | 2 ++
target-sparc/mmu_helper.c | 1 +
xen-all.c | 2 ++
16 files changed, 63 insertions(+), 5 deletions(-)

Upstream: git.qemu.org


  • Share