]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Reinstate "vfp" property on AArch32 CPUs
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 26 Jan 2024 19:34:32 +0000 (19:34 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 2 Feb 2024 13:51:58 +0000 (13:51 +0000)
commit185e3fdf8d106cb2f7d234d5e6453939c66db2a9
treecc7ca65d7be34587460b34741d1d00aa5c6145dc
parentcabe58b0f8542d5c3dd1eca0b4def50bee1ffab4
target/arm: Reinstate "vfp" property on AArch32 CPUs

In commit 4315f7c614743 we restructured the logic for creating the
VFP related properties to avoid testing the aa32_simd_r32 feature on
AArch64 CPUs.  However in the process we accidentally stopped
exposing the "vfp" QOM property on AArch32 TCG CPUs.

This mostly hasn't had any ill effects because not many people want
to disable VFP, but it wasn't intentional.  Reinstate the property.

Cc: qemu-stable@nongnu.org
Fixes: 4315f7c614743 ("target/arm: Restructure has_vfp_d32 test")
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2098
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20240126193432.2210558-1-peter.maydell@linaro.org
target/arm/cpu.c