qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Cédric Le Goater" <clg@kaod.org>
To: David Gibson <david@gibson.dropbear.id.au>,
	<qemu-devel@nongnu.org>, <qemu-ppc@nongnu.org>
Cc: peter.maydell@linaro.org, dbarboza@redhat.com,
	hpussin@reactos.org, aik@ozlabs.ru,
	mark.cave-ayland@ilande.co.uk, groug@kaod.org
Subject: Re: [PATCH v2 2/5] MAINTAINERS: Remove David & Greg as reviewers for a number of boards
Date: Fri, 24 Sep 2021 13:02:00 +0200	[thread overview]
Message-ID: <1c7c111f-a1fe-973f-770f-fffab19e6a36@kaod.org> (raw)
In-Reply-To: <20210924095536.441849-3-david@gibson.dropbear.id.au>

On 9/24/21 11:55, David Gibson wrote:
> Greg and I are moving towards other areas and no longer have capacity to
> act as regular reviewers for several of the secondary ppc machine types.
> So, remove ourselves as reviewers for Macintosh, PReP, sam460ex and
> pegasos2 in MAINTAINERS.
> 
> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
> Reviewed-by: Greg Kurz <groug@kaod.org>

Reviewed-by: Cédric Le Goater <clg@kaod.org>

> ---
>   MAINTAINERS | 9 ---------
>   1 file changed, 9 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 3408618f2a..20436be86f 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1265,8 +1265,6 @@ F: hw/ppc/mpc8544_guts.c
>   
>   New World (mac99)
>   M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
> -R: David Gibson <david@gibson.dropbear.id.au>
> -R: Greg Kurz <groug@kaod.org>
>   L: qemu-ppc@nongnu.org
>   S: Odd Fixes
>   F: hw/ppc/mac_newworld.c
> @@ -1285,8 +1283,6 @@ F: pc-bios/qemu_vga.ndrv
>   
>   Old World (g3beige)
>   M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
> -R: David Gibson <david@gibson.dropbear.id.au>
> -R: Greg Kurz <groug@kaod.org>
>   L: qemu-ppc@nongnu.org
>   S: Odd Fixes
>   F: hw/ppc/mac_oldworld.c
> @@ -1300,8 +1296,6 @@ F: pc-bios/qemu_vga.ndrv
>   
>   PReP
>   M: Hervé Poussineau <hpoussin@reactos.org>
> -R: David Gibson <david@gibson.dropbear.id.au>
> -R: Greg Kurz <groug@kaod.org>
>   L: qemu-ppc@nongnu.org
>   S: Maintained
>   F: hw/ppc/prep.c
> @@ -1356,8 +1350,6 @@ F: hw/ppc/virtex_ml507.c
>   
>   sam460ex
>   M: BALATON Zoltan <balaton@eik.bme.hu>
> -R: David Gibson <david@gibson.dropbear.id.au>
> -R: Greg Kurz <groug@kaod.org>
>   L: qemu-ppc@nongnu.org
>   S: Maintained
>   F: hw/ppc/sam460ex.c
> @@ -1371,7 +1363,6 @@ F: roms/u-boot-sam460ex
>   
>   pegasos2
>   M: BALATON Zoltan <balaton@eik.bme.hu>
> -R: David Gibson <david@gibson.dropbear.id.au>
>   L: qemu-ppc@nongnu.org
>   S: Maintained
>   F: hw/ppc/pegasos2.c
> 



  parent reply	other threads:[~2021-09-24 11:06 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-24  9:55 [PATCH v2 0/5] Reduce load on ppc target maintainers David Gibson
2021-09-24  9:55 ` [PATCH v2 1/5] MAINTAINERS: Orphan obscure ppc platforms David Gibson
2021-09-24 11:01   ` Cédric Le Goater
2021-09-24  9:55 ` [PATCH v2 2/5] MAINTAINERS: Remove David & Greg as reviewers for a number of boards David Gibson
2021-09-24 10:53   ` BALATON Zoltan
2021-09-24 11:02   ` Cédric Le Goater [this message]
2021-09-24 11:53   ` Greg Kurz
2021-09-24  9:55 ` [PATCH v2 3/5] MAINTAINERS: Remove David & Greg as reviewers/co-maintainers of powernv David Gibson
2021-09-24 11:01   ` Cédric Le Goater
2021-09-24  9:55 ` [PATCH v2 4/5] MAINTAINERS: Add information for OpenPIC David Gibson
2021-09-24 11:02   ` Cédric Le Goater
2021-09-24 11:44   ` Greg Kurz
2021-09-24  9:55 ` [PATCH v2 5/5] MAINTAINERS: Demote sPAPR from "Supported" to "Maintained" David Gibson
2021-09-24 11:02   ` Cédric Le Goater
2021-09-24 11:11   ` Philippe Mathieu-Daudé
2021-09-24 14:33 ` [PATCH v2 0/5] Reduce load on ppc target maintainers Philippe Mathieu-Daudé
2021-09-24 15:16 ` Philippe Mathieu-Daudé
2021-09-27  4:26   ` David Gibson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1c7c111f-a1fe-973f-770f-fffab19e6a36@kaod.org \
    --to=clg@kaod.org \
    --cc=aik@ozlabs.ru \
    --cc=david@gibson.dropbear.id.au \
    --cc=dbarboza@redhat.com \
    --cc=groug@kaod.org \
    --cc=hpussin@reactos.org \
    --cc=mark.cave-ayland@ilande.co.uk \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-ppc@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).