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=-11.6 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT 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 D39F5C433F5 for ; Fri, 24 Sep 2021 10:24:18 +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 54C5D61107 for ; Fri, 24 Sep 2021 10:24:18 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 54C5D61107 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=gibson.dropbear.id.au Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=nongnu.org Received: from localhost ([::1]:46680 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mTiNN-0002mk-HZ for qemu-devel@archiver.kernel.org; Fri, 24 Sep 2021 06:24:17 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:44186) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mThvw-0008Pc-Cu; Fri, 24 Sep 2021 05:55:56 -0400 Received: from gandalf.ozlabs.org ([150.107.74.76]:51029) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mThvs-0003Gy-19; Fri, 24 Sep 2021 05:55:56 -0400 Received: by gandalf.ozlabs.org (Postfix, from userid 1007) id 4HG6pz17XHz4xbC; Fri, 24 Sep 2021 19:55:39 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gibson.dropbear.id.au; s=201602; t=1632477339; bh=tHQG7WHR1nwJOdkge+pp2oqcO35nv4oK8lF8e7azUQ0=; h=From:To:Cc:Subject:Date:From; b=fOL8wGyHcrHytWA2GyV/M95A/iHHxw2rkSPfO9nm2A27m9bHHFiYxJFgkEOLSEneY UlpxBgpDzjkFgrdyxyve75bB1FlAywEm4fAH+XVVEWxz6OYHve6Nlo2FtuQeRAKslJ azBPZgiiERvYsNJXE+qGQpYdUDldYIeH/FGIn8Dk= From: David Gibson To: qemu-devel@nongnu.org, qemu-ppc@nongnu.org Subject: [PATCH v2 0/5] Reduce load on ppc target maintainers Date: Fri, 24 Sep 2021 19:55:31 +1000 Message-Id: <20210924095536.441849-1-david@gibson.dropbear.id.au> X-Mailer: git-send-email 2.31.1 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable 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.248, 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.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, groug@kaod.org, clg@kaod.org, David Gibson Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" Greg Kurz and myself have been co-maintainers for the ppc and ppc64=0D targets for some time now. However, both our day job responsibilities=0D and interests are leading us towards other areas, so we have less time=0D to devote to this any more.=0D =0D Therefore, here's a bunch of updates to MAINTAINERS, intended to=0D reduce the load on us. Mostly this is marking fairly obscure=0D platforms as orphaned (if someone wants to take over maintainership,=0D let me know ASAP). Bigger changes may be coming, but we haven't=0D decided exactly what that's going to look like yet.=0D =0D Changes since v1:=0D * Reworked how OpenPIC is listed=0D =0D David Gibson (5):=0D MAINTAINERS: Orphan obscure ppc platforms=0D MAINTAINERS: Remove David & Greg as reviewers for a number of boards=0D MAINTAINERS: Remove David & Greg as reviewers/co-maintainers of=0D powernv=0D MAINTAINERS: Add information for OpenPIC=0D MAINTAINERS: Demote sPAPR from "Supported" to "Maintained"=0D =0D MAINTAINERS | 42 ++++++++++++++----------------------------=0D 1 file changed, 14 insertions(+), 28 deletions(-)=0D =0D -- =0D 2.31.1=0D =0D