Add a dedicated MAINTAINERS entry for hw/ppc/spapr_pci_vfio_eeh.c, which implements Extended Error Handling (EEH) support for VFIO-based PCI devices on PowerPC sPAPR platforms.
EEH provides error detection, isolation, and recovery mechanisms for PCI devices, allowing the system to handle and recover from hardware errors without requiring a full system reboot. Signed-off-by: Narayana Murty N <[email protected]> --- MAINTAINERS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 9d3d645953..03a638cab1 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1656,6 +1656,12 @@ F: tests/functional/ppc64/test_pseries.py F: tests/functional/ppc64/test_hv.py F: tests/functional/ppc64/test_tuxrun.py +sPAPR PCI VFIO Extended Error handling (EEH) +M: Narayana Murty <[email protected]> +L: [email protected] +S: Maintained +F: hw/ppc/spapr_pci_vfio_eeh.c + PowerNV (Non-Virtualized) M: Nicholas Piggin <[email protected]> R: Aditya Gupta <[email protected]> -- 2.54.0
