[PULL 00/12] ppc-for-10.0-2 queue

Nicholas Piggin posted 12 patches 1 week, 1 day ago
hw/intc/xive.c                      |  29 +++++-
hw/intc/xive2.c                     |  21 ++--
hw/ppc/amigaone.c                   |  16 +--
hw/ppc/pnv.c                        |   2 +-
hw/ppc/pnv_bmc.c                    |   4 +-
hw/ppc/pnv_core.c                   |   6 +-
hw/ppc/pnv_occ.c                    | 201 +++++++++++++++++-------------------
hw/ppc/pnv_pnor.c                   |   2 +
hw/ppc/spapr.c                      |   2 +
hw/ppc/spapr_cpu_core.c             |   6 ++
hw/ppc/spapr_rtas.c                 |   5 +-
include/hw/ppc/pnv_pnor.h           |   1 +
target/ppc/cpu.h                    |  11 ++
target/ppc/cpu_init.c               |   8 --
target/ppc/excp_helper.c            |   4 +
target/ppc/translate/vmx-impl.c.inc |   2 +-
target/ppc/translate/vsx-impl.c.inc |  20 ++--
17 files changed, 194 insertions(+), 146 deletions(-)
[PULL 00/12] ppc-for-10.0-2 queue
Posted by Nicholas Piggin 1 week, 1 day ago
The following changes since commit 1dae461a913f9da88df05de6e2020d3134356f2e:

  Update version for v10.0.0-rc0 release (2025-03-18 10:18:14 -0400)

are available in the Git repository at:

  https://gitlab.com/npiggin/qemu.git tags/pull-ppc-for-10.0-2-20250321

for you to fetch changes up to 73c0c904fc99e2ceecbbded84ec76d40d3f2daae:

  target/ppc: Fix e200 duplicate SPRs (2025-03-21 13:54:36 +1000)

----------------------------------------------------------------
* Fix a KVM SMP guest hang. This is not completely trivial, but just
  small enough to merge it. If this causes any more problems, we can
  revert it and the timebase patch which exposed the underlying issue
  for release.
* Fix a bunch of Coverity issues reported introduced in ppc, mostly in
  powernv code.
* Fix a NetBSD boot bug on mac99 caused by VSX/VMX decodetree rewrite.
* Fix the default CPU selection for older spapr machines.

----------------------------------------------------------------
BALATON Zoltan (2):
      ppc/amigaone: Check blk_pwrite return value
      ppc/amigaone: Constify default_env

Harsh Prateek Bora (1):
      ppc/spapr: fix default cpu for pre-9.0 machines.

Nicholas Piggin (9):
      ppc/spapr: Fix RTAS stopped state
      ppc/xive: Fix typo in crowd block level calculation
      pnv/xive: Fix possible undefined shift error in group size calculation
      ppc/xive2: Fix logical / bitwise comparison typo
      ppc/spapr: Fix possible pa_features memory overflow
      ppc/pnv: Move the PNOR LPC address into struct PnvPnor
      ppc/pnv: Fix system symbols in HOMER structure definitions
      target/ppc: Fix facility interrupt checks for VSX
      target/ppc: Fix e200 duplicate SPRs

 hw/intc/xive.c                      |  29 +++++-
 hw/intc/xive2.c                     |  21 ++--
 hw/ppc/amigaone.c                   |  16 +--
 hw/ppc/pnv.c                        |   2 +-
 hw/ppc/pnv_bmc.c                    |   4 +-
 hw/ppc/pnv_core.c                   |   6 +-
 hw/ppc/pnv_occ.c                    | 201 +++++++++++++++++-------------------
 hw/ppc/pnv_pnor.c                   |   2 +
 hw/ppc/spapr.c                      |   2 +
 hw/ppc/spapr_cpu_core.c             |   6 ++
 hw/ppc/spapr_rtas.c                 |   5 +-
 include/hw/ppc/pnv_pnor.h           |   1 +
 target/ppc/cpu.h                    |  11 ++
 target/ppc/cpu_init.c               |   8 --
 target/ppc/excp_helper.c            |   4 +
 target/ppc/translate/vmx-impl.c.inc |   2 +-
 target/ppc/translate/vsx-impl.c.inc |  20 ++--
 17 files changed, 194 insertions(+), 146 deletions(-)
Re: [PULL 00/12] ppc-for-10.0-2 queue
Posted by Stefan Hajnoczi 6 days, 7 hours ago
Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/10.0 for any user-visible changes.