On 2/11/20 9:37 AM, Peter Maydell wrote: > Instead of open-coding a check on the ID_DFR0 PerfMon ID register > field, create a standardly-named isar_feature for "does AArch32 have > a v8.1 PMUv3" and use it. > > This entails moving the id_dfr0 field into the ARMISARegisters struct. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > target/arm/cpu.h | 9 ++++++++- > hw/intc/armv7m_nvic.c | 2 +- > target/arm/cpu.c | 28 ++++++++++++++-------------- > target/arm/cpu64.c | 6 +++--- > target/arm/helper.c | 5 ++--- > 5 files changed, 28 insertions(+), 22 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~