From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55704) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c4mKl-00067u-Gm for qemu-devel@nongnu.org; Thu, 10 Nov 2016 05:11:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c4mKk-0000Li-JE for qemu-devel@nongnu.org; Thu, 10 Nov 2016 05:11:51 -0500 Received: from mx1.redhat.com ([209.132.183.28]:58466) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c4mKk-0000LS-Dc for qemu-devel@nongnu.org; Thu, 10 Nov 2016 05:11:50 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id BAB638F4EC for ; Thu, 10 Nov 2016 10:11:49 +0000 (UTC) From: Thomas Huth Date: Thu, 10 Nov 2016 11:11:40 +0100 Message-Id: <1478772703-28185-4-git-send-email-thuth@redhat.com> In-Reply-To: <1478772703-28185-1-git-send-email-thuth@redhat.com> References: <1478772703-28185-1-git-send-email-thuth@redhat.com> Subject: [Qemu-devel] [PULL 3/6] m68k: Update the 68k sections in the MAINTAINERS file List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Stefan Hajnoczi disas/m68k.c obviously belong to the m68k CPU section in the MAINTAINERS file, but remove the hw/m68k/ directory here since it only contains machine (not CPU) related files, as requested by Laurent. Add the machine related files to the right machine sections instead. Reviewed-by: Laurent Vivier Reviewed-by: Stefan Hajnoczi Signed-off-by: Thomas Huth --- MAINTAINERS | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 451e7cc..5d8b584 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -148,7 +148,7 @@ M68K M: Laurent Vivier S: Maintained F: target-m68k/ -F: hw/m68k/ +F: disas/m68k.c MicroBlaze M: Edgar E. Iglesias @@ -550,6 +550,7 @@ M68K Machines an5206 S: Orphan F: hw/m68k/an5206.c +F: hw/m68k/mcf5206.c dummy_m68k S: Orphan @@ -558,6 +559,9 @@ F: hw/m68k/dummy_m68k.c mcf5208 S: Orphan F: hw/m68k/mcf5208.c +F: hw/m68k/mcf_intc.c +F: hw/char/mcf_uart.c +F: hw/net/mcf_fec.c MicroBlaze Machines ------------------- -- 1.8.3.1