diff options
author | Thomas Huth | 2019-02-15 13:39:24 +0100 |
---|---|---|
committer | Thomas Huth | 2019-02-28 12:18:05 +0100 |
commit | aec2b887845e41a9fd9ee852edb10ec9bdf67b05 (patch) | |
tree | b53756ee158a721f8a3c25e3a9e525cd0f6d67c1 /MAINTAINERS | |
parent | MAINTAINERS: Add maintainer to the TCG/i386 subsystem (diff) | |
download | qemu-aec2b887845e41a9fd9ee852edb10ec9bdf67b05.tar.gz qemu-aec2b887845e41a9fd9ee852edb10ec9bdf67b05.tar.xz qemu-aec2b887845e41a9fd9ee852edb10ec9bdf67b05.zip |
MAINTAINERS: Add some missing entries for the sun4m machine
These files / devices are only used by SPARC machines, so we can sort
them into the corresponding category in the MAINTAINERS file.
Cc: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 8c217d84b3..5a6db6caa9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1103,12 +1103,15 @@ M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> S: Maintained F: hw/sparc/sun4m.c F: hw/sparc/sun4m_iommu.c +F: hw/display/cg3.c +F: hw/display/tcx.c F: hw/dma/sparc32_dma.c F: hw/misc/eccmemctl.c -F: hw/misc/slavio_misc.c +F: hw/*/slavio_*.c +F: include/hw/nvram/sun_nvram.h F: include/hw/sparc/sparc32_dma.h -F: pc-bios/openbios-sparc32 F: include/hw/sparc/sun4m_iommu.h +F: pc-bios/openbios-sparc32 Sun4u M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> |