Message ID | 20220310155101.294568-1-fbarrat@linux.ibm.com (mailing list archive) |
---|---|
Headers | show |
Series | Fix user-created PHB devices on POWER10 | expand |
On 3/10/22 16:50, Frederic Barrat wrote: > A short series to fix creating PHB devices and root ports on the newly > merged powernv10 machine. > > > Frederic Barrat (3): > ppc/pnv: Introduce a pnv-phb5 device to match root port > ppc/pnv: Fixes for user-created pnv-phb5 devices > ppc/pnv: Fix PEC lookup function for POWER10 > > hw/pci-host/pnv_phb4.c | 12 +++++++++--- > hw/pci-host/pnv_phb4_pec.c | 9 +++++---- > hw/ppc/pnv.c | 20 +++++++++++++++++--- > include/hw/pci-host/pnv_phb4.h | 5 +++++ > include/hw/ppc/pnv.h | 1 + > 5 files changed, 37 insertions(+), 10 deletions(-) > Queued for patch 1 and 2 (with changes) for 7.0 Thanks, C.