[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/5] ppc/pnv: Preliminary cleanups before user created PHBs
From: |
Cédric Le Goater |
Subject: |
[PATCH 0/5] ppc/pnv: Preliminary cleanups before user created PHBs |
Date: |
Wed, 22 Dec 2021 07:38:12 +0100 |
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
- [PATCH 0/5] ppc/pnv: Preliminary cleanups before user created PHBs,
Cédric Le Goater <=
- [PATCH 1/5] ppc/pnv: Change the maximum of PHB3 devices for Power8NVL, Cédric Le Goater, 2021/12/22
- [PATCH 4/5] ppc/pnv: Attach PHB3 root port device when defaults are enabled, Cédric Le Goater, 2021/12/22
- [PATCH 5/5] ppc/pnv: Attach PHB4 root port device when defaults are enabled, Cédric Le Goater, 2021/12/22
- [PATCH 2/5] ppc/pnv: Remove PHB4 reset handler, Cédric Le Goater, 2021/12/22
- [PATCH 3/5] ppc/pnv: Remove the PHB4 "device-id" property, Cédric Le Goater, 2021/12/22