On 3/21/24 05:48, Philippe Mathieu-Daudé wrote:
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é<phi...@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

Patch commit message appears to be out of date wrt filename.
Otherwise,

Reviewed-by: Richard Henderson <richard.hender...@linaro.org>


r~

Reply via email to