All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] hw/ppc: reorg PowerPC RAS code for better maintainability
@ 2026-07-14 16:47 Shivang Upadhyay
  2026-07-14 16:47 ` [PATCH 1/3] hw/ppc: move RAS-specific RTAS handlers to spapr_rtas_ras.c Shivang Upadhyay
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Shivang Upadhyay @ 2026-07-14 16:47 UTC (permalink / raw)
  To: qemu-devel, qemu-ppc
  Cc: hbathini, sourabhjain, adityag, harshpb, rathc, npiggin, mahesh,
	Shivang Upadhyay

Extracting RAS related code from spapr_rtas.c, to a newly created spapr_rtas_ras.c
and carving out a MAINTAINERS entry dedicated to PowerPC RAS. This will cover RAS
related functionalities for PowerPC platforms.

Also adding myself as a reviewer, to help share the review workload.

Shivang Upadhyay (3):
  hw/ppc: move RAS-specific RTAS handlers to spapr_rtas_ras.c
  MAINTAINERS: add dedicated PowerPC RAS section
  MAINTAINERS: add self as reviewer for PowerPC RAS

 MAINTAINERS             |  33 +++---
 hw/ppc/meson.build      |   1 +
 hw/ppc/spapr_rtas.c     | 189 --------------------------------
 hw/ppc/spapr_rtas_ras.c | 232 ++++++++++++++++++++++++++++++++++++++++
 4 files changed, 249 insertions(+), 206 deletions(-)
 create mode 100644 hw/ppc/spapr_rtas_ras.c

-- 
2.54.0



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

end of thread, other threads:[~2026-08-18  8:33 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-14 16:47 [PATCH 0/3] hw/ppc: reorg PowerPC RAS code for better maintainability Shivang Upadhyay
2026-07-14 16:47 ` [PATCH 1/3] hw/ppc: move RAS-specific RTAS handlers to spapr_rtas_ras.c Shivang Upadhyay
2026-07-16  4:44   ` Sourabh Jain
2026-07-14 16:47 ` [PATCH 2/3] MAINTAINERS: add dedicated PowerPC RAS section Shivang Upadhyay
2026-08-18  5:48   ` Aditya Gupta
2026-08-18  8:33   ` Sourabh Jain
2026-07-14 16:47 ` [PATCH 3/3] MAINTAINERS: add self as reviewer for PowerPC RAS Shivang Upadhyay
2026-08-18  5:49   ` Aditya Gupta
2026-07-15 14:39 ` [PATCH 0/3] hw/ppc: reorg PowerPC RAS code for better maintainability Vaibhav Jain
2026-07-15 14:52   ` Harsh Prateek Bora
2026-08-18  8:27     ` Sourabh Jain

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.