hmp_info_tlb() is specific to tcg/system, move it to
target/i386/tcg/sysemu/hmp-cmds.c, along with the functions
it depend on (except addr_canonical() which is exposed in
"cpu.h").
Signed-off-by: Philippe Mathieu-Daudé<philmd@linaro.org>
---
target/i386/cpu.h | 7 ++
target/i386/mmu.c | 231 ++++++++++++++++++++++++++++++++++++++++
target/i386/monitor.c | 215 -------------------------------------
target/i386/meson.build | 1 +
4 files changed, 239 insertions(+), 215 deletions(-)
create mode 100644 target/i386/mmu.c