Re: [PATCH v3] arm/monitor: Add support for 'info tlb' command

2020-11-30 Thread Peter Maydell
On Sun, 15 Nov 2020 at 07:53, Changbin Du wrote: > > This adds hmp 'info tlb' command support for the arm platform. > The limitation is that this only implements a page walker for > ARMv8-A AArch64 Long Descriptor format, 32bit addressing is > not supported yet. > > To reuse existing code, this pa

[PATCH v3] arm/monitor: Add support for 'info tlb' command

2020-11-14 Thread Changbin Du
This adds hmp 'info tlb' command support for the arm platform. The limitation is that this only implements a page walker for ARMv8-A AArch64 Long Descriptor format, 32bit addressing is not supported yet. To reuse existing code, this patch also extracts some APIs from helper.c, including regime_tra