@samitouri / QOSamiQemu / commits / 3e182317a6

MAINTAINERS: add dedicated PowerPC RAS section

Introduce a new "PowerPC RAS (Reliability, Availability and Serviceability)" entry in the PowerPC Machines block, replacing the existing Fadump/MPIPL sections. Retaining the maintainer and reviewer entries from Fadump/MPIPL sections for this broader umbrella. Currently most of RAS related code sits in spapr_rtas.c, So Adding it to PowerPC RAS section. Additionally adding spapr_events.c, as it implements RTAS error logging infrastructure and spapr_pci_vfio.c, since its all EEH related code. Acked-by: Sourabh Jain <sourabhjain@linux.ibm.com> Acked-by: Aditya Gupta <adityag@linux.ibm.com> Signed-off-by: Shivang Upadhyay <shivangu@linux.ibm.com> Acked-by: Hari Bathini <hbathini@linux.ibm.com> Link: https://lore.kernel.org/qemu-devel/20260819193757.1072909-2-shivangu@linux.ibm.com Signed-off-by: Harsh Prateek Bora <harshpb@linux.ibm.com>

Shivang Upadhyay committed Aug 20, 2026 at 01:07 UTC 3e182317a65a217fc319fa88f2697d220781270b
1 file changed +15 -17
MAINTAINERS
+15 -17
@@ -1765,6 +1765,21 @@ F: include/hw/ppc/vof*
1765 F: pc-bios/vof/*
1766 F: pc-bios/vof*
1767
1768 +PowerPC RAS (Reliability, Availability and Serviceability)
1769 +M: Aditya Gupta <adityag@linux.ibm.com>
1770 +R: Sourabh Jain <sourabhjain@linux.ibm.com>
1771 +R: Hari Bathini <hbathini@linux.ibm.com>
1772 +L: qemu-ppc@nongnu.org
1773 +S: Maintained
1774 +F: hw/ppc/spapr_events.c
1775 +F: hw/ppc/spapr_fadump.c
1776 +F: hw/ppc/spapr_pci_vfio.c
1777 +F: hw/ppc/spapr_rtas.c
1778 +F: hw/ppc/pnv_mpipl.c
1779 +F: include/hw/ppc/spapr_fadump.h
1780 +F: include/hw/ppc/pnv_mpipl.h
1781 +F: tests/functional/ppc64/test_fadump.py
1782 +
1783 RISC-V Machines
1784 ---------------
1785 OpenTitan
@@ -3402,23 +3417,6 @@ F: scripts/coccinelle/remove_local_err.cocci
3417 F: scripts/coccinelle/use-error_fatal.cocci
3418 F: scripts/coccinelle/errp-guard.cocci
3419
3405 -Firmware Assisted Dump (fadump) for sPAPR (pseries)
3406 -M: Aditya Gupta <adityag@linux.ibm.com>
3407 -R: Sourabh Jain <sourabhjain@linux.ibm.com>
3408 -S: Maintained
3409 -F: include/hw/ppc/spapr_fadump.h
3410 -F: hw/ppc/spapr_fadump.c
3411 -F: tests/functional/ppc64/test_fadump.py
3412 -
3413 -Memory-Preserving Initial Program Load (MPIPL) for PowerNV
3414 -M: Aditya Gupta <adityag@linux.ibm.com>
3415 -R: Hari Bathini <hbathini@linux.ibm.com>
3416 -R: Sourabh <sourabhjain@linux.ibm.com>
3417 -S: Maintained
3418 -F: include/hw/ppc/pnv_mpipl.h
3419 -F: hw/ppc/pnv_mpipl.c
3420 -F: tests/functional/ppc64/test_fadump.py
3421 -
3420 GDB stub
3421 M: Alex Bennée <alex.bennee@linaro.org>
3422 R: Philippe Mathieu-Daudé <philmd@mailo.com>