From nobody Sat May 4 18:17:38 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) client-ip=208.118.235.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org Return-Path: Received: from lists.gnu.org (208.118.235.17 [208.118.235.17]) by mx.zohomail.com with SMTPS id 150824969935477.811936667071; Tue, 17 Oct 2017 07:14:59 -0700 (PDT) Received: from localhost ([::1]:39754 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e4Sdv-0005EJ-OA for importer@patchew.org; Tue, 17 Oct 2017 10:14:51 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58547) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e4Sci-0004b2-Is for qemu-devel@nongnu.org; Tue, 17 Oct 2017 10:13:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e4Sce-0000cN-Kb for qemu-devel@nongnu.org; Tue, 17 Oct 2017 10:13:36 -0400 Received: from mailapp02.imgtec.com ([217.156.133.132]:26669 helo=mailapp01.imgtec.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e4Sce-0000au-Db; Tue, 17 Oct 2017 10:13:32 -0400 Received: from HHMAIL03.hh.imgtec.org (unknown [10.44.0.21]) by Forcepoint Email with ESMTPS id 11C9A7684C044; Tue, 17 Oct 2017 15:13:25 +0100 (IST) Received: from jhogan-linux.mipstec.com (192.168.154.110) by HHMAIL03.hh.imgtec.org (10.44.0.21) with Microsoft SMTP Server (TLS) id 14.3.361.1; Tue, 17 Oct 2017 15:13:27 +0100 From: To: Date: Tue, 17 Oct 2017 15:13:11 +0100 Message-ID: <20171017141311.22194-1-james.hogan@imgtec.com> X-Mailer: git-send-email 2.14.1 MIME-Version: 1.0 X-Originating-IP: [192.168.154.110] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 217.156.133.132 Subject: [Qemu-devel] [PATCH v2] Update James Hogan's email address X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: qemu-trivial@nongnu.org, James Hogan , Michael Tokarev , Laurent Vivier Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" From: James Hogan Update my imgtec.com email address to my kernel.org one in MAINTAINERS as MIPS will soon no longer be part of Imagination Technologies, and add a mapping in .mailcap so get_maintainer.pl reports the right address. Signed-off-by: James Hogan Cc: Michael Tokarev Cc: Laurent Vivier Cc: qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org Reviewed-by: Laurent Vivier --- Changes in v2: - Use my imgtec address as the author / SoB (Laurent Vivier) --- .mailmap | 1 + MAINTAINERS | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.mailmap b/.mailmap index 28defa1b2c57..5aec1bdf9f7d 100644 --- a/.mailmap +++ b/.mailmap @@ -8,6 +8,7 @@ Aurelien Jarno aurel32 blueswir1 Edgar E. Iglesias edgar_igl Fabrice Bellard bellard +James Hogan Jocelyn Mayer j_mayer Paul Brook pbrook Thiemo Seufer ths diff --git a/MAINTAINERS b/MAINTAINERS index 9522d1b621bd..b01f5c46ef83 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -284,7 +284,7 @@ S: Maintained F: target/arm/kvm.c =20 MIPS -M: James Hogan +M: James Hogan S: Maintained F: target/mips/kvm.c =20 --=20 2.14.1