From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60535) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dazBi-0006yd-02 for qemu-devel@nongnu.org; Fri, 28 Jul 2017 02:55:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dazBh-0004Yf-2M for qemu-devel@nongnu.org; Fri, 28 Jul 2017 02:55:54 -0400 References: <20170728053610.15770-1-f4bug@amsat.org> <20170728053610.15770-3-f4bug@amsat.org> From: Thomas Huth Message-ID: Date: Fri, 28 Jul 2017 08:55:41 +0200 MIME-Version: 1.0 In-Reply-To: <20170728053610.15770-3-f4bug@amsat.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 02/47] MAINTAINERS: add missing ARM entries List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= , Peter Maydell Cc: qemu-trivial@nongnu.org, qemu-arm@nongnu.org, qemu-devel@nongnu.org On 28.07.2017 07:35, Philippe Mathieu-Daud=C3=A9 wrote: > Signed-off-by: Philippe Mathieu-Daud=C3=A9 > --- > MAINTAINERS | 8 ++++++++ > 1 file changed, 8 insertions(+) >=20 > diff --git a/MAINTAINERS b/MAINTAINERS > index 972118e70b..795f89f709 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -120,6 +120,8 @@ F: include/hw/cpu/a*mpcore.h > F: disas/arm.c > F: disas/arm-a64.cc > F: disas/libvixl/ > +F: default-configs/arm-softmmu.mak > +F: default-configs/aarch64-softmmu.mak You've added this to the TCG CPU core section, but strictly speaking these files are also used for the machine emulation in general (and also for KVM). So not sure whether this is a good fit here ... up to Peter to decide. > CRIS > M: Edgar E. Iglesias > @@ -380,6 +382,7 @@ M: Peter Maydell > L: qemu-arm@nongnu.org > S: Maintained > F: hw/char/pl011.c > +F: include/hw/char/pl011.h > F: hw/display/pl110* > F: hw/dma/pl080.c > F: hw/dma/pl330.c > @@ -402,14 +405,19 @@ F: hw/intc/arm* > F: hw/intc/gic_internal.h > F: hw/misc/a9scu.c > F: hw/misc/arm11scu.c > +F: hw/misc/arm_sysctl.c According to a comment in that file, it is about RealView/Versatile boards instead, so this is the wrong section here? > F: hw/timer/a9gtimer* > F: hw/timer/arm_* > +F: hw/timer/armv7m_systick.c How about rather removing the underscore in the previous wildcard entry? > F: include/hw/arm/arm.h > +F: include/hw/arm/armv7m*.h > F: include/hw/intc/arm* > F: include/hw/misc/a9scu.h > F: include/hw/misc/arm11scu.h > F: include/hw/timer/a9gtimer.h > F: include/hw/timer/arm_mptimer.h > +F: include/hw/timer/armv7m_systick.h > +F: tests/test-arm-mptimer.c > =20 > Exynos > M: Igor Mitsyanko >=20 Thomas