On 02.11.2016 09:51, Laurent Vivier wrote: > > 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.
OK. But the M68k Machines are currently orphan, so I guess that's not worth the effort for a patch here. >> +F: disas/m68k.c Feel free to still include that line if you like. Thanks, Thomas