Re: [Qemu-devel] [PATCH 30/30] memory: give name to every AddressSpace

2013-05-23 Thread Peter Maydell
On 21 May 2013 11:57, Paolo Bonzini wrote: > From: Alexey Kardashevskiy > > 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 > hav

[Qemu-devel] [PATCH 30/30] memory: give name to every AddressSpace

2013-05-21 Thread Paolo Bonzini
From: Alexey Kardashevskiy 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" outpu