]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Set MVFR0.FPSP for ARMv5 cpus
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 14 Feb 2020 18:15:32 +0000 (10:15 -0800)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 21 Feb 2020 16:07:03 +0000 (16:07 +0000)
commit9eb4f58918a851fb46895fd9b7ce579afeac9d02
treeed11117e803f345aa1e04d050a4c40fb0cc61b85
parenta6627f5fc607939f7c8b9c3157fdcb2d368ba0ed
target/arm: Set MVFR0.FPSP for ARMv5 cpus

We are going to convert FEATURE tests to ISAR tests,
so FPSP needs to be set for these cpus, like we have
already for FPDP.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20200214181547.21408-5-richard.henderson@linaro.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/cpu.c