Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260703044402.79723-1-harshpb@linux.ibm.com
Maintainers: Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>, Nicholas Piggin <npiggin@gmail.com>, Harsh Prateek Bora <harshpb@linux.ibm.com>, Aditya Gupta <adityag@linux.ibm.com>, Glenn Miles <milesg@linux.ibm.com>, Chinmay Rath <rathc@linux.ibm.com>
docs/about/deprecated.rst | 9 ----
docs/system/ppc/pseries.rst | 2 +-
target/ppc/cpu.h | 1 +
hw/pci-host/pnv_phb4.c | 6 ---
hw/pci-host/pnv_phb4_pec.c | 58 -------------------------
hw/pci-host/pnv_phb5.c | 23 ++++++++++
hw/pci-host/pnv_phb5_pec.c | 77 +++++++++++++++++++++++++++++++++
hw/ppc/pnv.c | 10 +++--
hw/ppc/ppc.c | 5 +++
target/ppc/cpu_init.c | 5 ++-
hw/pci-host/meson.build | 2 +
pc-bios/README | 2 +-
pc-bios/slof.bin | Bin 994176 -> 997576 bytes
roms/SLOF | 2 +-
tests/functional/ppc64/test_powernv.py | 19 ++++++++
15 files changed, 140 insertions(+), 81 deletions(-)
create mode 100644 hw/pci-host/pnv_phb5.c
create mode 100644 hw/pci-host/pnv_phb5_pec.c