From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50325) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gP3qW-00043b-16 for qemu-devel@nongnu.org; Tue, 20 Nov 2018 06:05:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gP3qS-0006xr-69 for qemu-devel@nongnu.org; Tue, 20 Nov 2018 06:05:31 -0500 References: <1542657473-9196-1-git-send-email-thuth@redhat.com> From: Thomas Huth Message-ID: <27dd52ce-1cd6-0a92-635c-20ce1c9d5c2b@redhat.com> Date: Tue, 20 Nov 2018 12:05:13 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] MAINTAINERS: Assign some more files in the hw/arm/ directory List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , Eric Auger Cc: QEMU Developers , qemu-arm , =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= , Jean-Christophe Dubois On 2018-11-20 11:19, Peter Maydell wrote: > On 19 November 2018 at 19:57, Thomas Huth wrote: >> I apparently missed some more files and even a complete machine (the >> "imx25-pdk") in my previous patch... but now we should hopefully have >> a completely coverage for all available ARM boards. >=20 > Hi; looks like you forgot to cc qemu-devel. Oops, sorry about that. >> Fixes: 95a5db3ae5698b49c63144610ad02913e780c828 >> Signed-off-by: Thomas Huth >> --- >> MAINTAINERS | 16 ++++++++++++++++ >> 1 file changed, 16 insertions(+) >> >> diff --git a/MAINTAINERS b/MAINTAINERS >> index 1032406..ac20dc8 100644 >> --- a/MAINTAINERS >> +++ b/MAINTAINERS >> @@ -533,6 +533,18 @@ L: qemu-arm@nongnu.org >> S: Odd Fixes >> F: hw/arm/gumstix.c >> >> +i.MX25 PDK >> +M: Peter Maydell >> +R: Jean-Christophe Dubois >> +L: qemu-arm@nongnu.org >> +S: Odd Fixes >> +F: hw/arm/fsl-imx25.c >> +F: hw/arm/imx25_pdk.c >> +F: hw/misc/imx25_ccm.c >> +F: include/hw/arm/fsl-imx25.h >> +F: include/hw/misc/imx25_ccm.h >> +F: tests/ds1338-test.c >> + >> i.MX31 (kzm) >> M: Peter Chubb >> M: Peter Maydell >> @@ -615,6 +627,7 @@ R: Andrew Baumann >> R: Philippe Mathieu-Daud=C3=A9 >> L: qemu-arm@nongnu.org >> S: Odd Fixes >> +F: hw/arm/raspi.c >> F: hw/arm/raspi_platform.h >> F: hw/*/bcm283* >> F: include/hw/arm/raspi* >> @@ -641,6 +654,7 @@ F: hw/arm/z2.c >> F: hw/*/pxa2xx* >> F: hw/misc/mst_fpga.c >> F: include/hw/arm/pxa.h >> +F: include/hw/arm/sharpsl.h >> >> SABRELITE / i.MX6 >> M: Peter Maydell >> @@ -686,7 +700,9 @@ M: Peter Maydell >> L: qemu-arm@nongnu.org >> S: Maintained >> F: hw/arm/virt* >> +F: hw/arm/smmu* >> F: include/hw/arm/virt.h >> +F: include/hw/arm/smmu* >=20 > The SMMU files aren't part of the virt board, they're > the SMMUv3 device model. They should go in a section > that lets us mark Eric Auger as their maintainer. Ok, I'll send a v2 without the smmu* files. Eric, could you please take care of sending a patch for a new SMMU section? Thomas