]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Restrict v7A TCG cpus to TCG accel
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sat, 6 Mar 2021 15:18:00 +0000 (16:18 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 8 Mar 2021 17:20:04 +0000 (17:20 +0000)
commit80485d88f90777648519ec39eb25f6f5ca28a80b
treefca10fae7a8504c4b4b830cfcdde3ce1393d65af
parentbf7ca80386cd361a429c8eef4798bd2afe0219dc
target/arm: Restrict v7A TCG cpus to TCG accel

KVM requires the target cpu to be at least ARMv8 architecture
(support on ARMv7 has been dropped in commit 82bf7ae84ce:
"target/arm: Remove KVM support for 32-bit Arm hosts").

A KVM-only build won't be able to run TCG cpus, move the
v7A CPU definitions to cpu_tcg.c.

Reported-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-id: 20210306151801.2388182-1-f4bug@amsat.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/cpu.c
target/arm/cpu_tcg.c