From patchwork Fri Oct 20 23:21:14 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Paul Burton X-Patchwork-Id: 10021249 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 63B9960211 for ; Sat, 21 Oct 2017 01:48:01 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 4EDE028E80 for ; Sat, 21 Oct 2017 01:48:01 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 41FB428EAA; Sat, 21 Oct 2017 01:48:01 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, URIBL_RED autolearn=ham version=3.3.1 Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 3608628E80 for ; Sat, 21 Oct 2017 01:47:59 +0000 (UTC) Received: from localhost ([::1]:56338 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e5itK-0002A3-It for patchwork-qemu-devel@patchwork.kernel.org; Fri, 20 Oct 2017 21:47:58 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45041) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e5gbr-0006wU-KZ for qemu-devel@nongnu.org; Fri, 20 Oct 2017 19:21:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e5gbo-00087Q-3V for qemu-devel@nongnu.org; Fri, 20 Oct 2017 19:21:47 -0400 Received: from 20pmail.ess.barracuda.com ([64.235.154.233]:32918) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1e5gbn-00081X-RA; Fri, 20 Oct 2017 19:21:44 -0400 Received: from MIPSMAIL01.mipstec.com (mailrelay.mips.com [12.201.5.28]) by mx1411.ess.rzc.cudaops.com (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NO); Fri, 20 Oct 2017 23:21:19 +0000 Received: from pburton-laptop.mipstec.com (10.20.1.8) by mips01.mipstec.com (10.20.43.31) with Microsoft SMTP Server id 14.3.361.1; Fri, 20 Oct 2017 16:20:28 -0700 From: Paul Burton To: , , Yongbok Kim Date: Fri, 20 Oct 2017 16:21:14 -0700 Message-ID: <20171020232114.5475-1-paul.burton@mips.com> X-Mailer: git-send-email 2.14.2 MIME-Version: 1.0 X-BESS-ID: 1508541678-452059-5270-740115-9 X-BESS-VER: 2017.12.1-r1709122024 X-BESS-Apparent-Source-IP: 12.201.5.28 X-BESS-Outbound-Spam-Score: 1.00 X-BESS-Outbound-Spam-Report: Code version 3.2, rules version 3.2.2.186159 Rule breakdown below pts rule name description ---- ---------------------- -------------------------------- 0.00 MAILTO_TO_SPAM_ADDR META: Includes a link to a likely spammer email 0.00 BSF_BESS_OUTBOUND META: BESS Outbound 1.00 BSF_SC0_SA620b META: Custom Rule SA620b X-BESS-Outbound-Spam-Status: SCORE=1.00 using account:ESS59374 scores of KILL_LEVEL=7.0 tests=MAILTO_TO_SPAM_ADDR, BSF_BESS_OUTBOUND, BSF_SC0_SA620b X-BESS-BRTS-Status: 1 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 64.235.154.233 X-Mailman-Approved-At: Fri, 20 Oct 2017 21:46:12 -0400 Subject: [Qemu-devel] [PATCH] Update Paul Burton'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: Yongbok Kim , Michael Tokarev , Laurent Vivier , Paul Burton Errors-To: qemu-devel-bounces+patchwork-qemu-devel=patchwork.kernel.org@nongnu.org Sender: "Qemu-devel" X-Virus-Scanned: ClamAV using ClamSMTP From: Paul Burton Update my email address from paul.burton@imgtec.com to paul.burton@mips.com, since MIPS will soon no longer be a part of Imagination Technologies & as such the @imgtec.com address will soon cease to function. A mapping is added in .mailmap such that git reports the new @mips.com address, and get_maintainer.pl in turn reports it when examining git history. Whilst here add a mapping for my also-defunct paul@archlinuxmips.org email address too. Signed-off-by: Paul Burton Cc: Laurent Vivier Cc: Michael Tokarev Cc: Yongbok Kim Cc: Yongbok Kim Cc: qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org Reviewed-by: Philippe Mathieu-Daudé --- .mailmap | 2 ++ MAINTAINERS | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.mailmap b/.mailmap index 28defa1b2c..dda7e3fa5f 100644 --- a/.mailmap +++ b/.mailmap @@ -10,6 +10,8 @@ Edgar E. Iglesias edgar_igl bellard Jocelyn Mayer j_mayer Paul Brook pbrook +Paul Burton +Paul Burton Thiemo Seufer ths malc malc # There is also a: diff --git a/MAINTAINERS b/MAINTAINERS index 12175425a7..0a400c57c4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -642,7 +642,7 @@ S: Odd Fixes F: hw/mips/mips_fulong2e.c Boston -M: Paul Burton +M: Paul Burton S: Maintained F: hw/core/loader-fit.c F: hw/mips/boston.c