On 26/08/31 07:29AM, Saif Abrar wrote: > From: Saif Abrar <[email protected]> > > <...snip...> > --- a/hw/pci-host/pnv_phb4.c > +++ b/hw/pci-host/pnv_phb4.c > @@ -1,7 +1,8 @@ > /* > * QEMU PowerPC PowerNV (POWER9) PHB4 model > + * QEMU PowerPC PowerNV (POWER10) PHB5 model
minor nit: maybe leftover, no more true ? > --- a/tests/qtest/pnv-phb-test.c > +++ b/tests/qtest/pnv-phb-test.c > @@ -17,7 +17,8 @@ > #define PHB3_PBCQ_SPCI_ASB_DATA 0x2 > > /* Index of PNV_CHIP_POWER10 in pnv_chips[] within "pnv-xscom.h" */ > -#define PHB4_XSCOM 0x40084800ull > +#define PHB5_XSCOM 0x40084800ull > +#define PNV_P10_CHIP_INDEX 3 this is index 2 now, after removal of p8e/nvl
