From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55682) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c4mKk-00067t-Ne for qemu-devel@nongnu.org; Thu, 10 Nov 2016 05:11:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c4mKh-0000Ku-WE for qemu-devel@nongnu.org; Thu, 10 Nov 2016 05:11:50 -0500 Received: from mx1.redhat.com ([209.132.183.28]:58904) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c4mKh-0000Kn-Qh for qemu-devel@nongnu.org; Thu, 10 Nov 2016 05:11:47 -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 30E46C054903 for ; Thu, 10 Nov 2016 10:11:47 +0000 (UTC) From: Thomas Huth Date: Thu, 10 Nov 2016 11:11:38 +0100 Message-Id: <1478772703-28185-2-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 1/6] MAINTAINERS: Add some ARM related files to the corresponding sections List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Stefan Hajnoczi The files w/cpu/a*mpcore.c are already assigned to the ARM CPU section, but the corresponding headers include/hw/cpu/a*mpcore.h are still missing. The file hw/*/imx* are already assigned to the i.MX31 machine, but the corresponding header files include/hw/*/imx* are still missing. The file hw/misc/arm_integrator_debug.c seems to belong to Integrator CP, hw/cpu/realview_mpcore.c seems to belong to Real View, and hw/misc/mst_fpga.c seems to belong to PXA2XX. And the files hw/misc/zynq* and include/hw/misc/zynq* seem to belong to the Xilinx Zynq machine. Reviewed-by: Alistair Francis Acked-by: Peter Maydell Reviewed-by: Stefan Hajnoczi Signed-off-by: Thomas Huth --- MAINTAINERS | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 82c814a..d7eef43 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -118,6 +118,7 @@ S: Maintained F: target-arm/ F: hw/arm/ F: hw/cpu/a*mpcore.c +F: include/hw/cpu/a*mpcore.h F: disas/arm.c F: disas/arm-a64.cc F: disas/libvixl/ @@ -420,6 +421,7 @@ M: Peter Chubb L: qemu-arm@nongnu.org S: Odd fixes F: hw/*/imx* +F: include/hw/*/imx* F: hw/arm/kzm.c F: include/hw/arm/fsl-imx31.h @@ -428,6 +430,7 @@ M: Peter Maydell L: qemu-arm@nongnu.org S: Maintained F: hw/arm/integratorcp.c +F: hw/misc/arm_integrator_debug.c Musicpal M: Jan Kiszka @@ -452,6 +455,7 @@ M: Peter Maydell L: qemu-arm@nongnu.org S: Maintained F: hw/arm/realview* +F: hw/cpu/realview_mpcore.c F: hw/intc/realview_gic.c F: include/hw/intc/realview_gic.h @@ -464,6 +468,7 @@ F: hw/arm/spitz.c F: hw/arm/tosa.c F: hw/arm/z2.c F: hw/*/pxa2xx* +F: hw/misc/mst_fpga.c F: include/hw/arm/pxa.h Stellaris @@ -485,7 +490,8 @@ L: qemu-arm@nongnu.org S: Maintained F: hw/*/xilinx_* F: hw/*/cadence_* -F: hw/misc/zynq_slcr.c +F: hw/misc/zynq* +F: include/hw/misc/zynq* X: hw/ssi/xilinx_* Xilinx ZynqMP -- 1.8.3.1