From nobody Thu Sep 19 01:32:45 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; dkim=fail; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org Return-Path: Received: from lists.gnu.org (209.51.188.17 [209.51.188.17]) by mx.zohomail.com with SMTPS id 1549271805527988.4713622162604; Mon, 4 Feb 2019 01:16:45 -0800 (PST) Received: from localhost ([127.0.0.1]:39131 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gqaMp-0004IG-DM for importer@patchew.org; Mon, 04 Feb 2019 04:16:39 -0500 Received: from eggs.gnu.org ([209.51.188.92]:38528) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gqa8m-0000gQ-NK for qemu-devel@nongnu.org; Mon, 04 Feb 2019 04:02:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gqa8g-0007jT-Og for qemu-devel@nongnu.org; Mon, 04 Feb 2019 04:02:08 -0500 Received: from ozlabs.org ([203.11.71.1]:35093) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gqa8g-0007e4-Bd; Mon, 04 Feb 2019 04:02:02 -0500 Received: by ozlabs.org (Postfix, from userid 1007) id 43tMC81sW7z9sPV; Mon, 4 Feb 2019 20:01:38 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gibson.dropbear.id.au; s=201602; t=1549270900; bh=B0iu10c0k2jJPA8piDSk1zjzCPHkQbf237Qc/c4S5Bw=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=RZIsrug/ix1gvLe1y2qQru1ECCiF3qTGdc/lKO0krVvzWy5MtfjwG4UrFsilNxG5k OSnUC3GfVwjWRjCdPVl+NV+G7AW4YqmY+FSqmiDnJXigHAleFhUcU2TfWQuJTBl574 VLXc0MC00JFDKI40UPP3t8VmWD1O7Nem/LmZresU= From: David Gibson To: peter.maydell@linaro.org Date: Mon, 4 Feb 2019 20:01:09 +1100 Message-Id: <20190204090124.26191-23-david@gibson.dropbear.id.au> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190204090124.26191-1-david@gibson.dropbear.id.au> References: <20190204090124.26191-1-david@gibson.dropbear.id.au> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 203.11.71.1 Subject: [Qemu-devel] [PULL 22/37] MAINTAINERS: Merge the two e500 sections X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: lvivier@redhat.com, Thomas Huth , qemu-devel@nongnu.org, groug@kaod.org, spopovyc@redhat.com, qemu-ppc@nongnu.org, clg@kaod.org, =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= , David Gibson Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) Content-Type: text/plain; charset="utf-8" From: Thomas Huth There is currently a "e500" machine section and a "ppce500" device section in the maintainers file - with some oddities: The wildcard in the device section also covers the files from the machine section. And hw/pci-host/ppce500.c is in the device section, while its header is in the machine section. This is really quite confusing, and I don't see a reason why we really need two sections here, so let's simply merge them. Signed-off-by: Thomas Huth Reviewed-by: Philippe Mathieu-Daud=C3=A9 Signed-off-by: David Gibson --- MAINTAINERS | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index d891e79faa..646e289df4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -960,9 +960,10 @@ e500 M: David Gibson L: qemu-ppc@nongnu.org S: Odd Fixes -F: hw/ppc/e500.[hc] -F: hw/ppc/e500plat.c +F: hw/ppc/e500* F: hw/gpio/mpc8xxx.c +F: hw/net/fsl_etsec/ +F: hw/pci-host/ppce500.c F: include/hw/ppc/ppc_e500.h F: include/hw/pci-host/ppce500.h F: pc-bios/u-boot.e500 @@ -1319,14 +1320,6 @@ F: hw/i2c/ppc4xx_i2c.c F: include/hw/ppc/ppc4xx.h F: include/hw/i2c/ppc4xx_i2c.h =20 -ppce500 -M: David Gibson -L: qemu-ppc@nongnu.org -S: Odd Fixes -F: hw/ppc/e500* -F: hw/pci-host/ppce500.c -F: hw/net/fsl_etsec/ - Character devices M: Marc-Andr=C3=A9 Lureau R: Paolo Bonzini --=20 2.20.1