I have been contributing to PPC KVM and sPAPR (pseries) for some time now and
would like to get notified of incoming changes to help with code reviews.
Signed-off-by: Amit Machhiwal <amachhiw@linux.ibm.com>
---
MAINTAINERS | 2 ++
1 file changed, 2 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index b51f5c3e6022..1a1c77285d3d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -497,6 +497,7 @@ F: tests/functional/aarch64/test_kvm.py
PPC KVM CPUs
M: Nicholas Piggin <npiggin@gmail.com>
R: Harsh Prateek Bora <harshpb@linux.ibm.com>
+R: Amit Machhiwal <amachhiw@linux.ibm.com>
S: Odd Fixes
F: target/ppc/kvm.c
@@ -1661,6 +1662,7 @@ F: tests/functional/ppc/test_40p.py
sPAPR (pseries)
M: Nicholas Piggin <npiggin@gmail.com>
M: Harsh Prateek Bora <harshpb@linux.ibm.com>
+R: Amit Machhiwal <amachhiw@linux.ibm.com>
L: qemu-ppc@nongnu.org
S: Odd Fixes
F: hw/*/spapr*
base-commit: fa19879df1658f96ac07365fca8835b7decd6995
--
2.50.1 (Apple Git-155)
On 8/19/26 10:35, Amit Machhiwal wrote: > I have been contributing to PPC KVM and sPAPR (pseries) for some time now and > would like to get notified of incoming changes to help with code reviews. > > Signed-off-by: Amit Machhiwal <amachhiw@linux.ibm.com> > --- > MAINTAINERS | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index b51f5c3e6022..1a1c77285d3d 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -497,6 +497,7 @@ F: tests/functional/aarch64/test_kvm.py > PPC KVM CPUs > M: Nicholas Piggin <npiggin@gmail.com> > R: Harsh Prateek Bora <harshpb@linux.ibm.com> > +R: Amit Machhiwal <amachhiw@linux.ibm.com> > S: Odd Fixes > F: target/ppc/kvm.c > > @@ -1661,6 +1662,7 @@ F: tests/functional/ppc/test_40p.py > sPAPR (pseries) > M: Nicholas Piggin <npiggin@gmail.com> > M: Harsh Prateek Bora <harshpb@linux.ibm.com> > +R: Amit Machhiwal <amachhiw@linux.ibm.com> > L: qemu-ppc@nongnu.org > S: Odd Fixes > F: hw/*/spapr* > > base-commit: fa19879df1658f96ac07365fca8835b7decd6995 Thanks for taking this up ! Acked-by: Chinmay Rath <rathc@linux.ibm.com>
On Wed, Aug 19, 2026 at 10:35:45AM +0530, Amit Machhiwal wrote: > I have been contributing to PPC KVM and sPAPR (pseries) for some time now and > would like to get notified of incoming changes to help with code reviews. > > Signed-off-by: Amit Machhiwal <amachhiw@linux.ibm.com> > --- > MAINTAINERS | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index b51f5c3e6022..1a1c77285d3d 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -497,6 +497,7 @@ F: tests/functional/aarch64/test_kvm.py > PPC KVM CPUs > M: Nicholas Piggin <npiggin@gmail.com> > R: Harsh Prateek Bora <harshpb@linux.ibm.com> > +R: Amit Machhiwal <amachhiw@linux.ibm.com> > S: Odd Fixes > F: target/ppc/kvm.c > > @@ -1661,6 +1662,7 @@ F: tests/functional/ppc/test_40p.py > sPAPR (pseries) > M: Nicholas Piggin <npiggin@gmail.com> > M: Harsh Prateek Bora <harshpb@linux.ibm.com> > +R: Amit Machhiwal <amachhiw@linux.ibm.com> > L: qemu-ppc@nongnu.org > S: Odd Fixes > F: hw/*/spapr* > > base-commit: fa19879df1658f96ac07365fca8835b7decd6995 > -- > 2.50.1 (Apple Git-155) > Acked-by: Gautam Menghani <gautam@linux.ibm.com>
On 8/19/26 07:05, Amit Machhiwal wrote: > I have been contributing to PPC KVM and sPAPR (pseries) for some time now and > would like to get notified of incoming changes to help with code reviews. > > Signed-off-by: Amit Machhiwal <amachhiw@linux.ibm.com> > --- > MAINTAINERS | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index b51f5c3e6022..1a1c77285d3d 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -497,6 +497,7 @@ F: tests/functional/aarch64/test_kvm.py > PPC KVM CPUs > M: Nicholas Piggin <npiggin@gmail.com> > R: Harsh Prateek Bora <harshpb@linux.ibm.com> > +R: Amit Machhiwal <amachhiw@linux.ibm.com> > S: Odd Fixes > F: target/ppc/kvm.c > > @@ -1661,6 +1662,7 @@ F: tests/functional/ppc/test_40p.py > sPAPR (pseries) > M: Nicholas Piggin <npiggin@gmail.com> > M: Harsh Prateek Bora <harshpb@linux.ibm.com> > +R: Amit Machhiwal <amachhiw@linux.ibm.com> > L: qemu-ppc@nongnu.org > S: Odd Fixes > F: hw/*/spapr* > > base-commit: fa19879df1658f96ac07365fca8835b7decd6995 I would consider removing Nick since he has moved to other activities. Reviewed-by: Cédric Le Goater <clg@kaod.org> Thanks, C.
On 2026/08/19 09:12 AM, Cédric Le Goater wrote: > On 8/19/26 07:05, Amit Machhiwal wrote: > > I have been contributing to PPC KVM and sPAPR (pseries) for some time now and > > would like to get notified of incoming changes to help with code reviews. > > > > Signed-off-by: Amit Machhiwal <amachhiw@linux.ibm.com> > > --- > > MAINTAINERS | 2 ++ > > 1 file changed, 2 insertions(+) > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index b51f5c3e6022..1a1c77285d3d 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -497,6 +497,7 @@ F: tests/functional/aarch64/test_kvm.py > > PPC KVM CPUs > > M: Nicholas Piggin <npiggin@gmail.com> > > R: Harsh Prateek Bora <harshpb@linux.ibm.com> > > +R: Amit Machhiwal <amachhiw@linux.ibm.com> > > S: Odd Fixes > > F: target/ppc/kvm.c > > @@ -1661,6 +1662,7 @@ F: tests/functional/ppc/test_40p.py > > sPAPR (pseries) > > M: Nicholas Piggin <npiggin@gmail.com> > > M: Harsh Prateek Bora <harshpb@linux.ibm.com> > > +R: Amit Machhiwal <amachhiw@linux.ibm.com> > > L: qemu-ppc@nongnu.org > > S: Odd Fixes > > F: hw/*/spapr* > > > > base-commit: fa19879df1658f96ac07365fca8835b7decd6995 > > > I would consider removing Nick since he has moved to other activities. > Reviewed-by: Cédric Le Goater <clg@kaod.org> Thanks for the ack, Cédric! Hi Nick, Do you plan to be active on PPC in near future? Or do you think it would be a right idea to remove you from the M list? Thanks, Amit
© 2016 - 2026 Red Hat, Inc.