Le 02/11/2016 à 09:42, Thomas Huth a écrit : > The include/hw/m68k/ folder and disas/m68k.c obviously belong to > the m68k section in the MAINTAINERS file. > > Signed-off-by: Thomas Huth <th...@redhat.com> > --- > MAINTAINERS | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 79484ed..5d45160 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -149,6 +149,8 @@ M: Laurent Vivier <laur...@vivier.eu> > S: Maintained > F: target-m68k/ > F: hw/m68k/ > +F: include/hw/m68k/
Under this directory, we have only mcf.h, which is used by M68K machines, not by TCG, so I think this include should be added to the "M68K Machines" section. "hw/m68k" should also be moved to the machines section too (hw/m68K/*.c in the machines section are overridden by this entry). > +F: disas/m68k.c > > MicroBlaze > M: Edgar E. Iglesias <edgar.igles...@gmail.com> > Thanks, Laurent