]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Set ID_DFR0.PerfMon for qemu-system-arm -cpu max
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 6 May 2022 18:02:25 +0000 (13:02 -0500)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 9 May 2022 10:47:53 +0000 (11:47 +0100)
commite14cc941f109cb93fab28a2b3fe79c700c7b6eeb
tree29379a553c300a1ed81a8452e0ddb3f40f3b1e5f
parent7e834daf0abe785041804a63f6b65b095ece8e6c
target/arm: Set ID_DFR0.PerfMon for qemu-system-arm -cpu max

We set this for qemu-system-aarch64, but failed to do so
for the strictly 32-bit emulation.

Fixes: 3bec78447a9 ("target/arm: Provide ARMv8.4-PMU in '-cpu max'")
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20220506180242.216785-8-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/cpu_tcg.c