]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Move id_pfr0, id_pfr1 into ARMISARegisters
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 10 Sep 2020 17:38:52 +0000 (18:38 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 1 Oct 2020 14:31:00 +0000 (15:31 +0100)
commit8a130a7be6e222965641e1fd9469fd3ee752c7d4
treee6074a5fcc454d3b17ee061b995f66300568abfe
parent0ae0326b984e77a55c224b7863071bd3d8951231
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
hw/intc/armv7m_nvic.c
target/arm/cpu.c
target/arm/cpu.h
target/arm/cpu64.c
target/arm/cpu_tcg.c
target/arm/helper.c
target/arm/kvm64.c