qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Remove myself as reviewer from PPC
@ 2024-02-20  8:09 Cédric Le Goater
  2024-02-20  8:52 ` David Gibson
  2024-03-12 13:40 ` Nicholas Piggin
  0 siblings, 2 replies; 3+ messages in thread
From: Cédric Le Goater @ 2024-02-20  8:09 UTC (permalink / raw)
  To: qemu-devel
  Cc: Daniel Henrique Barboza, Nicholas Piggin, David Gibson,
	Thomas Huth, Philippe Mathieu-Daudé, Cédric Le Goater

PPC maintainership has been a side activity for the last 2 years and
it is time to let go some of it now that Nick has taken over.

Signed-off-by: Cédric Le Goater <clg@kaod.org>
---
 MAINTAINERS | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index a74d73960c0a..f5a4e4745c92 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -316,7 +316,6 @@ F: tests/tcg/openrisc/
 PowerPC TCG CPUs
 M: Nicholas Piggin <npiggin@gmail.com>
 M: Daniel Henrique Barboza <danielhb413@gmail.com>
-R: Cédric Le Goater <clg@kaod.org>
 L: qemu-ppc@nongnu.org
 S: Odd Fixes
 F: target/ppc/
@@ -468,7 +467,6 @@ F: target/mips/sysemu/
 PPC KVM CPUs
 M: Nicholas Piggin <npiggin@gmail.com>
 R: Daniel Henrique Barboza <danielhb413@gmail.com>
-R: Cédric Le Goater <clg@kaod.org>
 S: Odd Fixes
 F: target/ppc/kvm.c
 
@@ -1502,7 +1500,6 @@ F: tests/avocado/ppc_prep_40p.py
 sPAPR (pseries)
 M: Nicholas Piggin <npiggin@gmail.com>
 R: Daniel Henrique Barboza <danielhb413@gmail.com>
-R: Cédric Le Goater <clg@kaod.org>
 R: David Gibson <david@gibson.dropbear.id.au>
 R: Harsh Prateek Bora <harshpb@linux.ibm.com>
 L: qemu-ppc@nongnu.org
-- 
2.43.0



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

* Re: [PATCH] MAINTAINERS: Remove myself as reviewer from PPC
  2024-02-20  8:09 [PATCH] MAINTAINERS: Remove myself as reviewer from PPC Cédric Le Goater
@ 2024-02-20  8:52 ` David Gibson
  2024-03-12 13:40 ` Nicholas Piggin
  1 sibling, 0 replies; 3+ messages in thread
From: David Gibson @ 2024-02-20  8:52 UTC (permalink / raw)
  To: Cédric Le Goater
  Cc: qemu-devel, Daniel Henrique Barboza, Nicholas Piggin, Thomas Huth,
	Philippe Mathieu-Daudé

[-- Attachment #1: Type: text/plain, Size: 1553 bytes --]

On Tue, Feb 20, 2024 at 09:09:56AM +0100, Cédric le Goater wrote:
> PPC maintainership has been a side activity for the last 2 years and
> it is time to let go some of it now that Nick has taken over.
> 
> Signed-off-by: Cédric Le Goater <clg@kaod.org>

Thanks for all your contributions Cédric.

> ---
>  MAINTAINERS | 3 ---
>  1 file changed, 3 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index a74d73960c0a..f5a4e4745c92 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -316,7 +316,6 @@ F: tests/tcg/openrisc/
>  PowerPC TCG CPUs
>  M: Nicholas Piggin <npiggin@gmail.com>
>  M: Daniel Henrique Barboza <danielhb413@gmail.com>
> -R: Cédric Le Goater <clg@kaod.org>
>  L: qemu-ppc@nongnu.org
>  S: Odd Fixes
>  F: target/ppc/
> @@ -468,7 +467,6 @@ F: target/mips/sysemu/
>  PPC KVM CPUs
>  M: Nicholas Piggin <npiggin@gmail.com>
>  R: Daniel Henrique Barboza <danielhb413@gmail.com>
> -R: Cédric Le Goater <clg@kaod.org>
>  S: Odd Fixes
>  F: target/ppc/kvm.c
>  
> @@ -1502,7 +1500,6 @@ F: tests/avocado/ppc_prep_40p.py
>  sPAPR (pseries)
>  M: Nicholas Piggin <npiggin@gmail.com>
>  R: Daniel Henrique Barboza <danielhb413@gmail.com>
> -R: Cédric Le Goater <clg@kaod.org>
>  R: David Gibson <david@gibson.dropbear.id.au>
>  R: Harsh Prateek Bora <harshpb@linux.ibm.com>
>  L: qemu-ppc@nongnu.org

-- 
David Gibson			| I'll have my music baroque, and my code
david AT gibson.dropbear.id.au	| minimalist, thank you.  NOT _the_ _other_
				| _way_ _around_!
http://www.ozlabs.org/~dgibson

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: [PATCH] MAINTAINERS: Remove myself as reviewer from PPC
  2024-02-20  8:09 [PATCH] MAINTAINERS: Remove myself as reviewer from PPC Cédric Le Goater
  2024-02-20  8:52 ` David Gibson
@ 2024-03-12 13:40 ` Nicholas Piggin
  1 sibling, 0 replies; 3+ messages in thread
From: Nicholas Piggin @ 2024-03-12 13:40 UTC (permalink / raw)
  To: Cédric Le Goater, qemu-devel
  Cc: Daniel Henrique Barboza, David Gibson, Thomas Huth,
	Philippe Mathieu-Daudé

On Tue Feb 20, 2024 at 6:09 PM AEST, Cédric Le Goater wrote:
> PPC maintainership has been a side activity for the last 2 years and
> it is time to let go some of it now that Nick has taken over.

Reviewed-by: Nicholas Piggin <npiggin@gmail.com>

>
> Signed-off-by: Cédric Le Goater <clg@kaod.org>
> ---
>  MAINTAINERS | 3 ---
>  1 file changed, 3 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index a74d73960c0a..f5a4e4745c92 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -316,7 +316,6 @@ F: tests/tcg/openrisc/
>  PowerPC TCG CPUs
>  M: Nicholas Piggin <npiggin@gmail.com>
>  M: Daniel Henrique Barboza <danielhb413@gmail.com>
> -R: Cédric Le Goater <clg@kaod.org>
>  L: qemu-ppc@nongnu.org
>  S: Odd Fixes
>  F: target/ppc/
> @@ -468,7 +467,6 @@ F: target/mips/sysemu/
>  PPC KVM CPUs
>  M: Nicholas Piggin <npiggin@gmail.com>
>  R: Daniel Henrique Barboza <danielhb413@gmail.com>
> -R: Cédric Le Goater <clg@kaod.org>
>  S: Odd Fixes
>  F: target/ppc/kvm.c
>  
> @@ -1502,7 +1500,6 @@ F: tests/avocado/ppc_prep_40p.py
>  sPAPR (pseries)
>  M: Nicholas Piggin <npiggin@gmail.com>
>  R: Daniel Henrique Barboza <danielhb413@gmail.com>
> -R: Cédric Le Goater <clg@kaod.org>
>  R: David Gibson <david@gibson.dropbear.id.au>
>  R: Harsh Prateek Bora <harshpb@linux.ibm.com>
>  L: qemu-ppc@nongnu.org



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

end of thread, other threads:[~2024-03-12 13:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-20  8:09 [PATCH] MAINTAINERS: Remove myself as reviewer from PPC Cédric Le Goater
2024-02-20  8:52 ` David Gibson
2024-03-12 13:40 ` Nicholas Piggin

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).