diff options
author | Thomas Huth <thuth@redhat.com> | 2023-10-13 08:54:08 +0200 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2023-10-21 15:00:22 +0300 |
commit | 1805c2b1da391aea46c52abcdef8b9f388e11f3d (patch) | |
tree | ea694339a6558839831004aaa6a3cf700d97565e /MAINTAINERS | |
parent | b3e1216aa9f721ef096edf62f845ab4205e95b44 (diff) | |
download | qemu-1805c2b1da391aea46c52abcdef8b9f388e11f3d.zip qemu-1805c2b1da391aea46c52abcdef8b9f388e11f3d.tar.gz qemu-1805c2b1da391aea46c52abcdef8b9f388e11f3d.tar.bz2 |
MAINTAINERS: Add the nios2 interrupt controller to the nios2 section
These files obviously belong to the nios2 target, so they should
be listed in the nios2 section in the MAINTAINERS file.
Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index c814ed0..5732d2f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -284,7 +284,9 @@ R: Marek Vasut <marex@denx.de> S: Orphan F: target/nios2/ F: hw/nios2/ +F: hw/intc/nios2_vic.c F: disas/nios2.c +F: include/hw/intc/nios2_vic.h F: configs/devices/nios2-softmmu/default.mak F: tests/docker/dockerfiles/debian-nios2-cross.d/build-toolchain.sh F: tests/tcg/nios2/ |