From patchwork Tue Feb 26 17:40:21 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Maydell X-Patchwork-Id: 15096 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 4783E23DFE for ; Tue, 26 Feb 2013 17:40:40 +0000 (UTC) Received: from mail-ve0-f181.google.com (mail-ve0-f181.google.com [209.85.128.181]) by fiordland.canonical.com (Postfix) with ESMTP id CA7C6A18B64 for ; Tue, 26 Feb 2013 17:40:39 +0000 (UTC) Received: by mail-ve0-f181.google.com with SMTP id d10so3890712vea.40 for ; Tue, 26 Feb 2013 09:40:39 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:x-forwarded-to:x-forwarded-for:delivered-to:x-received :received-spf:from:to:cc:subject:date:message-id:x-mailer :in-reply-to:references:x-gm-message-state; bh=UlRjRRTfRUIgVklzubqwZxPoVdr/1ajqxHUTyQhrfqg=; b=bmM21zX4VwvRDr/1w3xvsWIzvGcl5cH1e1t+4dA9TC5FX7f4ZxILiLRR2ZT7M0Llmf nd58afWASAoQzCCG1gQQWPEu7yqfG64vnaXeQpARrMiQYyl+qtzLA+ICq5GVF7Yc00KZ QwWffZ3FDLsq9A8I6RQ/FRh6c28dzgvZmtuaN+S2J96coAFDVe9YihpNFhEUn9Chyioo A9N0k9Y0EGrnV5XTTZ/GX+HDjXjUPJdHxTetbeyEBK4cGXh9LpvIC7b57jWUDsN/p1YJ R1BsfZGoCG/NOQHyDFJ/OagUdRFgwlSU/Vkat/gi1DBMTGQX8n2p61rL6UZLaMLXLsfg kzTQ== X-Received: by 10.58.181.201 with SMTP id dy9mr12404221vec.34.1361900439296; Tue, 26 Feb 2013 09:40:39 -0800 (PST) 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.58.145.101 with SMTP id st5csp125916veb; Tue, 26 Feb 2013 09:40:38 -0800 (PST) X-Received: by 10.194.57.137 with SMTP id i9mr28168018wjq.18.1361900436180; Tue, 26 Feb 2013 09:40:36 -0800 (PST) Received: from mnementh.archaic.org.uk (1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.d.1.0.0.b.8.0.1.0.0.2.ip6.arpa. [2001:8b0:1d0::1]) by mx.google.com with ESMTPS id sc16si762404wjb.125.2013.02.26.09.40.35 (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 26 Feb 2013 09:40:36 -0800 (PST) Received-SPF: neutral (google.com: 2001:8b0:1d0::1 is neither permitted nor denied by best guess record for domain of pm215@archaic.org.uk) client-ip=2001:8b0:1d0::1; Authentication-Results: mx.google.com; spf=neutral (google.com: 2001:8b0:1d0::1 is neither permitted nor denied by best guess record for domain of pm215@archaic.org.uk) smtp.mail=pm215@archaic.org.uk Received: from pm215 by mnementh.archaic.org.uk with local (Exim 4.72) (envelope-from ) id 1UAOVq-0007O7-0l; Tue, 26 Feb 2013 17:40:22 +0000 From: Peter Maydell To: qemu-devel@nongnu.org Cc: patches@linaro.org, kvm@vger.kernel.org, Marcelo Tosatti , kvmarm@lists.cs.columbia.edu, Blue Swirl , =?UTF-8?q?Andreas=20F=C3=A4rber?= , Gleb Natapov , Paolo Bonzini Subject: [PATCH v7 11/11] MAINTAINERS: add entry for ARM KVM guest cores Date: Tue, 26 Feb 2013 17:40:21 +0000 Message-Id: <1361900421-28354-12-git-send-email-peter.maydell@linaro.org> X-Mailer: git-send-email 1.7.2.5 In-Reply-To: <1361900421-28354-1-git-send-email-peter.maydell@linaro.org> References: <1361900421-28354-1-git-send-email-peter.maydell@linaro.org> X-Gm-Message-State: ALoCoQmGIMGQuX3iszU6GzUrRKOrqMPkxwyCsE4gJ4HW6VP6h4cYtt0LzNhNg3O4wqpC9fNiWiWL Add an entry indicating maintainer status for the ARM KVM code. Signed-off-by: Peter Maydell --- MAINTAINERS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 21043e4..2439614 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -140,6 +140,11 @@ S: Supported F: kvm-* F: */kvm.* +ARM +M: Peter Maydell +S: Maintained +F: target-arm/kvm.c + PPC M: Alexander Graf S: Maintained