Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260831123005.1485518-1-saif.abrar@linux.ibm.com
Maintainers: Nicholas Piggin <npiggin@gmail.com>, Aditya Gupta <adityag@linux.ibm.com>, Glenn Miles <milesg@linux.ibm.com>, Harsh Prateek Bora <harshpb@linux.ibm.com>, Fabiano Rosas <farosas@suse.de>, Laurent Vivier <lvivier@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Gautam Menghani <gautam@linux.ibm.com>
hw/pci-host/pnv_phb.c | 20 +-
hw/pci-host/pnv_phb4.c | 552 +++++++++++++++++++++++++---
hw/pci-host/pnv_phb4_pec.c | 2 +-
hw/pci-host/pnv_phb5.c | 197 +++++++++-
hw/pci-host/pnv_phb5_pec.c | 1 +
hw/ppc/pnv.c | 1 +
include/hw/pci-host/pnv_phb4.h | 43 ++-
include/hw/pci-host/pnv_phb4_regs.h | 58 ++-
include/hw/pci-host/pnv_phb5.h | 52 +++
tests/qtest/meson.build | 1 +
tests/qtest/pnv-host-i2c-test.c | 13 +-
tests/qtest/pnv-phb-test.c | 235 ++++++++++++
tests/qtest/pnv-qtest-common.h | 24 ++
tests/qtest/pnv-xive2-common.h | 7 +-
14 files changed, 1102 insertions(+), 104 deletions(-)
create mode 100644 include/hw/pci-host/pnv_phb5.h
create mode 100644 tests/qtest/pnv-phb-test.c
create mode 100644 tests/qtest/pnv-qtest-common.h