/qemu/hw/display/ |
H A D | framebuffer.c | dfde4e6e1a868f60033ece0590b1f75e6c57fa16 Mon May 06 08:46:11 UTC 2013 Paolo Bonzini <pbonzini@redhat.com> 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>
|
H A D | exynos4210_fimd.c | dfde4e6e1a868f60033ece0590b1f75e6c57fa16 Mon May 06 08:46:11 UTC 2013 Paolo Bonzini <pbonzini@redhat.com> 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>
|
/qemu/hw/i386/ |
H A D | vapic.c | dfde4e6e1a868f60033ece0590b1f75e6c57fa16 Mon May 06 08:46:11 UTC 2013 Paolo Bonzini <pbonzini@redhat.com> 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>
|
/qemu/hw/xen/ |
H A D | xen_pt.c | dfde4e6e1a868f60033ece0590b1f75e6c57fa16 Mon May 06 08:46:11 UTC 2013 Paolo Bonzini <pbonzini@redhat.com> 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>
|
/qemu/hw/i386/xen/ |
H A D | xen-hvm.c | dfde4e6e1a868f60033ece0590b1f75e6c57fa16 Mon May 06 08:46:11 UTC 2013 Paolo Bonzini <pbonzini@redhat.com> 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>
|
/qemu/hw/core/ |
H A D | loader.c | dfde4e6e1a868f60033ece0590b1f75e6c57fa16 Mon May 06 08:46:11 UTC 2013 Paolo Bonzini <pbonzini@redhat.com> 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>
|
/qemu/hw/virtio/ |
H A D | virtio-balloon.c | dfde4e6e1a868f60033ece0590b1f75e6c57fa16 Mon May 06 08:46:11 UTC 2013 Paolo Bonzini <pbonzini@redhat.com> 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>
|
H A D | vhost.c | dfde4e6e1a868f60033ece0590b1f75e6c57fa16 Mon May 06 08:46:11 UTC 2013 Paolo Bonzini <pbonzini@redhat.com> 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>
|
/qemu/system/ |
H A D | memory.c | dfde4e6e1a868f60033ece0590b1f75e6c57fa16 Mon May 06 08:46:11 UTC 2013 Paolo Bonzini <pbonzini@redhat.com> 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>
|
/qemu/hw/vfio/ |
H A D | pci.c | dfde4e6e1a868f60033ece0590b1f75e6c57fa16 Mon May 06 08:46:11 UTC 2013 Paolo Bonzini <pbonzini@redhat.com> 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>
|
/qemu/accel/kvm/ |
H A D | kvm-all.c | dfde4e6e1a868f60033ece0590b1f75e6c57fa16 Mon May 06 08:46:11 UTC 2013 Paolo Bonzini <pbonzini@redhat.com> 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>
|