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 X-Spam-Level: X-Spam-Status: No, score=-13.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7438DC433F5 for ; Fri, 24 Sep 2021 10:54:13 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 2093860EE2 for ; Fri, 24 Sep 2021 10:54:13 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 2093860EE2 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=eik.bme.hu Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=nongnu.org Received: from localhost ([::1]:60082 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mTiqK-0004yy-7S for qemu-devel@archiver.kernel.org; Fri, 24 Sep 2021 06:54:12 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56670) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mTiph-00045s-Ik; Fri, 24 Sep 2021 06:53:33 -0400 Received: from zero.eik.bme.hu ([2001:738:2001:2001::2001]:20314) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mTipf-0002oB-FK; Fri, 24 Sep 2021 06:53:33 -0400 Received: from zero.eik.bme.hu (blah.eik.bme.hu [152.66.115.182]) by localhost (Postfix) with SMTP id 308B2746353; Fri, 24 Sep 2021 12:53:29 +0200 (CEST) Received: by zero.eik.bme.hu (Postfix, from userid 432) id 081B0745953; Fri, 24 Sep 2021 12:53:29 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by zero.eik.bme.hu (Postfix) with ESMTP id 060097457EE; Fri, 24 Sep 2021 12:53:29 +0200 (CEST) Date: Fri, 24 Sep 2021 12:53:28 +0200 (CEST) From: BALATON Zoltan To: David Gibson Subject: Re: [PATCH v2 2/5] MAINTAINERS: Remove David & Greg as reviewers for a number of boards In-Reply-To: <20210924095536.441849-3-david@gibson.dropbear.id.au> Message-ID: References: <20210924095536.441849-1-david@gibson.dropbear.id.au> <20210924095536.441849-3-david@gibson.dropbear.id.au> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="3866299591-1415106647-1632480809=:16439" Received-SPF: pass client-ip=2001:738:2001:2001::2001; envelope-from=balaton@eik.bme.hu; helo=zero.eik.bme.hu X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: peter.maydell@linaro.org, dbarboza@redhat.com, hpussin@reactos.org, aik@ozlabs.ru, mark.cave-ayland@ilande.co.uk, qemu-devel@nongnu.org, groug@kaod.org, qemu-ppc@nongnu.org, clg@kaod.org Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --3866299591-1415106647-1632480809=:16439 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8BIT On Fri, 24 Sep 2021, 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 > Reviewed-by: Greg Kurz Acked-by: BALATON Zoltan > --- > 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 > -R: David Gibson > -R: Greg Kurz > 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 > -R: David Gibson > -R: Greg Kurz > 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 > -R: David Gibson > -R: Greg Kurz > 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 > -R: David Gibson > -R: Greg Kurz > 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 > -R: David Gibson > L: qemu-ppc@nongnu.org > S: Maintained > F: hw/ppc/pegasos2.c > --3866299591-1415106647-1632480809=:16439--