diff options
| author | Nicholas Piggin <npiggin@gmail.com> | 2023-12-27 23:42:18 +1000 |
|---|---|---|
| committer | Nicholas Piggin <npiggin@gmail.com> | 2024-03-13 02:47:04 +1000 |
| commit | 24a9d20cdeec61564856ddcb27542128f9617c93 (patch) | |
| tree | 7a6ad5aa71b786699884ddde5b78a8583b666f65 /hw/ppc/spapr.c | |
| parent | ce2b8536826101ec7b597e745ea31d392170458c (diff) | |
| download | focaccia-qemu-24a9d20cdeec61564856ddcb27542128f9617c93.tar.gz focaccia-qemu-24a9d20cdeec61564856ddcb27542128f9617c93.zip | |
ppc/pnv: Set POWER9, POWER10 ibm,pa-features bits
Copy the pa-features arrays from spapr, adjusting slightly as described in comments. Reviewed-by: Harsh Prateek Bora <harshpb@linux.ibm.com> Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Diffstat (limited to 'hw/ppc/spapr.c')
| -rw-r--r-- | hw/ppc/spapr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/ppc/spapr.c b/hw/ppc/spapr.c index a684e0d9dc..abd484023a 100644 --- a/hw/ppc/spapr.c +++ b/hw/ppc/spapr.c @@ -243,6 +243,7 @@ static void spapr_dt_pa_features(SpaprMachineState *spapr, * so there isn't much need for it anyway. */ + /* These should be kept in sync with pnv */ uint8_t pa_features_206[] = { 6, 0, 0xf6, 0x1f, 0xc7, 0x00, 0x00, 0xc0 }; uint8_t pa_features_207[] = { 24, 0, |