On 28.07.2017 07:35, Philippe Mathieu-Daudé wrote: > Signed-off-by: Philippe Mathieu-Daudé <f4...@amsat.org> > --- > MAINTAINERS | 8 ++++++++ > 1 file changed, 8 insertions(+) > > 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 <edgar.igles...@gmail.com> > @@ -380,6 +382,7 @@ M: Peter Maydell <peter.mayd...@linaro.org> > L: qemu-...@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 > > Exynos > M: Igor Mitsyanko <i.mitsya...@gmail.com> > Thomas