aboutsummaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorClaudio Fontana <cfontana@suse.de>2023-04-26 15:00:07 -0300
committerPeter Maydell <peter.maydell@linaro.org>2023-05-02 10:54:31 +0100
commit20cf68efcec25b1d95cfe3659aded5314bd1b819 (patch)
treee4fe393f7ab639e9560f3239663293583c6d4609 /hw
parent557ed03a281d845b0a73d56204e91b22982c7c95 (diff)
downloadqemu-20cf68efcec25b1d95cfe3659aded5314bd1b819.zip
qemu-20cf68efcec25b1d95cfe3659aded5314bd1b819.tar.gz
qemu-20cf68efcec25b1d95cfe3659aded5314bd1b819.tar.bz2
target/arm: move cpu_tcg to tcg/cpu32.c
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> Signed-off-by: Fabiano Rosas <farosas@suse.de> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Acked-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-id: 20230426180013.14814-8-farosas@suse.de Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw')
-rw-r--r--hw/arm/virt.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/arm/virt.c b/hw/arm/virt.c
index 1450a9f..b99ae18 100644
--- a/hw/arm/virt.c
+++ b/hw/arm/virt.c
@@ -206,9 +206,7 @@ static const int a15irqmap[] = {
static const char *valid_cpus[] = {
#ifdef CONFIG_TCG
ARM_CPU_TYPE_NAME("cortex-a7"),
-#endif
ARM_CPU_TYPE_NAME("cortex-a15"),
-#ifdef CONFIG_TCG
ARM_CPU_TYPE_NAME("cortex-a35"),
ARM_CPU_TYPE_NAME("cortex-a55"),
ARM_CPU_TYPE_NAME("cortex-a72"),