Currently 'info tlb' dumps the MMU information on stdout, fix by using the monitor console instead. Rename the dump_mmu() functions to avoid name clash on single binary.
Since v1: - Split Xtensa patch (pm215) - Update m68k / ppc targets Philippe Mathieu-Daudé (7): target/m68k: Have 'info tlb' dump MMU information on monitor target/ppc: Have 'info tlb' dump MMU information on monitor target/xtensa: Have 'info tlb' dump MMU information on monitor target/xtensa: Display [ID]TLB header within dump_tlb() target/m68k: Rename dump_mmu() -> m68k_monitor_dump_mmu() target/ppc: Rename dump_mmu() -> ppc_monitor_dump_mmu() target/xtensa: Rename dump_mmu() -> xtensa_monitor_dump_mmu() target/m68k/cpu.h | 2 +- target/ppc/cpu.h | 2 +- target/ppc/mmu-hash64.h | 2 +- target/xtensa/cpu.h | 2 +- target/m68k/helper.c | 116 +++++++++++++++++++------------------ target/m68k/monitor.c | 2 +- target/ppc/mmu-hash64.c | 10 ++-- target/ppc/mmu_common.c | 66 ++++++++++----------- target/ppc/monitor.c | 2 +- target/xtensa/mmu_helper.c | 44 +++++++------- target/xtensa/monitor.c | 2 +- 11 files changed, 125 insertions(+), 125 deletions(-) -- 2.53.0
