On 4/18/21 9:31 AM, Philippe Mathieu-Daudé wrote:
Declare get_physical_address() with local scope and move it along
with mips_cpu_get_phys_page_debug() to sysemu/phys.c new file.

You used physaddr.c in the end.  Otherwise,
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>


r~


Signed-off-by: Philippe Mathieu-Daudé<f4...@amsat.org>
---
  target/mips/internal.h         |  25 +++-
  target/mips/sysemu/physaddr.c  | 257 +++++++++++++++++++++++++++++++++
  target/mips/tlb_helper.c       | 254 --------------------------------
  target/mips/sysemu/meson.build |   1 +
  4 files changed, 282 insertions(+), 255 deletions(-)
  create mode 100644 target/mips/sysemu/physaddr.c


Reply via email to