[PATCH 0/6] ppc small fixes for 10.0

Nicholas Piggin posted 6 patches 10 months, 4 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20250317052339.1108322-1-npiggin@gmail.com
Maintainers: "Frédéric Barrat" <fbarrat@linux.ibm.com>, Nicholas Piggin <npiggin@gmail.com>, Daniel Henrique Barboza <danielhb413@gmail.com>, Harsh Prateek Bora <harshpb@linux.ibm.com>
include/hw/ppc/pnv_pnor.h |   1 +
hw/intc/xive.c            |  29 +++++-
hw/intc/xive2.c           |  21 ++--
hw/ppc/pnv.c              |   2 +-
hw/ppc/pnv_bmc.c          |   4 +-
hw/ppc/pnv_occ.c          | 201 ++++++++++++++++++--------------------
hw/ppc/pnv_pnor.c         |   2 +
hw/ppc/spapr.c            |   1 +
8 files changed, 143 insertions(+), 118 deletions(-)
[PATCH 0/6] ppc small fixes for 10.0
Posted by Nicholas Piggin 10 months, 4 weeks ago
Coverity reported a bunch of issues with the last ppc PR
(thanks Cedric), and a couple of other things that were
noticed too. With Zoltan's amigaone patches this should
fix all Coverity bugs I hope.

Thanks,
Nick

Nicholas Piggin (6):
  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

 include/hw/ppc/pnv_pnor.h |   1 +
 hw/intc/xive.c            |  29 +++++-
 hw/intc/xive2.c           |  21 ++--
 hw/ppc/pnv.c              |   2 +-
 hw/ppc/pnv_bmc.c          |   4 +-
 hw/ppc/pnv_occ.c          | 201 ++++++++++++++++++--------------------
 hw/ppc/pnv_pnor.c         |   2 +
 hw/ppc/spapr.c            |   1 +
 8 files changed, 143 insertions(+), 118 deletions(-)

-- 
2.47.1