Re: [PATCH v2 49/53] target/xtensa: convert to use format_tlb callback

2021-09-15 Thread Max Filippov
On Tue, Sep 14, 2021 at 7:35 AM Daniel P. Berrangé wrote: > > Change the "info tlb" implementation to use the format_tlb callback. > > Signed-off-by: Daniel P. Berrangé > --- > target/xtensa/cpu.h| 2 +- > target/xtensa/mmu_helper.c | 126 + > target

[PATCH v2 49/53] target/xtensa: convert to use format_tlb callback

2021-09-14 Thread Daniel P . Berrangé
Change the "info tlb" implementation to use the format_tlb callback. Signed-off-by: Daniel P. Berrangé --- target/xtensa/cpu.h| 2 +- target/xtensa/mmu_helper.c | 126 + target/xtensa/monitor.c| 10 ++- 3 files changed, 79 insertions(+), 59 dele