target/arm: Move id_pfr0, id_pfr1 into ARMISARegisters
Move the id_pfr0 and id_pfr1 fields into the ARMISARegisters sub-struct. We're going to want id_pfr1 for an isar_features check, and moving both at the same time avoids an odd inconsistency. Changes other than the ones to cpu.h and kvm64.c made automatically with: perl -p -i -e 's/cpu->id_pfr/cpu->isar.id_pfr/' target/arm/*.c hw/intc/armv7m_nvic.c Signed-off-by:Peter Maydell <peter.maydell@linaro.org> Reviewed-by:
Richard Henderson <richard.henderson@linaro.org> Message-id: 20200910173855.4068-3-peter.maydell@linaro.org
Showing
- hw/intc/armv7m_nvic.c 2 additions, 2 deletionshw/intc/armv7m_nvic.c
- target/arm/cpu.c 10 additions, 10 deletionstarget/arm/cpu.c
- target/arm/cpu.h 2 additions, 2 deletionstarget/arm/cpu.h
- target/arm/cpu64.c 6 additions, 6 deletionstarget/arm/cpu64.c
- target/arm/cpu_tcg.c 18 additions, 18 deletionstarget/arm/cpu_tcg.c
- target/arm/helper.c 2 additions, 2 deletionstarget/arm/helper.c
- target/arm/kvm64.c 4 additions, 0 deletionstarget/arm/kvm64.c
Loading
Please register or sign in to comment