Signed-off-by: Philippe Mathieu-Daudé <[email protected]> --- 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 CRIS M: Edgar E. Iglesias <[email protected]> @@ -380,6 +382,7 @@ M: Peter Maydell <[email protected]> L: [email protected] 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 F: hw/timer/a9gtimer* F: hw/timer/arm_* +F: hw/timer/armv7m_systick.c 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 <[email protected]> -- 2.13.3
