]> Git Repo - qemu.git/commit - hw/ppc/spapr_vio.c
memory: give name to every AddressSpace
authorAlexey Kardashevskiy <[email protected]>
Mon, 29 Apr 2013 16:25:51 +0000 (16:25 +0000)
committerPaolo Bonzini <[email protected]>
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 <[email protected]>
Signed-off-by: Alexey Kardashevskiy <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
exec.c
hw/pci/pci.c
hw/ppc/spapr_pci.c
hw/ppc/spapr_vio.c
include/exec/memory.h
memory.c
This page took 0.026199 seconds and 4 git commands to generate.