From patchwork Tue Sep 20 15:18:46 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Maydell X-Patchwork-Id: 4201 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 13B3623EFD for ; Tue, 20 Sep 2011 15:18:53 +0000 (UTC) Received: from mail-fx0-f52.google.com (mail-fx0-f52.google.com [209.85.161.52]) by fiordland.canonical.com (Postfix) with ESMTP id 034CDA18259 for ; Tue, 20 Sep 2011 15:18:52 +0000 (UTC) Received: by mail-fx0-f52.google.com with SMTP id 23so888599fxe.11 for ; Tue, 20 Sep 2011 08:18:52 -0700 (PDT) Received: by 10.223.33.19 with SMTP id f19mr1425627fad.122.1316531932847; Tue, 20 Sep 2011 08:18:52 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.152.18.198 with SMTP id y6cs85345lad; Tue, 20 Sep 2011 08:18:52 -0700 (PDT) Received: by 10.213.19.138 with SMTP id a10mr370719ebb.30.1316531932136; Tue, 20 Sep 2011 08:18:52 -0700 (PDT) Received: from chiark.greenend.org.uk (chiark.greenend.org.uk. [212.13.197.229]) by mx.google.com with ESMTPS id l35si1727164weq.104.2011.09.20.08.18.51 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 20 Sep 2011 08:18:52 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of pmaydell@chiark.greenend.org.uk designates 212.13.197.229 as permitted sender) client-ip=212.13.197.229; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of pmaydell@chiark.greenend.org.uk designates 212.13.197.229 as permitted sender) smtp.mail=pmaydell@chiark.greenend.org.uk Received: by chiark.greenend.org.uk (Debian Exim 4.69 #1) with local (return-path pmaydell@chiark.greenend.org.uk) id 1R625u-0008Ir-LO; Tue, 20 Sep 2011 16:18:46 +0100 From: Peter Maydell To: qemu-devel@nongnu.org Cc: patches@linaro.org, Anthony Liguori , Paul Brook , Peter Maydell Subject: [PATCH] MAINTAINERS: update maintainer for target-arm and ARM devboards Date: Tue, 20 Sep 2011 16:18:46 +0100 Message-Id: <1316531926-31900-1-git-send-email-peter.maydell@linaro.org> X-Mailer: git-send-email 1.5.6.5 Sender: Peter Maydell 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 Acked-by: Anthony Liguori Acked-by: Edgar E. Iglesias Acked-by: Juan Quintela --- 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