| Message ID | 20260831071958.58824-7-nnmlinux@linux.ibm.com |
|---|---|
| State | New |
| Headers | show |
| Series | ppc/spapr: Add RTAS error injection support for VFIO EEH | expand |
On 8/31/26 09:19, Narayana Murty N wrote: > Adding self as reviewer for the sPAPR EEH under PPC RAS. > Updating the EEH specific file name as got updated in previous patches. > > Signed-off-by: Narayana Murty N <nnmlinux@linux.ibm.com> > --- > MAINTAINERS | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 4a49a40294..9271d849b0 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1770,11 +1770,12 @@ M: Aditya Gupta <adityag@linux.ibm.com> > R: Sourabh Jain <sourabhjain@linux.ibm.com> > R: Hari Bathini <hbathini@linux.ibm.com> > R: Shivang Upadhyay <shivangu@linux.ibm.com> > +R: Narayana Murty N <nnmlinux@linux.ibm.com> > L: qemu-ppc@nongnu.org > S: Maintained > F: hw/ppc/spapr_events.c > F: hw/ppc/spapr_fadump.c > -F: hw/ppc/spapr_pci_vfio.c Nothing is left in hw/ppc/spapr_pci_vfio.c ? > +F: hw/ppc/spapr_eeh.c > F: hw/ppc/spapr_rtas.c > F: hw/ppc/pnv_mpipl.c > F: include/hw/ppc/spapr_fadump.h
Hi Cedric, On 31/08/26 5:26 PM, Cédric Le Goater wrote: > On 8/31/26 09:19, Narayana Murty N wrote: >> Adding self as reviewer for the sPAPR EEH under PPC RAS. >> Updating the EEH specific file name as got updated in previous patches. >> >> Signed-off-by: Narayana Murty N <nnmlinux@linux.ibm.com> >> --- >> MAINTAINERS | 3 ++- >> 1 file changed, 2 insertions(+), 1 deletion(-) >> >> diff --git a/MAINTAINERS b/MAINTAINERS >> index 4a49a40294..9271d849b0 100644 >> --- a/MAINTAINERS >> +++ b/MAINTAINERS >> @@ -1770,11 +1770,12 @@ M: Aditya Gupta <adityag@linux.ibm.com> >> R: Sourabh Jain <sourabhjain@linux.ibm.com> >> R: Hari Bathini <hbathini@linux.ibm.com> >> R: Shivang Upadhyay <shivangu@linux.ibm.com> >> +R: Narayana Murty N <nnmlinux@linux.ibm.com> >> L: qemu-ppc@nongnu.org >> S: Maintained >> F: hw/ppc/spapr_events.c >> F: hw/ppc/spapr_fadump.c >> -F: hw/ppc/spapr_pci_vfio.c > > Nothing is left in hw/ppc/spapr_pci_vfio.c ? > The spapr_pci_vfio.c is now covered by the regex under sPAPR machine entry. It is supposed to contain generic vfio code only now. I think I need to send a V5 as I see some changes got missed in this series. I shall post V5 soon. Thanks & regards, Narayana >> +F: hw/ppc/spapr_eeh.c >> F: hw/ppc/spapr_rtas.c >> F: hw/ppc/pnv_mpipl.c >> F: include/hw/ppc/spapr_fadump.h >
diff --git a/MAINTAINERS b/MAINTAINERS index 4a49a40294..9271d849b0 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1770,11 +1770,12 @@ M: Aditya Gupta <adityag@linux.ibm.com> R: Sourabh Jain <sourabhjain@linux.ibm.com> R: Hari Bathini <hbathini@linux.ibm.com> R: Shivang Upadhyay <shivangu@linux.ibm.com> +R: Narayana Murty N <nnmlinux@linux.ibm.com> L: qemu-ppc@nongnu.org S: Maintained F: hw/ppc/spapr_events.c F: hw/ppc/spapr_fadump.c -F: hw/ppc/spapr_pci_vfio.c +F: hw/ppc/spapr_eeh.c F: hw/ppc/spapr_rtas.c F: hw/ppc/pnv_mpipl.c F: include/hw/ppc/spapr_fadump.h
Adding self as reviewer for the sPAPR EEH under PPC RAS. Updating the EEH specific file name as got updated in previous patches. Signed-off-by: Narayana Murty N <nnmlinux@linux.ibm.com> --- MAINTAINERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)