Re: [PATCH 04/16] target/arm: Set ID_DFR0.PerfMon for qemu-system-arm -cpu max

2022-04-11 Thread Peter Maydell
On Sat, 9 Apr 2022 at 01:10, Richard Henderson wrote: > > 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'") > Signed-off-by: Richard Henderson > --- > target/arm/cpu_tcg.c | 4 +++

[PATCH 04/16] target/arm: Set ID_DFR0.PerfMon for qemu-system-arm -cpu max

2022-04-08 Thread Richard Henderson
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'") Signed-off-by: Richard Henderson --- target/arm/cpu_tcg.c | 4 1 file changed, 4 insertions(+) diff --git a/target/arm/cpu_tcg.c