qemu-riscv
[Top][All Lists]
Advanced

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

Re: [Qemu-riscv] [PATCH v4] riscv: hmp: Add a command to show virtual me


From: Bin Meng
Subject: Re: [Qemu-riscv] [PATCH v4] riscv: hmp: Add a command to show virtual memory mappings
Date: Mon, 19 Aug 2019 13:59:54 +0800

On Wed, Aug 14, 2019 at 11:33 PM Bin Meng <address@hidden> wrote:
>
> This adds 'info mem' command for RISC-V, to show virtual memory
> mappings that aids debugging.
>
> Rather than showing every valid PTE, the command compacts the
> output by merging all contiguous physical address mappings into
> one block and only shows the merged block mapping details.
>
> Signed-off-by: Bin Meng <address@hidden>
> Acked-by: Dr. David Alan Gilbert <address@hidden>
> Reviewed-by: Palmer Dabbelt <address@hidden>
>
> ---
>
> Changes in v4:
> - restore to v2, that does not print all harts's PTE, since we
>   should switch to a cpu context via the 'cpu' command
>
> Changes in v3:
> - print PTEs for all harts instead of just current hart
>
> Changes in v2:
> - promote ppn to hwaddr when doing page table address calculation
>
>  hmp-commands-info.hx       |   2 +-
>  target/riscv/Makefile.objs |   4 +
>  target/riscv/monitor.c     | 229 
> +++++++++++++++++++++++++++++++++++++++++++++
>  3 files changed, 234 insertions(+), 1 deletion(-)
>  create mode 100644 target/riscv/monitor.c
>

Ping?

What's the status of this patch?

Regards,
Bin



reply via email to

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