]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Fix Cortex-R5F MVFR values
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 11 Jun 2019 15:39:42 +0000 (16:39 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 13 Jun 2019 14:14:03 +0000 (15:14 +0100)
commit3de79d335c9aa7d726865e3933d9b21781032183
tree3ee701ec80e013f8c3e3e5afe6fb66da97c4083a
parent06db8196bba34776829020192ed623a0b22e6557
target/arm: Fix Cortex-R5F MVFR values

The Cortex-R5F initfn was not correctly setting up the MVFR
ID register values. Fill these in, since some subsequent patches
will use ID register checks rather than CPU feature bit checks.

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