qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH RESEND v7 1/9] target/arm: Move cortex sysregs into a separat


From: Richard Henderson
Subject: Re: [PATCH RESEND v7 1/9] target/arm: Move cortex sysregs into a separate file
Date: Tue, 28 Feb 2023 15:21:19 -1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.1

On 2/28/23 09:26, Fabiano Rosas wrote:
The file cpu_tcg.c is about to be moved into the tcg/ directory, so
move the register definitions into a new file.

Also move the function declaration to the more appropriate cpregs.h.

Signed-off-by: Fabiano Rosas<farosas@suse.de>
---
  target/arm/cortex-regs.c | 69 ++++++++++++++++++++++++++++++++++++++++
  target/arm/cpregs.h      |  6 ++++
  target/arm/cpu64.c       |  1 +
  target/arm/cpu_tcg.c     | 59 ----------------------------------
  target/arm/internals.h   |  6 ----
  target/arm/meson.build   |  1 +
  6 files changed, 77 insertions(+), 65 deletions(-)
  create mode 100644 target/arm/cortex-regs.c

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

r~



reply via email to

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