On 8/20/21 8:07 AM, Gerd Hoffmann wrote: > Hi, > >> This also seems to me to be the tail wagging the dog. If we think >> 'info mtree' has too much duplicate information (which it certainly >> does) then we should make mtree_info() smarter about reducing that >> duplication. Off the top of my head, we could change the code that >> prints ASes to do something like: > >> qemu_printf("...same as address-space %s\n", name); > > Neat idea. > > Having 'info mtree' accept an (optional) 'name' parameter to pick an > address space to be printed would be useful too.
Yeah, for now I am thinking of a match string (for my use cases): (qemu) info mtree -a dma # all address spaces matching *dma*