From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 26ABCCD37B0 for ; Sat, 16 Sep 2023 01:58:04 +0000 (UTC) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qhKYW-0004qA-7n; Fri, 15 Sep 2023 21:57:08 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qhKYV-0004pr-40; Fri, 15 Sep 2023 21:57:07 -0400 Received: from gandalf.ozlabs.org ([150.107.74.76]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qhKYQ-0002Fm-OW; Fri, 15 Sep 2023 21:57:06 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gibson.dropbear.id.au; s=201602; t=1694829411; bh=/3BF0Jq3f8HNPqn3nhUORpcZl9ib7qPnnLNLQFfQy/0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=NmzOiHCnh/mjJ4MTX6sa1Q5DWzG1/5Tonza4LZIMHcd2nOSFUNmnKOsLAMw+79Oji EltoNMMxeT3/O70QXuvWqbc3HXp3Reb1STHZhfD9V1ScWaR+JjsCDMyyDFRmWD97op ZL1bbUnacgorv1RnJFi4K/G5HDhumCFR2+5XhZ/8= Received: by gandalf.ozlabs.org (Postfix, from userid 1007) id 4RnZ1H3X1xz4wxn; Sat, 16 Sep 2023 11:56:51 +1000 (AEST) Date: Sat, 16 Sep 2023 11:56:39 +1000 From: David Gibson To: Daniel Henrique Barboza Cc: qemu-devel@nongnu.org, qemu-ppc@nongnu.org, groug@kaod.org, npiggin@gmail.com, aik@ozlabs.ru, =?iso-8859-1?Q?C=E9dric?= Le Goater Subject: Re: [PATCH] MAINTAINERS: Nick Piggin PPC maintainer, other PPC changes Message-ID: References: <20230915110507.194762-1-danielhb413@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="tJngtleW/484dk3R" Content-Disposition: inline In-Reply-To: <20230915110507.194762-1-danielhb413@gmail.com> Received-SPF: pass client-ip=150.107.74.76; envelope-from=dgibson@gandalf.ozlabs.org; helo=gandalf.ozlabs.org X-Spam_score_int: -17 X-Spam_score: -1.8 X-Spam_bar: - X-Spam_report: (-1.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.249, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org --tJngtleW/484dk3R Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Sep 15, 2023 at 08:05:07AM -0300, Daniel Henrique Barboza wrote: > Update all relevant PowerPC entries as follows: >=20 > - Nick Piggin is promoted to Maintainer in all qemu-ppc subsystems. > Nick has been a solid contributor for the last couple of years and > has the required knowledge and motivation to drive the boat. >=20 > - Greg Kurz is being removed from all qemu-ppc entries. Greg has moved > to other areas of interest and will retire from qemu-ppc. Thanks Mr > Kurz for all the years of service. >=20 > - David Gibson was removed as 'Reviewer' from PowerPC TCG CPUs and PPC > KVM CPUs. Change done per his request. >=20 > - Daniel Barboza downgraded from 'Maintainer' to 'Reviewer' in sPAPR and > PPC KVM CPUs. It has been a long since I last touched those areas and > it's not justified to be kept as maintainer in them. >=20 > - Cedric Le Goater and Daniel Barboza removed as 'Reviewer' in VOF. We > don't have the required knowledge to justify it. >=20 > - VOF support downgraded from 'Maintained' to 'Odd Fixes' since it > better reflects the current state of the subsystem. >=20 > Acked-by: C=E9dric Le Goater > Signed-off-by: Daniel Henrique Barboza Acked-by: David Gibson > --- > MAINTAINERS | 20 +++++++------------- > 1 file changed, 7 insertions(+), 13 deletions(-) >=20 > diff --git a/MAINTAINERS b/MAINTAINERS > index 00562f924f..c4aa1c1c9f 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -298,11 +298,9 @@ F: hw/openrisc/ > F: tests/tcg/openrisc/ > =20 > PowerPC TCG CPUs > +M: Nicholas Piggin > M: Daniel Henrique Barboza > R: C=E9dric Le Goater > -R: David Gibson > -R: Greg Kurz > -R: Nicholas Piggin > L: qemu-ppc@nongnu.org > S: Odd Fixes > F: target/ppc/ > @@ -438,10 +436,9 @@ F: target/mips/kvm* > F: target/mips/sysemu/ > =20 > PPC KVM CPUs > -M: Daniel Henrique Barboza > +M: Nicholas Piggin > +R: Daniel Henrique Barboza > R: C=E9dric Le Goater > -R: David Gibson > -R: Greg Kurz > S: Odd Fixes > F: target/ppc/kvm.c > =20 > @@ -1430,10 +1427,10 @@ F: include/hw/rtc/m48t59.h > F: tests/avocado/ppc_prep_40p.py > =20 > sPAPR (pseries) > -M: Daniel Henrique Barboza > +M: Nicholas Piggin > +R: Daniel Henrique Barboza > R: C=E9dric Le Goater > R: David Gibson > -R: Greg Kurz > R: Harsh Prateek Bora > L: qemu-ppc@nongnu.org > S: Odd Fixes > @@ -1452,8 +1449,8 @@ F: tests/avocado/ppc_pseries.py > =20 > PowerNV (Non-Virtualized) > M: C=E9dric Le Goater > +M: Nicholas Piggin > R: Fr=E9d=E9ric Barrat > -R: Nicholas Piggin > L: qemu-ppc@nongnu.org > S: Odd Fixes > F: docs/system/ppc/powernv.rst > @@ -1497,12 +1494,9 @@ F: include/hw/pci-host/mv64361.h > =20 > Virtual Open Firmware (VOF) > M: Alexey Kardashevskiy > -R: C=E9dric Le Goater > -R: Daniel Henrique Barboza > R: David Gibson > -R: Greg Kurz > L: qemu-ppc@nongnu.org > -S: Maintained > +S: Odd Fixes > F: hw/ppc/spapr_vof* > F: hw/ppc/vof* > F: include/hw/ppc/vof* --=20 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 --tJngtleW/484dk3R Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEO+dNsU4E3yXUXRK2zQJF27ox2GcFAmUFC0IACgkQzQJF27ox 2Ge1rg/+Mi4SBLicQZ9qaHEzkQ5BR2ZJzz96wJE2yMz8KepIAaR/JjxWqzyVYrBO xaQ69gj2nkc5n8sFoZeXujZgpBDrVGvEUUPwtuqM+ZBhHB7suIWyDDusyFtF2k5p VIgNcG5adPidmH5f/CIT3yyYBPoyUxFueXaBbxKrLywwmIiuL2Mvpvb4oSTIz3c2 GPWf6XxCC7SFgkF++uEOP8fLPOkFQ0zT5BVfVRsJlj5uFKUW3pZHNdMZGpj8ReVY B3hVzDRxkv9bLnbtxdx9enYIZrh5DzO91le3FVlGK8XrrgRqARXtb97Fjdd51rP3 +UmfzwemS56IFm7KFwUsqJqF3a9+aAHkcoCgTrHaIfMgMrU8FibOKZtZbgZsMI7c h9DuyMrRT+RwcJVIZu15/bxxEtEvj9BpO7AcEYK9cMqPMWQPPF78KrhIgzD+qbUZ 7wVF3WsdOFTYLCTN6Rjr9xZyfbMAlh4xpn6KPIGozHd5P34BVWtv0GcvBMFKkB3h WJyb24jea1aSyUSXgMl3qcH7o542n93yBWoOfyQnqMnhIzTdw6SVcgxBLjDw+LZe dzDE4Kzm566KpFzZmIOiCkbzPpOFa/s0Mhk2zOHYaZA9kUS/RcUGcVe2So9Epb3e bwUKWtSugzbMGCVRN6ZA99zNmcHxet20xpzLL3r7vJ8m6yDiUs4= =KI5a -----END PGP SIGNATURE----- --tJngtleW/484dk3R--