[PATCH 0/5] ppc/pnv: Preliminary cleanups before user created PHBs

Cédric Le Goater posted 5 patches 2 years, 4 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20211222063817.1541058-1-clg@kaod.org
Maintainers: "Cédric Le Goater" <clg@kaod.org>
include/hw/pci-host/pnv_phb3.h |  2 --
include/hw/pci-host/pnv_phb4.h |  4 ----
hw/pci-host/pnv_phb3.c         |  8 --------
hw/pci-host/pnv_phb4.c         | 25 -------------------------
hw/pci-host/pnv_phb4_pec.c     |  3 ---
hw/ppc/pnv.c                   | 25 +++++++++++++++++++++++--
6 files changed, 23 insertions(+), 44 deletions(-)
[PATCH 0/5] ppc/pnv: Preliminary cleanups before user created PHBs
Posted by Cédric Le Goater 2 years, 4 months ago
Hello,

There are the last cleanups preparing ground for PHBs created on the
command line and possibly libvirt support.

Thanks,

C.

Cédric Le Goater (5):
  ppc/pnv: Change the maximum of PHB3 devices for Power8NVL
  ppc/pnv: Remove PHB4 reset handler
  ppc/pnv: Remove the PHB4 "device-id" property
  ppc/pnv: Attach PHB3 root port device when defaults are enabled
  ppc/pnv: Attach PHB4 root port device when defaults are enabled

 include/hw/pci-host/pnv_phb3.h |  2 --
 include/hw/pci-host/pnv_phb4.h |  4 ----
 hw/pci-host/pnv_phb3.c         |  8 --------
 hw/pci-host/pnv_phb4.c         | 25 -------------------------
 hw/pci-host/pnv_phb4_pec.c     |  3 ---
 hw/ppc/pnv.c                   | 25 +++++++++++++++++++++++--
 6 files changed, 23 insertions(+), 44 deletions(-)

-- 
2.31.1


Re: [PATCH 0/5] ppc/pnv: Preliminary cleanups before user created PHBs
Posted by Daniel Henrique Barboza 2 years, 4 months ago

On 12/22/21 03:38, Cédric Le Goater wrote:
> Hello,
> 
> There are the last cleanups preparing ground for PHBs created on the
> command line and possibly libvirt support.


As a note to whoever wants to give this series a go: I'm working in more fixes and
cleanups on top of these patches. I'm planning to post what I have in the next few
days.


Thanks,


Daniel



> 
> Thanks,
> 
> C.
> 
> Cédric Le Goater (5):
>    ppc/pnv: Change the maximum of PHB3 devices for Power8NVL
>    ppc/pnv: Remove PHB4 reset handler
>    ppc/pnv: Remove the PHB4 "device-id" property
>    ppc/pnv: Attach PHB3 root port device when defaults are enabled
>    ppc/pnv: Attach PHB4 root port device when defaults are enabled
> 
>   include/hw/pci-host/pnv_phb3.h |  2 --
>   include/hw/pci-host/pnv_phb4.h |  4 ----
>   hw/pci-host/pnv_phb3.c         |  8 --------
>   hw/pci-host/pnv_phb4.c         | 25 -------------------------
>   hw/pci-host/pnv_phb4_pec.c     |  3 ---
>   hw/ppc/pnv.c                   | 25 +++++++++++++++++++++++--
>   6 files changed, 23 insertions(+), 44 deletions(-)
> 

Re: [PATCH 0/5] ppc/pnv: Preliminary cleanups before user created PHBs
Posted by Cédric Le Goater 2 years, 4 months ago
On 12/22/21 07:38, Cédric Le Goater wrote:
> Hello,
> 
> There are the last cleanups preparing ground for PHBs created on the
> command line and possibly libvirt support.
> 
> Thanks,
> 
> C.
> 
> Cédric Le Goater (5):
>    ppc/pnv: Change the maximum of PHB3 devices for Power8NVL
>    ppc/pnv: Remove PHB4 reset handler
>    ppc/pnv: Remove the PHB4 "device-id" property
>    ppc/pnv: Attach PHB3 root port device when defaults are enabled
>    ppc/pnv: Attach PHB4 root port device when defaults are enabled


Applied patches 1-3 in ppc-next.

Thanks,

C.