[PATCH] MAINTAINERS: add self as reviewer for PowerNV and PPC TCG

Harsh Prateek Bora posted 1 patch 4 weeks, 1 day ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260501144558.24491-1-harshpb@linux.ibm.com
MAINTAINERS | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
[PATCH] MAINTAINERS: add self as reviewer for PowerNV and PPC TCG
Posted by Harsh Prateek Bora 4 weeks, 1 day ago
Also remove the redundant entry for pseries.

Signed-off-by: Harsh Prateek Bora <harshpb@linux.ibm.com>
---
 MAINTAINERS | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index e41f0eb92c..0ad8770fa0 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -323,6 +323,7 @@ PowerPC TCG CPUs
 M: Nicholas Piggin <npiggin@gmail.com>
 R: Chinmay Rath <rathc@linux.ibm.com>
 R: Glenn Miles <milesg@linux.ibm.com>
+R: Harsh Prateek Bora <harshpb@linux.ibm.com>
 L: qemu-ppc@nongnu.org
 S: Odd Fixes
 F: target/ppc/
@@ -1617,7 +1618,6 @@ F: tests/functional/ppc/test_40p.py
 sPAPR (pseries)
 M: Nicholas Piggin <npiggin@gmail.com>
 M: Harsh Prateek Bora <harshpb@linux.ibm.com>
-R: Harsh Prateek Bora <harshpb@linux.ibm.com>
 L: qemu-ppc@nongnu.org
 S: Odd Fixes
 F: hw/*/spapr*
@@ -1643,6 +1643,7 @@ PowerNV (Non-Virtualized)
 M: Nicholas Piggin <npiggin@gmail.com>
 R: Aditya Gupta <adityag@linux.ibm.com>
 R: Glenn Miles <milesg@linux.ibm.com>
+R: Harsh Prateek Bora <harshpb@linux.ibm.com>
 L: qemu-ppc@nongnu.org
 S: Odd Fixes
 F: docs/system/ppc/powernv.rst
-- 
2.52.0
Re: [PATCH] MAINTAINERS: add self as reviewer for PowerNV and PPC TCG
Posted by Markus Armbruster 2 weeks, 3 days ago
Harsh Prateek Bora <harshpb@linux.ibm.com> writes:

> Also remove the redundant entry for pseries.
>
> Signed-off-by: Harsh Prateek Bora <harshpb@linux.ibm.com>

I'll take this through my tree.  Thanks!
Re: [PATCH] MAINTAINERS: add self as reviewer for PowerNV and PPC TCG
Posted by Harsh Prateek Bora 2 weeks, 3 days ago
On Wed, 13 May, 2026, 11:12 pm Markus Armbruster, <armbru@redhat.com> wrote:

> Harsh Prateek Bora <harshpb@linux.ibm.com> writes:
>
> > Also remove the redundant entry for pseries.
> >
> > Signed-off-by: Harsh Prateek Bora <harshpb@linux.ibm.com>
>
> I'll take this through my tree.  Thanks!
>

Sure, thanks Markus!


>
>
Re: [PATCH] MAINTAINERS: add self as reviewer for PowerNV and PPC TCG
Posted by Aditya Gupta 3 weeks, 1 day ago
On 01/05/26 20:15, Harsh Prateek Bora wrote:

> Also remove the redundant entry for pseries.
>
> Signed-off-by: Harsh Prateek Bora <harshpb@linux.ibm.com>

Acked-by: Aditya Gupta <adityag@linux.ibm.com>


Thanks,

- Aditya G
Re: [PATCH] MAINTAINERS: add self as reviewer for PowerNV and PPC TCG
Posted by Chinmay Rath 3 weeks, 3 days ago
On 5/1/26 20:15, Harsh Prateek Bora wrote:
> Also remove the redundant entry for pseries.
>
> Signed-off-by: Harsh Prateek Bora <harshpb@linux.ibm.com>
> ---
>   MAINTAINERS | 3 ++-
>   1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index e41f0eb92c..0ad8770fa0 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -323,6 +323,7 @@ PowerPC TCG CPUs
>   M: Nicholas Piggin <npiggin@gmail.com>
>   R: Chinmay Rath <rathc@linux.ibm.com>
>   R: Glenn Miles <milesg@linux.ibm.com>
> +R: Harsh Prateek Bora <harshpb@linux.ibm.com>
>   L: qemu-ppc@nongnu.org
>   S: Odd Fixes
>   F: target/ppc/
> @@ -1617,7 +1618,6 @@ F: tests/functional/ppc/test_40p.py
>   sPAPR (pseries)
>   M: Nicholas Piggin <npiggin@gmail.com>
>   M: Harsh Prateek Bora <harshpb@linux.ibm.com>
> -R: Harsh Prateek Bora <harshpb@linux.ibm.com>
>   L: qemu-ppc@nongnu.org
>   S: Odd Fixes
>   F: hw/*/spapr*
> @@ -1643,6 +1643,7 @@ PowerNV (Non-Virtualized)
>   M: Nicholas Piggin <npiggin@gmail.com>
>   R: Aditya Gupta <adityag@linux.ibm.com>
>   R: Glenn Miles <milesg@linux.ibm.com>
> +R: Harsh Prateek Bora <harshpb@linux.ibm.com>
>   L: qemu-ppc@nongnu.org
>   S: Odd Fixes
>   F: docs/system/ppc/powernv.rst
Thanks for taking this up.
Reviewed-by: Chinmay Rath <rathc@linux.ibm.com>