The following changes since commit ba54a7e6b86884e43bed2d2f5a79c719059652a8:
Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into staging (2024-11-26 14:06:40 +0000) are available in the Git repository at: https://gitlab.com/npiggin/qemu.git tags/pull-ppc-for-9.2-2-20241127 for you to fetch changes up to 0805136a44d39adc2467f23ac3c65e680e45d0a2: hw/ppc/pegasos2: Fix IRQ routing from pci.0 (2024-11-27 02:49:36 +1000) ---------------------------------------------------------------- * Assorted small ppc fixes ---------------------------------------------------------------- BALATON Zoltan (1): hw/ppc/pegasos2: Fix IRQ routing from pci.0 Glenn Miles (1): target/ppc: Fix THREAD_SIBLING_FOREACH for multi-socket Harsh Prateek Bora (1): ppc/spapr: fix drc index mismatch for partially enabled vcpus Nicholas Piggin (3): target/ppc: Fix non-maskable interrupt while halted ppc/pnv: Fix direct controls quiesce ppc/pnv: Add xscom- prefix to pervasive-control region name hw/pci-host/mv64361.c | 1 + hw/ppc/pegasos2.c | 30 +++++++++++++++++++++++++++++- hw/ppc/pnv_core.c | 11 +++++++++-- hw/ppc/pnv_nest_pervasive.c | 2 +- hw/ppc/spapr.c | 2 +- hw/ppc/spapr_cpu_core.c | 1 + target/ppc/cpu.h | 8 ++++++-- target/ppc/excp_helper.c | 7 +++++++ 8 files changed, 55 insertions(+), 7 deletions(-)