Re: [PATCH RESEND v7 4/9] target/arm: move cpu_tcg to tcg/cpu32.c

2023-03-01 Thread Thomas Huth
On 28/02/2023 20.26, Fabiano Rosas wrote: From: 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 Signed-off-by: Fabiano Rosas Reviewed-by: Richard Henderson --- ... diff --git a/test

[PATCH RESEND v7 4/9] target/arm: move cpu_tcg to tcg/cpu32.c

2023-02-28 Thread Fabiano Rosas
From: 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 Signed-off-by: Fabiano Rosas Reviewed-by: Richard Henderson --- hw/arm/virt.c | 2 +- target/arm/meson.bu