target/arm: Sort KVM reads of AArch32 ID registers into encoding order
commit62b6f5e2f0a029810791dde6e02f86ad8575a02c
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 19 Aug 2022 11:00:48 +0000 (19 12:00 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 14 Sep 2022 10:19:40 +0000 (14 11:19 +0100)
tree0ecb1b90d10af0a7afcfaf4c38628400468c8609
parentdde4d028dc829cb70d285bb943ebdc049692fa27
target/arm: Sort KVM reads of AArch32 ID registers into encoding order

The code that reads the AArch32 ID registers from KVM in
kvm_arm_get_host_cpu_features() does so almost but not quite in
encoding order.  Move the read of ID_PFR2 down so it's really in
encoding order.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220819110052.2942289-3-peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/arm/kvm64.c