qemu-devel
[Top][All Lists]
Advanced

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

Re: [RFC PATCH v3 17/28] target/arm: Move cortex sysregs into cpregs.c


From: Richard Henderson
Subject: Re: [RFC PATCH v3 17/28] target/arm: Move cortex sysregs into cpregs.c
Date: Fri, 13 Jan 2023 11:58:52 -1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2

On 1/13/23 06:04, Fabiano Rosas wrote:
The file cpu_tcg.c is about to be moved into the tcg/ directory, so
move the register definitions into cpregs.c along with all the others.

Signed-off-by: Fabiano Rosas<farosas@suse.de>
---
  target/arm/cpregs.c    | 59 ++++++++++++++++++++++++++++++++++++++++++
  target/arm/cpregs.h    |  6 +++++
  target/arm/cpu64.c     |  1 +
  target/arm/cpu_tcg.c   | 59 ------------------------------------------
  target/arm/internals.h |  6 -----
  5 files changed, 66 insertions(+), 65 deletions(-)

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

r~



reply via email to

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