qemu-devel
[Top][All Lists]
Advanced

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

Re: [RFC v12 33/65] target/arm: move cpu_tcg to tcg/tcg-cpu-models.c


From: Richard Henderson
Subject: Re: [RFC v12 33/65] target/arm: move cpu_tcg to tcg/tcg-cpu-models.c
Date: Sun, 28 Mar 2021 10:52:31 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1

On 3/26/21 1:36 PM, Claudio Fontana wrote:
move the module containing cpu models definitions
for 32bit TCG-only CPUs to tcg/ and rename it for clarity.

Signed-off-by: Claudio Fontana<cfontana@suse.de>
---
  target/arm/{cpu_tcg.c => tcg/tcg-cpu-models.c} | 9 +--------
  target/arm/meson.build                         | 4 ----
  target/arm/tcg/meson.build                     | 1 +
  3 files changed, 2 insertions(+), 12 deletions(-)
  rename target/arm/{cpu_tcg.c => tcg/tcg-cpu-models.c} (99%)

I have a notion that this patch should be moved prior to the previous patch, and that the code that was moved into tcg/tcg-cpu.c should have gone into this file.

But this patch by itself looks good.

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

r~



reply via email to

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