[PATCH] MAINTAINERS: remove myself as ppc maintainer/reviewer

Daniel Henrique Barboza posted 1 patch 3 months, 3 weeks ago
Failed in applying to current master (apply log)
MAINTAINERS | 3 ---
1 file changed, 3 deletions(-)
[PATCH] MAINTAINERS: remove myself as ppc maintainer/reviewer
Posted by Daniel Henrique Barboza 3 months, 3 weeks ago
It has been awhile since I actively did anything for qemu-ppc aside from
reading the qemu-ppc inbox a couple of times each month. It's not enough
to justify a reviewer role, let alone being a maintainer.

Given that we're doing qemu-ppc maintainership changes across the board
I'll take the opportunity and remove myself from the premises too. Feel
free to reach out with questions about code I did in the past, but at
this moment I'm no longer able to keep up with qemu-ppc activities.

Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
---
 MAINTAINERS | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index a462345618..088b561aa0 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -295,7 +295,6 @@ F: tests/tcg/openrisc/
 
 PowerPC TCG CPUs
 M: Nicholas Piggin <npiggin@gmail.com>
-M: Daniel Henrique Barboza <danielhb413@gmail.com>
 L: qemu-ppc@nongnu.org
 S: Odd Fixes
 F: target/ppc/
@@ -452,7 +451,6 @@ F: target/mips/system/
 
 PPC KVM CPUs
 M: Nicholas Piggin <npiggin@gmail.com>
-R: Daniel Henrique Barboza <danielhb413@gmail.com>
 S: Odd Fixes
 F: target/ppc/kvm.c
 
@@ -1550,7 +1548,6 @@ F: tests/functional/test_ppc_40p.py
 
 sPAPR (pseries)
 M: Nicholas Piggin <npiggin@gmail.com>
-R: Daniel Henrique Barboza <danielhb413@gmail.com>
 R: Harsh Prateek Bora <harshpb@linux.ibm.com>
 L: qemu-ppc@nongnu.org
 S: Odd Fixes
-- 
2.50.1
Re: [PATCH] MAINTAINERS: remove myself as ppc maintainer/reviewer
Posted by Philippe Mathieu-Daudé 3 months, 2 weeks ago
On 24/7/25 14:34, Daniel Henrique Barboza wrote:
> It has been awhile since I actively did anything for qemu-ppc aside from
> reading the qemu-ppc inbox a couple of times each month. It's not enough
> to justify a reviewer role, let alone being a maintainer.
> 
> Given that we're doing qemu-ppc maintainership changes across the board
> I'll take the opportunity and remove myself from the premises too. Feel
> free to reach out with questions about code I did in the past, but at
> this moment I'm no longer able to keep up with qemu-ppc activities.
> 
> Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
> ---
>   MAINTAINERS | 3 ---
>   1 file changed, 3 deletions(-)

Thanks for your help with PPC Daniel!

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>


Re: [PATCH] MAINTAINERS: remove myself as ppc maintainer/reviewer
Posted by Cédric Le Goater 3 months, 3 weeks ago
On 7/24/25 14:34, Daniel Henrique Barboza wrote:
> It has been awhile since I actively did anything for qemu-ppc aside from
> reading the qemu-ppc inbox a couple of times each month. It's not enough
> to justify a reviewer role, let alone being a maintainer.
> 
> Given that we're doing qemu-ppc maintainership changes across the board
> I'll take the opportunity and remove myself from the premises too. Feel
> free to reach out with questions about code I did in the past, but at
> this moment I'm no longer able to keep up with qemu-ppc activities.
> 
> Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
> ---
>   MAINTAINERS | 3 ---
>   1 file changed, 3 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index a462345618..088b561aa0 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -295,7 +295,6 @@ F: tests/tcg/openrisc/
>   
>   PowerPC TCG CPUs
>   M: Nicholas Piggin <npiggin@gmail.com>
> -M: Daniel Henrique Barboza <danielhb413@gmail.com>
>   L: qemu-ppc@nongnu.org
>   S: Odd Fixes
>   F: target/ppc/
> @@ -452,7 +451,6 @@ F: target/mips/system/
>   
>   PPC KVM CPUs
>   M: Nicholas Piggin <npiggin@gmail.com>
> -R: Daniel Henrique Barboza <danielhb413@gmail.com>
>   S: Odd Fixes
>   F: target/ppc/kvm.c
>   
> @@ -1550,7 +1548,6 @@ F: tests/functional/test_ppc_40p.py
>   
>   sPAPR (pseries)
>   M: Nicholas Piggin <npiggin@gmail.com>
> -R: Daniel Henrique Barboza <danielhb413@gmail.com>
>   R: Harsh Prateek Bora <harshpb@linux.ibm.com>
>   L: qemu-ppc@nongnu.org
>   S: Odd Fixes

Reviewed-by: Cédric Le Goater <clg@redhat.com>

Thanks,

C.