From patchwork Fri Feb 22 19:04:25 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Maydell X-Patchwork-Id: 15042 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 13CDA23F71 for ; Fri, 22 Feb 2013 19:12:38 +0000 (UTC) Received: from mail-vc0-f176.google.com (mail-vc0-f176.google.com [209.85.220.176]) by fiordland.canonical.com (Postfix) with ESMTP id B8DC4A18D62 for ; Fri, 22 Feb 2013 19:12:37 +0000 (UTC) Received: by mail-vc0-f176.google.com with SMTP id fk10so614877vcb.21 for ; Fri, 22 Feb 2013 11:12:37 -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=X756h2US9PBDpkOjFIc7FY3HN6VucJj8M3h9kGsgm+MtbSMAfl5EaVJ93IwSuxF0lQ Ay9pUiky3ScgxgHRwkWxSNlUj2+wQPSULkFtIBgcBdoRjg6KBW1Wh6eJeWNP7FwS2icN 6AtTemiuO0a2vCXSSol0x7s62XZrGKPQb4p3hxK+5uyGKZR2xiTN2v+FRWgLoUjcS7kr LjWg4g2nRxtnKe7ui9QNEuvxD8u0/3/iTsmtxqMiJ9hpwcLFxwLrjypyVICmaFXQcWq9 g24mMOjy8tixPukbaQ5ErbSYMvV0ackii/g9XoSwdfO6axeM4RCxtKqjImTmz1L0LZ9n 0vHQ== X-Received: by 10.220.214.6 with SMTP id gy6mr4141870vcb.8.1361560352064; Fri, 22 Feb 2013 11:12:32 -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 st5csp104117veb; Fri, 22 Feb 2013 11:12:31 -0800 (PST) X-Received: by 10.194.235.196 with SMTP id uo4mr5662556wjc.30.1361560349540; Fri, 22 Feb 2013 11:12:29 -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 cg6si545191wjc.1.2013.02.22.11.12.29 (version=TLSv1 cipher=RC4-SHA bits=128/128); Fri, 22 Feb 2013 11:12:29 -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 1U8xuz-0005mH-GU; Fri, 22 Feb 2013 19:04:25 +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 , Christoffer Dall , Paolo Bonzini Subject: [PATCH v6 9/9] MAINTAINERS: add entry for ARM KVM guest cores Date: Fri, 22 Feb 2013 19:04:25 +0000 Message-Id: <1361559865-22168-10-git-send-email-peter.maydell@linaro.org> X-Mailer: git-send-email 1.7.2.5 In-Reply-To: <1361559865-22168-1-git-send-email-peter.maydell@linaro.org> References: <1361559865-22168-1-git-send-email-peter.maydell@linaro.org> X-Gm-Message-State: ALoCoQmrmG1hCBITkDL6taEBaoKs0P9q1m18uD7jCR1zikPRsK8Ub8i5az2UX+arTbfIF+lbz7dt 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