From: Thomas Huth <[email protected]> The MIPS section is missing some related header files, and files in the hw/misc/, hw/intc/ and hw/timer/ folders.
Signed-off-by: Thomas Huth <[email protected]> Signed-off-by: Michael Tokarev <[email protected]> --- MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 4a72b77..2d77759 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -150,6 +150,13 @@ M: Yongbok Kim <[email protected]> S: Maintained F: target-mips/ F: hw/mips/ +F: hw/misc/mips_* +F: hw/intc/mips_gic.c +F: hw/timer/mips_gictimer.c +F: include/hw/mips/ +F: include/hw/misc/mips_* +F: include/hw/intc/mips_gic.h +F: include/hw/timer/mips_gictimer.h F: tests/tcg/mips/ F: disas/mips.c -- 2.1.4
