]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
MAINTAINERS: Cover sh_intc files in the R2D/Shix machine sections
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Wed, 10 Jun 2020 21:41:52 +0000 (23:41 +0200)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Mon, 22 Jun 2020 16:37:12 +0000 (18:37 +0200)
Commit 81527b94ad added hw/intc/sh_intc.c, but only to the R2D
machine (it is also used by the Shix machine). Complete the
previous commit by adding the header to the R2D section, and
both source + header to the Shix section.

Suggested-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
MAINTAINERS

index 63b3bb3266d40e9577f0b7144c11196df6d3e93e..a9c916024e9a4076021c38297d7c05428ce19c4d 100644 (file)
@@ -1265,12 +1265,15 @@ S: Maintained
 F: hw/sh4/r2d.c
 F: hw/intc/sh_intc.c
 F: hw/timer/sh_timer.c
+F: include/hw/sh4/sh_intc.h
 
 Shix
 M: Yoshinori Sato <ysato@users.sourceforge.jp>
 R: Magnus Damm <magnus.damm@gmail.com>
 S: Odd Fixes
 F: hw/sh4/shix.c
+F: hw/intc/sh_intc.c
+F: include/hw/sh4/sh_intc.h
 
 SPARC Machines
 --------------