summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@redhat.com>2018-12-18 12:56:05 +0100
committerThomas Huth <thuth@redhat.com>2019-02-28 12:15:52 +0100
commit8ef856b79fd0c19332098d309e83ba69b908a043 (patch)
tree3847203a61d0f8828b4a075735afdbbec3b3c084
parentadf2e451f357e993f173ba9b4176dbf3e65fee7e (diff)
downloadfocaccia-qemu-8ef856b79fd0c19332098d309e83ba69b908a043.tar.gz
focaccia-qemu-8ef856b79fd0c19332098d309e83ba69b908a043.zip
MAINTAINERS: Add missing entries for the sun4u machines
Reviewed-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
-rw-r--r--MAINTAINERS6
1 files changed, 5 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 8f9f9d7c7d..22e0293a6c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1100,9 +1100,13 @@ Sun4u
 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
 S: Maintained
 F: hw/sparc64/sun4u.c
-F: pc-bios/openbios-sparc64
+F: hw/sparc64/sun4u_iommu.c
+F: include/hw/sparc/sun4u_iommu.h
 F: hw/pci-host/sabre.c
 F: include/hw/pci-host/sabre.h
+F: hw/pci-bridge/simba.c
+F: include/hw/pci-bridge/simba.h
+F: pc-bios/openbios-sparc64
 
 Sun4v
 M: Artyom Tarasenko <atar4qemu@gmail.com>