Re: [PATCH v3] target/arm/tcg: enable pmu feature for cortex a9

2023-11-13 Thread Peter Maydell
On Sun, 12 Nov 2023 at 16:57, Nikita Ostrenkov wrote: > > According to the technical reference manual Cortex A9 like Cortex A7 and > Cortex A15 has Perfomance Unit Monitor (PMU) > https://developer.arm.com/documentation/100511/0401/performance-monitoring-unit/about-the-performance-monitoring-unit

[PATCH v3] target/arm/tcg: enable pmu feature for cortex a9

2023-11-12 Thread Nikita Ostrenkov
According to the technical reference manual Cortex A9 like Cortex A7 and Cortex A15 has Perfomance Unit Monitor (PMU) https://developer.arm.com/documentation/100511/0401/performance-monitoring-unit/about-the-performance-monitoring-unit Signed-off-by: Nikita Ostrenkov --- target/arm/tcg/cpu32.c