diff options
author | Thomas Huth <thuth@redhat.com> | 2023-11-07 11:21:04 +0100 |
---|---|---|
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2023-11-07 13:08:49 +0100 |
commit | 2b531600381595214519e0598aa9ebac80e6a7e5 (patch) | |
tree | 5dbb10dbb2cd5d90f5699822ffdf4da02831d0cd /MAINTAINERS | |
parent | f5c5e7d9dba372df3ef02ee828c5041c95ddff29 (diff) | |
download | qemu-2b531600381595214519e0598aa9ebac80e6a7e5.zip qemu-2b531600381595214519e0598aa9ebac80e6a7e5.tar.gz qemu-2b531600381595214519e0598aa9ebac80e6a7e5.tar.bz2 |
MAINTAINERS: Add include/hw/xtensa/mx_pic.h to the XTFPGA machine section
These machines are the only user of the mx_pic code, so the
header (which is currently "unmaintained" according to the
MAINTAINERS file) should be added to this section.
Signed-off-by: Thomas Huth <thuth@redhat.com>
Acked-by: Max Filippov <jcmvbkbc@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20231107102104.14342-1-thuth@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 2a17dec..2a9354e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1861,6 +1861,7 @@ M: Max Filippov <jcmvbkbc@gmail.com> S: Maintained F: hw/xtensa/xtfpga.c F: hw/net/opencores_eth.c +F: include/hw/xtensa/mx_pic.h Devices ------- |