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

2021-03-28 Thread Richard Henderson
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 --- target/arm/{cpu_tcg.c => tcg/tcg-cpu-models.c} | 9 + target/arm/meson.build

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

2021-03-26 Thread Claudio Fontana
move the module containing cpu models definitions for 32bit TCG-only CPUs to tcg/ and rename it for clarity. Signed-off-by: Claudio Fontana --- target/arm/{cpu_tcg.c => tcg/tcg-cpu-models.c} | 9 + target/arm/meson.build | 4 target/arm/tcg/meson.build