From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:50934) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R7AqY-0000NQ-Re for qemu-devel@nongnu.org; Fri, 23 Sep 2011 14:51:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R7AqX-0000Vq-G8 for qemu-devel@nongnu.org; Fri, 23 Sep 2011 14:51:38 -0400 Received: from e7.ny.us.ibm.com ([32.97.182.137]:54731) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R7AqX-0000Vm-DG for qemu-devel@nongnu.org; Fri, 23 Sep 2011 14:51:37 -0400 Received: from d01relay03.pok.ibm.com (d01relay03.pok.ibm.com [9.56.227.235]) by e7.ny.us.ibm.com (8.14.4/8.13.1) with ESMTP id p8NHUjZK026958 for ; Fri, 23 Sep 2011 13:30:45 -0400 Received: from d01av03.pok.ibm.com (d01av03.pok.ibm.com [9.56.224.217]) by d01relay03.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p8NIpaYK198126 for ; Fri, 23 Sep 2011 14:51:36 -0400 Received: from d01av03.pok.ibm.com (loopback [127.0.0.1]) by d01av03.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p8NIpau7024116 for ; Fri, 23 Sep 2011 15:51:36 -0300 Message-ID: <4E7CD535.7050905@us.ibm.com> Date: Fri, 23 Sep 2011 13:51:33 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1316531926-31900-1-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1316531926-31900-1-git-send-email-peter.maydell@linaro.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] MAINTAINERS: update maintainer for target-arm and ARM devboards List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: patches@linaro.org, qemu-devel@nongnu.org, Paul Brook On 09/20/2011 10:18 AM, Peter Maydell wrote: > Add myself as co-maintainer alongside Paul Brook for the TCG ARM > guest implementation (target-arm) and the ARM dev boards (integratorcp, > realview, stellaris, versatilepb). > > Signed-off-by: Peter Maydell Applied. Thanks. Regards, Anthony Liguori > --- > MAINTAINERS | 5 +++++ > 1 files changed, 5 insertions(+), 0 deletions(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 72b2099..b2369c2 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -62,6 +62,7 @@ F: target-alpha/ > > ARM > M: Paul Brook > +M: Peter Maydell > S: Maintained > F: target-arm/ > > @@ -168,6 +169,7 @@ F: hw/gumstix.c > > Integrator CP > M: Paul Brook > +M: Peter Maydell > S: Maintained > F: hw/integratorcp.c > > @@ -193,6 +195,7 @@ F: hw/palm.c > > Real View > M: Paul Brook > +M: Peter Maydell > S: Maintained > F: hw/realview* > > @@ -203,11 +206,13 @@ F: hw/spitz.c > > Stellaris > M: Paul Brook > +M: Peter Maydell > S: Maintained > F: hw/stellaris.c > > Versatile PB > M: Paul Brook > +M: Peter Maydell > S: Maintained > F: hw/versatilepb.c >