diff options
author | Thomas Huth <thuth@redhat.com> | 2023-10-20 08:09:35 +0200 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2023-11-13 11:35:47 +0100 |
commit | 42c31682bae341bc16a92e7eb94587a6b4d84dfa (patch) | |
tree | 16ff623e2bf3bced13a1814ff3b0d530efa16a48 | |
parent | 261c1281e87e030ba8c1ceb45b34ae03d4c7972f (diff) | |
download | qemu-42c31682bae341bc16a92e7eb94587a6b4d84dfa.zip qemu-42c31682bae341bc16a92e7eb94587a6b4d84dfa.tar.gz qemu-42c31682bae341bc16a92e7eb94587a6b4d84dfa.tar.bz2 |
MAINTAINERS: Add hw/display/sii9022.c to the Versatile Express section
This graphics adapter is only used by the Versatile Express machine,
so add it to the corresponding section in MAINTAINERS.
Message-ID: <20231020060936.524988-4-thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index e82b64d..cc13f15 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -996,6 +996,7 @@ M: Peter Maydell <peter.maydell@linaro.org> L: qemu-arm@nongnu.org S: Maintained F: hw/arm/vexpress.c +F: hw/display/sii9022.c F: docs/system/arm/vexpress.rst Versatile PB |