From patchwork Wed Jan 16 17:59:25 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christoffer Dall X-Patchwork-Id: 1992961 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork2.kernel.org (Postfix) with ESMTP id 8AA07DF2A2 for ; Wed, 16 Jan 2013 18:11:35 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TvXOF-0008Di-Dl; Wed, 16 Jan 2013 18:07:11 +0000 Received: from mail-vc0-f172.google.com ([209.85.220.172]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1TvXGp-0003zp-Bi for linux-arm-kernel@lists.infradead.org; Wed, 16 Jan 2013 17:59:28 +0000 Received: by mail-vc0-f172.google.com with SMTP id l6so575694vcl.3 for ; Wed, 16 Jan 2013 09:59:26 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:subject:to:from:cc:date:message-id:in-reply-to :references:user-agent:mime-version:content-type :content-transfer-encoding:x-gm-message-state; bh=DvJe5J3fBl6kxK8cI/0feX/bubdKj6ccRvWznsm4ygs=; b=BivOnjip7uDtIZf5BuJt+GHDLsYVZDxi81mgFWqr1LDOS4CNdig2DyXp1ne6XXMGxX TJuq28jGjOk9ZYW+6CYF4aoeJzTWg/NoVu39fPfPbaeGDZcn7A6rEk4dQC0f2gcIkSuc MW4kTHcWiwQ47b+muVBPRHDgr8NopePQ/8h2TOK2i0j8HBI6uas7bGMzInMEBTnvgAm6 wQ2V7e+R+XlC3b5NFxq8uICYuQ1uOkBtAXVt4jRnI1SQQY9QGgpkpMfIPyNBQMYfvrC4 ZGG9yXzzr275EXeW6ZVMfudNLEfkeOJGktQt/+T6kp2aULFJiVw3cqraa0Iy4kJyrIqD P8WQ== X-Received: by 10.52.179.102 with SMTP id df6mr1963375vdc.32.1358359166560; Wed, 16 Jan 2013 09:59:26 -0800 (PST) Received: from [127.0.1.1] (pool-72-80-83-148.nycmny.fios.verizon.net. [72.80.83.148]) by mx.google.com with ESMTPS id j16sm1623453vdh.6.2013.01.16.09.59.25 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 16 Jan 2013 09:59:26 -0800 (PST) Subject: [PATCH v6 15/15] KVM: ARM: Add maintainer entry for KVM/ARM To: kvm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, kvmarm@lists.cs.columbia.edu From: Christoffer Dall Date: Wed, 16 Jan 2013 12:59:25 -0500 Message-ID: <20130116175925.29147.40357.stgit@ubuntu> In-Reply-To: <20130116175716.29147.15348.stgit@ubuntu> References: <20130116175716.29147.15348.stgit@ubuntu> User-Agent: StGit/0.15 MIME-Version: 1.0 X-Gm-Message-State: ALoCoQmL26Cc6OGLjLwce9LqgExzeVeAmbxhqSjkamE6dBB7WP4FyBNLzMITgd9j1m9cVFWfezIL X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130116_125927_849292_3B61E3AB X-CRM114-Status: UNSURE ( 7.42 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.6 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.220.172 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Russell King , Will Deacon X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org Add an entry in the MAINTAINERS file for KVM/ARM. Cc: Russell King Reviewed-by: Will Deacon Signed-off-by: Christoffer Dall --- MAINTAINERS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 915564e..70e5a10 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4474,6 +4474,14 @@ F: arch/s390/include/asm/kvm* F: arch/s390/kvm/ F: drivers/s390/kvm/ +KERNEL VIRTUAL MACHINE (KVM) FOR ARM +M: Christoffer Dall +L: kvmarm@lists.cs.columbia.edu +W: http://http://systems.cs.columbia.edu/projects/kvm-arm +S: Supported +F: arch/arm/include/asm/kvm* +F: arch/arm/kvm/ + KEXEC M: Eric Biederman W: http://kernel.org/pub/linux/utils/kernel/kexec/