[PATCH 0/3] Fix user-created PHB devices on POWER10

Frederic Barrat posted 3 patches 2 years, 2 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220310155101.294568-1-fbarrat@linux.ibm.com
Maintainers: "Cédric Le Goater" <clg@kaod.org>
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(-)
[PATCH 0/3] Fix user-created PHB devices on POWER10
Posted by Frederic Barrat 2 years, 2 months ago
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(-)

-- 
2.35.1
Re: [PATCH 0/3] Fix user-created PHB devices on POWER10
Posted by Cédric Le Goater 2 years, 2 months ago
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.