From: Philippe Mathieu-Daudé Date: Wed, 10 Jun 2020 21:41:52 +0000 (+0200) Subject: MAINTAINERS: Cover sh_intc files in the R2D/Shix machine sections X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=65b8dc2914c073d877e7c8804d1064fdfb5b5a5e;p=qemu.git MAINTAINERS: Cover sh_intc files in the R2D/Shix machine sections 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 Reviewed-by: Thomas Huth Signed-off-by: Philippe Mathieu-Daudé --- diff --git a/MAINTAINERS b/MAINTAINERS index 63b3bb3266..a9c916024e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -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 R: Magnus Damm S: Odd Fixes F: hw/sh4/shix.c +F: hw/intc/sh_intc.c +F: include/hw/sh4/sh_intc.h SPARC Machines --------------