Re: [Qemu-devel] [PATCH v2] memory: give name every AddressSpace

2013-05-01 Thread Paolo Bonzini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Il 01/05/2013 05:25, David Gibson ha scritto: >>> Applied to iommu branch, thanks. > I don't see this patch at git://github.com/bonzini/qemu.git yet. > Did you need to do something to push it out? I just applied it locally for now. Paolo -BEGIN P

Re: [Qemu-devel] [PATCH v2] memory: give name every AddressSpace

2013-04-30 Thread David Gibson
On Tue, Apr 30, 2013 at 09:31:52AM +0200, Paolo Bonzini wrote: > Il 30/04/2013 04:25, Alexey Kardashevskiy ha scritto: > > 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

Re: [Qemu-devel] [PATCH v2] memory: give name every AddressSpace

2013-04-30 Thread Paolo Bonzini
Il 30/04/2013 04:25, Alexey Kardashevskiy ha scritto: > 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

[Qemu-devel] [PATCH v2] memory: give name every AddressSpace

2013-04-29 Thread 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 qtree" output. The patch fixes this. Si