From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:53756) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gosjO-00050s-Cg for qemu-devel@nongnu.org; Wed, 30 Jan 2019 11:28:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gosjL-0005CX-Rn for qemu-devel@nongnu.org; Wed, 30 Jan 2019 11:28:53 -0500 Received: from mail-wm1-f67.google.com ([209.85.128.67]:39281) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gosjJ-0005Az-Qm for qemu-devel@nongnu.org; Wed, 30 Jan 2019 11:28:51 -0500 Received: by mail-wm1-f67.google.com with SMTP id y8so152596wmi.4 for ; Wed, 30 Jan 2019 08:28:48 -0800 (PST) References: <1548865345-2638-1-git-send-email-thuth@redhat.com> From: =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= Message-ID: <1a7b7688-fa73-1a49-ac40-ca426e3e960d@redhat.com> Date: Wed, 30 Jan 2019 17:28:45 +0100 MIME-Version: 1.0 In-Reply-To: <1548865345-2638-1-git-send-email-thuth@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH] MAINTAINERS: Merge the two e500 sections List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Thomas Huth , qemu-ppc@nongnu.org, David Gibson Cc: qemu-devel@nongnu.org On 1/30/19 5:22 PM, Thomas Huth wrote: > 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é > --- > MAINTAINERS | 13 +++---------- > 1 file changed, 3 insertions(+), 10 deletions(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index eac36b6..30dbe37 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -957,9 +957,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 > @@ -1316,14 +1317,6 @@ F: hw/i2c/ppc4xx_i2c.c > F: include/hw/ppc/ppc4xx.h > F: include/hw/i2c/ppc4xx_i2c.h > > -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é Lureau > R: Paolo Bonzini >