qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH-for-9.1 04/21] target/i386: Extract x86_dump_mmu() from hmp_i


From: Richard Henderson
Subject: Re: [PATCH-for-9.1 04/21] target/i386: Extract x86_dump_mmu() from hmp_info_tlb()
Date: Thu, 21 Mar 2024 11:46:44 -1000
User-agent: Mozilla Thunderbird

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é<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

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

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


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]