From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55108) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZHhZJ-0005cJ-JJ for qemu-devel@nongnu.org; Tue, 21 Jul 2015 20:07:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZHhZH-00085f-NM for qemu-devel@nongnu.org; Tue, 21 Jul 2015 20:07:29 -0400 Received: from mail-ob0-x231.google.com ([2607:f8b0:4003:c01::231]:36723) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZHhZH-00085b-Ie for qemu-devel@nongnu.org; Tue, 21 Jul 2015 20:07:27 -0400 Received: by obnw1 with SMTP id w1so125020941obn.3 for ; Tue, 21 Jul 2015 17:07:27 -0700 (PDT) MIME-Version: 1.0 Sender: alistair23@gmail.com In-Reply-To: References: From: Alistair Francis Date: Tue, 21 Jul 2015 17:06:57 -0700 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH v1 2/2] MAINTAINERS: Add ZynqMP to MAINTAINERS file List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Crosthwaite Cc: Edgar Iglesias , Peter Maydell , "qemu-devel@nongnu.org Developers" , Alistair Francis On Fri, Jul 17, 2015 at 5:38 PM, Peter Crosthwaite wrote: > On Thu, Jul 16, 2015 at 1:35 PM, Alistair Francis > wrote: >> Add the Xilinx ZynqMP SoC and EP108 machine to the maintainers >> file. >> >> Signed-off-by: Alistair Francis > > Reviewed-by: Peter Crosthwaite Thanks Peter. Alistair > >> --- >> >> MAINTAINERS | 8 ++++++++ >> 1 files changed, 8 insertions(+), 0 deletions(-) >> >> diff --git a/MAINTAINERS b/MAINTAINERS >> index 8e644c7..a4aa6f4 100644 >> --- a/MAINTAINERS >> +++ b/MAINTAINERS >> @@ -357,6 +357,14 @@ F: hw/misc/zynq_slcr.c >> F: hw/*/cadence_* >> F: hw/ssi/xilinx_spips.c >> >> +Xilinx ZynqMP >> +M: Alistair Francis >> +M: Peter Crosthwaite >> +S: Maintained >> +F: hw/arm/xlnx-zynqmp.c >> +F: hw/arm/xlnx-ep108.c >> +F: include/hw/arm/xlnx-zynqmp.h >> + >> ARM ACPI Subsystem >> M: Shannon Zhao >> M: Shannon Zhao >> -- >> 1.7.1 >> >> >