]> git.proxmox.com Git - mirror_qemu.git/commit - memory.c
memory: give name to every AddressSpace
authorAlexey Kardashevskiy <aik@ozlabs.ru>
Mon, 29 Apr 2013 16:25:51 +0000 (16:25 +0000)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 20 Jun 2013 14:39:52 +0000 (16:39 +0200)
commit7dca8043f3483ff34ac954c7012b721731ee5719
treefaf6a5ab138c5404bf40fc2600c33634915090ef
parentdf32fd1c9f53dd3b7abd28e29f851965039eabda
memory: give name to every AddressSpace

The "info mtree" command in QEMU console prints only "memory" and "I/O"
address spaces while there are actually a lot more other AddressSpace
structs created by PCI and VIO devices. Those devices do not normally
have names and therefore not present in "info mtree" output.

The patch fixes this.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
exec.c
hw/pci/pci.c
hw/ppc/spapr_pci.c
hw/ppc/spapr_vio.c
include/exec/memory.h
memory.c