Message ID | 20231002122326.365368-8-clg@kaod.org |
---|---|
State | New |
Headers | show |
Series | MAINTAINERS: Collect unmaintained files under PPC entries | expand |
On 10/2/23 09:23, Cédric Le Goater wrote: > Signed-off-by: Cédric Le Goater <clg@kaod.org> > --- > MAINTAINERS | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 1f72931ac2a4..2d00d14ef226 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -307,6 +307,11 @@ F: target/ppc/ > F: hw/ppc/ppc.c > F: hw/ppc/ppc_booke.c > F: include/hw/ppc/ppc.h > +F: hw/ppc/meson.build > +F: hw/ppc/trace* > +F: configs/devices/ppc* Other archs seems to put the configs/devices/* file either on a "TCG CPUs" entry or some other entry related to a machine type (e.g. MIPS). We don't have an "Overall PPC Machines" entry like MIPS does, so adding it under TCG CPUs works for me. Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com> > +F: docs/system/ppc/embedded.rst > +F: docs/system/target-ppc.rst > > RISC-V TCG CPUs > M: Palmer Dabbelt <palmer@dabbelt.com>
diff --git a/MAINTAINERS b/MAINTAINERS index 1f72931ac2a4..2d00d14ef226 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -307,6 +307,11 @@ F: target/ppc/ F: hw/ppc/ppc.c F: hw/ppc/ppc_booke.c F: include/hw/ppc/ppc.h +F: hw/ppc/meson.build +F: hw/ppc/trace* +F: configs/devices/ppc* +F: docs/system/ppc/embedded.rst +F: docs/system/target-ppc.rst RISC-V TCG CPUs M: Palmer Dabbelt <palmer@dabbelt.com>
Signed-off-by: Cédric Le Goater <clg@kaod.org> --- MAINTAINERS | 5 +++++ 1 file changed, 5 insertions(+)