diff options
| author | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2020-06-10 23:41:52 +0200 |
|---|---|---|
| committer | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2020-06-22 18:37:12 +0200 |
| commit | 65b8dc2914c073d877e7c8804d1064fdfb5b5a5e (patch) | |
| tree | 9981f1ddeffebd7bd22fde1ae8d34a6db415c0f1 | |
| parent | 171199f56f5f9bdf1e5d670d09ef1351d8f01bae (diff) | |
| download | focaccia-qemu-65b8dc2914c073d877e7c8804d1064fdfb5b5a5e.tar.gz focaccia-qemu-65b8dc2914c073d877e7c8804d1064fdfb5b5a5e.zip | |
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 <thuth@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
| -rw-r--r-- | MAINTAINERS | 3 |
1 files changed, 3 insertions, 0 deletions
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 <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 -------------- |