qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 13/26] target/mips: Move code related to physical addressing


From: Richard Henderson
Subject: Re: [PATCH 13/26] target/mips: Move code related to physical addressing to sysemu/phys.c
Date: Sun, 18 Apr 2021 12:30:05 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1

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.henderson@linaro.org>


r~


Signed-off-by: Philippe Mathieu-Daudé<f4bug@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

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