mirror_qemu/hw/virtio
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
..
dataplane memory: add ref/unref calls 2013-07-04 17:42:45 +02:00
Makefile.objs virtio: simplify Makefile conditionals 2013-04-19 16:18:11 +02:00
vhost.c memory: add ref/unref calls 2013-07-04 17:42:45 +02:00
virtio-balloon.c memory: add ref/unref calls 2013-07-04 17:42:45 +02:00
virtio-bus.c qdev: fix get_fw_dev_path to support to add nothing to fw_dev_path 2013-05-30 11:44:27 -05:00
virtio-pci.c memory: add owner argument to initialization functions 2013-07-04 17:42:44 +02:00
virtio-pci.h virtio-pci: cleanup. 2013-04-24 11:50:20 -05:00
virtio-rng.c virtio: cleanup: init and exit function. 2013-04-24 11:50:21 -05:00
virtio.c virtio: properly validate address before accessing config 2013-05-08 15:54:21 -05:00