qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: remove myself as ppc maintainer/reviewer
@ 2025-07-24 12:34 Daniel Henrique Barboza
  2025-07-24 12:39 ` Cédric Le Goater
  2025-07-28 10:44 ` Philippe Mathieu-Daudé
  0 siblings, 2 replies; 3+ messages in thread
From: Daniel Henrique Barboza @ 2025-07-24 12:34 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-ppc, clg, Daniel Henrique Barboza

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



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] MAINTAINERS: remove myself as ppc maintainer/reviewer
  2025-07-24 12:34 [PATCH] MAINTAINERS: remove myself as ppc maintainer/reviewer Daniel Henrique Barboza
@ 2025-07-24 12:39 ` Cédric Le Goater
  2025-07-28 10:44 ` Philippe Mathieu-Daudé
  1 sibling, 0 replies; 3+ messages in thread
From: Cédric Le Goater @ 2025-07-24 12:39 UTC (permalink / raw)
  To: Daniel Henrique Barboza, qemu-devel; +Cc: qemu-ppc

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.




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] MAINTAINERS: remove myself as ppc maintainer/reviewer
  2025-07-24 12:34 [PATCH] MAINTAINERS: remove myself as ppc maintainer/reviewer Daniel Henrique Barboza
  2025-07-24 12:39 ` Cédric Le Goater
@ 2025-07-28 10:44 ` Philippe Mathieu-Daudé
  1 sibling, 0 replies; 3+ messages in thread
From: Philippe Mathieu-Daudé @ 2025-07-28 10:44 UTC (permalink / raw)
  To: Daniel Henrique Barboza, qemu-devel; +Cc: qemu-ppc, clg

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>



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-07-28 11:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-24 12:34 [PATCH] MAINTAINERS: remove myself as ppc maintainer/reviewer Daniel Henrique Barboza
2025-07-24 12:39 ` Cédric Le Goater
2025-07-28 10:44 ` Philippe Mathieu-Daudé

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).