target/ppc: Use SMT4 small core chip type in POWER9/10 PVRs
authorNicholas Piggin <npiggin@gmail.com>
Mon, 15 May 2023 16:01:31 +0000 (02:01 +1000)
committerDaniel Henrique Barboza <danielhb413@gmail.com>
Sun, 28 May 2023 10:13:54 +0000 (07:13 -0300)
commit7f65ebb0e79b43602d516aa29f9b13ccc7224d52
tree2b51404733c5a3865103699ecf1b11260fdb1cb0
parent2237af5e60ada06d90bf714e85523deafd936b9b
target/ppc: Use SMT4 small core chip type in POWER9/10 PVRs

QEMU's PVR value for POWER9 DD2.0 has chip type 1, which is the SMT4
"small core" type that OpenPOWER processors use. QEMU's PVR for all
other POWER9/10 have chip type 0, which "enterprise" systems use.

The difference does not really matter to QEMU (because it does not care
about SMT mode in the target), but for consistency all PVRs should use
the same chip type. We'll go with the SMT4 OpenPOWER type.

Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com>
Message-Id: <20230515160131.394562-1-npiggin@gmail.com>
Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
target/ppc/cpu-models.h