Message ID | 20181125205000.10324-11-philmd@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | MAINTAINERS: Add various missing entries | expand |
On 25/11/2018 20:49, Philippe Mathieu-Daudé wrote: > Signed-off-by: Philippe Mathieu-Daudé <philmd@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-ayland@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-ayland@ilande.co.uk> ATB, Mark.
On 26/11/18 18:05, Mark Cave-Ayland wrote: > On 25/11/2018 20:49, Philippe Mathieu-Daudé wrote: > >> Signed-off-by: Philippe Mathieu-Daudé <philmd@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-ayland@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 OK, will update. > > So with that: > > Reviewed-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Thanks! Phil.
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-ayland@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 Sun4v
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> --- MAINTAINERS | 4 ++++ 1 file changed, 4 insertions(+)