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

2020-11-14 Thread Changbin Du
On Fri, Nov 13, 2020 at 01:13:42PM +, Dr. David Alan Gilbert wrote: > * Peter Maydell (peter.mayd...@linaro.org) wrote: > > On Fri, 13 Nov 2020 at 09:59, Changbin Du wrote: > > > > > > This adds hmp 'info tlb' command support for the arm platform. > > > The limitation is that this only impleme

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

2020-11-13 Thread Dr. David Alan Gilbert
* Peter Maydell (peter.mayd...@linaro.org) wrote: > On Fri, 13 Nov 2020 at 09:59, 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

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

2020-11-13 Thread Peter Maydell
On Fri, 13 Nov 2020 at 09:59, 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. "info tlb" needs its own entirely

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

2020-11-13 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20201113095854.67668-1-changbin...@gmail.com/ Hi, This series seems to have some coding style problems. See output below for more information: Message-id: 20201113095854.67668-1-changbin...@gmail.com Type: series Subject: [PATCH] arm/monitor: Add support

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

2020-11-13 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. Signed-off-by: Changbin Du --- hmp-commands-info.hx | 3 +- target/arm/helper.c| 17