On 25/11/2018 20:49, Philippe Mathieu-Daudé wrote: > Signed-off-by: Philippe Mathieu-Daudé <phi...@redhat.com> > --- > MAINTAINERS | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index ba9cd9ac2b..d9cddb0cc8 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1019,6 +1019,10 @@ Sun4u > M: Mark Cave-Ayland <mark.cave-ayl...@ilande.co.uk> > S: Maintained > F: hw/sparc64/sun4u.c > +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: pc-bios/openbios-sparc64
These are correct, however you also want to add the simba PCI bridges i.e. F: hw/pci-bridge/simba.c F: include/hw/pci-bridge/simba.h So with that: Reviewed-by: Mark Cave-Ayland <mark.cave-ayl...@ilande.co.uk> ATB, Mark.