qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] ppc small fixes for 10.0
@ 2025-03-17  5:23 Nicholas Piggin
  2025-03-17  5:23 ` [PATCH 1/6] ppc/xive: Fix typo in crowd block level calculation Nicholas Piggin
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Nicholas Piggin @ 2025-03-17  5:23 UTC (permalink / raw)
  To: qemu-devel
  Cc: Nicholas Piggin, qemu-ppc, Glenn Miles, Michael Kowal,
	Harsh Prateek Bora

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



^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2025-03-17  7:25 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-17  5:23 [PATCH 0/6] ppc small fixes for 10.0 Nicholas Piggin
2025-03-17  5:23 ` [PATCH 1/6] ppc/xive: Fix typo in crowd block level calculation Nicholas Piggin
2025-03-17  5:23 ` [PATCH 2/6] pnv/xive: Fix possible undefined shift error in group size calculation Nicholas Piggin
2025-03-17  7:15   ` Cédric Le Goater
2025-03-17  5:23 ` [PATCH 3/6] ppc/xive2: Fix logical / bitwise comparison typo Nicholas Piggin
2025-03-17  7:06   ` Cédric Le Goater
2025-03-17  5:23 ` [PATCH 4/6] ppc/spapr: Fix possible pa_features memory overflow Nicholas Piggin
2025-03-17  7:10   ` Cédric Le Goater
2025-03-17  7:23   ` Shivaprasad G Bhat
2025-03-17  5:23 ` [PATCH 5/6] ppc/pnv: Move the PNOR LPC address into struct PnvPnor Nicholas Piggin
2025-03-17  7:13   ` Cédric Le Goater
2025-03-17  5:23 ` [PATCH 6/6] ppc/pnv: Fix system symbols in HOMER structure definitions Nicholas Piggin
2025-03-17  6:42   ` Thomas Huth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).