qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 0/3] memory: Display AddressSpace zero-based in 'info mtree'


From: Philippe Mathieu-Daudé
Subject: [PATCH 0/3] memory: Display AddressSpace zero-based in 'info mtree'
Date: Sat, 6 Mar 2021 00:54:11 +0100

Hi,

I have been confused for some years by AddressSpace being displayed
based on the physical address of their first MemoryRegion.
The actual fix is quite trivial for my needs, but I might not see
all the possible side effects. Altough the change are restricted
to mtree_info() which is only available on the monitor.

Last patch is a minor cleanup. I ended not using it.

Regards,

Phil.

Philippe Mathieu-Daudé (3):
  memory: Better name 'offset' argument in mtree_print_mr()
  memory: Provide 'base address' argument to mtree_print_mr()
  memory: Make memory_region_to_absolute_addr() take a const
    MemoryRegion

 softmmu/memory.c | 22 ++++++++++++----------
 1 file changed, 12 insertions(+), 10 deletions(-)

-- 
2.26.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]