qemu/hw/i386
Paolo Bonzini dfde4e6e1a memory: add ref/unref calls
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

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2013-07-04 17:42:45 +02:00
..
kvm memory: add owner argument to initialization functions 2013-07-04 17:42:44 +02:00
kvmvapic.c memory: add ref/unref calls 2013-07-04 17:42:45 +02:00
Makefile.objs
multiboot.c multiboot: Calculate upper_mem in the ROM 2013-06-28 14:01:52 -05:00
multiboot.h
pc.c memory: add owner argument to initialization functions 2013-07-04 17:42:44 +02:00
pc_piix.c memory: add owner argument to initialization functions 2013-07-04 17:42:44 +02:00
pc_q35.c memory: add owner argument to initialization functions 2013-07-04 17:42:44 +02:00
smbios.c smbios: Check R in -smbios type=0, release=R parses okay 2013-06-14 08:58:58 -05:00
xen_domainbuild.c
xen_domainbuild.h
xen_machine_pv.c