From nobody Sun May 5 11:00:08 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.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 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1566515708; cv=none; d=zoho.com; s=zohoarc; b=Yb0MIpa9QLV/3u9UqOy1v1j8uGhu9TPSVpHWMzdwLIK1PzGa4RKh4Q3OByqlOMf/gaCOrZmuduRm5Q20NiTGo8b7NTn9NcTeZVHMPB8V4yTTBJE5gHkJ1Be81rNgA5ZZi1eM3qMrL3/kbGbhd12wDYd9eGNZoAtZ7WOPlj+s70k= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1566515708; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To:ARC-Authentication-Results; bh=/bq2dnmeUXnZzWdUUrOc7vkWXjYtbHU7Cjd+fMmAXCY=; b=iAb5QtOkl0SEko0IMCZpw//eueqtX6DcvqotaM/mGkBaLV+T+IKca/K9Xz+tFMzhiJcbG5sXKCm+nkztXVEK9LW6OM4hx3nKg9gVZBj9DiS696aJK8QqPrPiAJJY8lKVUFFZGWpY5AnHtibIxBP278QoGvVRbrMfNS0OLcEt3rI= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1566515708139662.9607127983732; Thu, 22 Aug 2019 16:15:08 -0700 (PDT) Received: from localhost ([::1]:48670 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i0wIL-0003Ez-CV for importer@patchew.org; Thu, 22 Aug 2019 19:15:06 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:53149) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i0wCz-0005Ki-KQ for qemu-devel@nongnu.org; Thu, 22 Aug 2019 19:09:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i0wCt-0004h6-Uj for qemu-devel@nongnu.org; Thu, 22 Aug 2019 19:09:30 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34746) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1i0wCt-0004g1-NC; Thu, 22 Aug 2019 19:09:27 -0400 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id DFA7710C6967; Thu, 22 Aug 2019 23:09:24 +0000 (UTC) Received: from x1w.redhat.com (unknown [10.40.205.175]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 9862619C65; Thu, 22 Aug 2019 23:09:23 +0000 (UTC) From: =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= To: qemu-devel@nongnu.org Date: Fri, 23 Aug 2019 01:09:14 +0200 Message-Id: <20190822230916.576-2-philmd@redhat.com> In-Reply-To: <20190822230916.576-1-philmd@redhat.com> References: <20190822230916.576-1-philmd@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.6.2 (mx1.redhat.com [10.5.110.65]); Thu, 22 Aug 2019 23:09:24 +0000 (UTC) Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH 1/3] mailmap: Reorder by sections X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: qemu-trivial@nongnu.org, =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" Our mailmap currently has 4 sections somehow documented. Reorder few entries not related to "addresses from the original git import" into the 3rd section, and add a comment to describe it. Signed-off-by: Philippe Mathieu-Daud=C3=A9 Reviewed-by: Aleksandar Markovic Reviewed-by: Markus Armbruster --- .mailmap | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.mailmap b/.mailmap index b8e08297c9..e1fdc88d25 100644 --- a/.mailmap +++ b/.mailmap @@ -4,20 +4,12 @@ # into proper addresses so that they are counted properly by git shortlog. Andrzej Zaborowski balrog Anthony Liguori aliguori -Anthony Liguori Anthony Liguori Aurelien Jarno aurel32 Blue Swirl blueswir1 Edgar E. Iglesias edgar_igl Fabrice Bellard bellard -James Hogan Jocelyn Mayer j_mayer Paul Brook pbrook -Yongbok Kim -Aleksandar Markovic -Aleksandar Markovic -Paul Burton -Paul Burton -Paul Burton Thiemo Seufer ths malc malc =20 @@ -32,6 +24,15 @@ Ian McKellar Ian McKellar via Qemu-= devel Julia Suvorova via Qemu-devel Justin Terry (VM) Justin Terry (VM) via Qemu-devel= =20 +# Next, replace old addresses by a more recent one. +Anthony Liguori Anthony Liguori +James Hogan +Aleksandar Markovic +Aleksandar Markovic +Paul Burton +Paul Burton +Paul Burton +Yongbok Kim =20 # Also list preferred name forms where people have changed their # git author config, or had utf8/latin1 encoding issues. --=20 2.20.1 From nobody Sun May 5 11:00:08 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.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 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1566515524; cv=none; d=zoho.com; s=zohoarc; b=NoCn8sOAyrgJxMvMXG1ILIQ/+ut1/W8It2+U8rcK4yNpGQ1uqdrAMXk/Vu/vQJzOFPkxvx3JP74usWB+EEFSF/rq2P9d0TIzzFNSHBNIn9t5li2wLKLarqamVYXX+RPbIEt5zJthQ01J6ilMHeQNZk2AAZAhhXEiz0P6FcQqIOU= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1566515524; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To:ARC-Authentication-Results; bh=+2diwsV1K6w1RPPhwIWTMYQSvHrn/NKWW6iSk/8lKFs=; b=DqfafDLzW8ZIvlTkCeefIjs5zdBO+R3yuZBWceOQV9zGmGOcq06oA19UltLEoGFHPyEz39RtlDlFmt/v43uDXzGbsybFQe3nrepJ5XRxXTo+s1btRiRqoo0po2x4ZuH9yyoOScOXlSF0HzPFxCv7s/EHbIpJm7u3j5s5AxtB9cw= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1566515524549638.5529801549019; Thu, 22 Aug 2019 16:12:04 -0700 (PDT) Received: from localhost ([::1]:48632 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i0wFN-0007w5-7E for importer@patchew.org; Thu, 22 Aug 2019 19:12:01 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:53147) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i0wCz-0005Kf-Kj for qemu-devel@nongnu.org; Thu, 22 Aug 2019 19:09:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i0wCt-0004gx-KK for qemu-devel@nongnu.org; Thu, 22 Aug 2019 19:09:29 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39004) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1i0wCt-0004gZ-FI; Thu, 22 Aug 2019 19:09:27 -0400 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id C138E18C890E; Thu, 22 Aug 2019 23:09:26 +0000 (UTC) Received: from x1w.redhat.com (unknown [10.40.205.175]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 7179319C65; Thu, 22 Aug 2019 23:09:25 +0000 (UTC) From: =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= To: qemu-devel@nongnu.org Date: Fri, 23 Aug 2019 01:09:15 +0200 Message-Id: <20190822230916.576-3-philmd@redhat.com> In-Reply-To: <20190822230916.576-1-philmd@redhat.com> References: <20190822230916.576-1-philmd@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.6.2 (mx1.redhat.com [10.5.110.70]); Thu, 22 Aug 2019 23:09:26 +0000 (UTC) Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH 2/3] mailmap: Update philmd email address X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: qemu-trivial@nongnu.org, =?UTF-8?q?Daniel=20P=20=2E=20Berrang=C3=A9?= , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" Use the email address where I spend most of my time. Suggested-by: Daniel P. Berrang=C3=A9 Signed-off-by: Philippe Mathieu-Daud=C3=A9 Reviewed-by: Aleksandar Markovic Reviewed-by: Markus Armbruster --- .mailmap | 1 + 1 file changed, 1 insertion(+) diff --git a/.mailmap b/.mailmap index e1fdc88d25..e68ddd26e6 100644 --- a/.mailmap +++ b/.mailmap @@ -32,6 +32,7 @@ Aleksandar Markovic Paul Burton Paul Burton Paul Burton +Philippe Mathieu-Daud=C3=A9 Yongbok Kim =20 # Also list preferred name forms where people have changed their --=20 2.20.1 From nobody Sun May 5 11:00:08 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.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 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1566515482; cv=none; d=zoho.com; s=zohoarc; b=NFaOB4vCIZ0NfoslmlnMvp0DzD1dFEQVqIu8dIuYu20iLXIug9jvF06sbd7Ouv3fC+ugeDWfxwGMXjGtN2QjpB+7Tmn+Qra6wvI3TStg95taZeFRj8DKZn2GuvwABgHysBusmg0JnIOveFDg7NS7kPtwDOeGXzRF6YzTXpcR6Ns= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1566515482; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To:ARC-Authentication-Results; bh=b9K+NzAPV5iH66cNN4Ix/pGUX3/eMQXEiW+EpbblsAc=; b=L8MqjvwH0xdb+ragVyJzyq5SFT7dNeI6ZdD5y2ugMvXt+FlA89EhzlQQl1kQOmtvzfbkI+9IUZBcKzYA9WvXiGMB8S4l3IB9Al1q1Elgcy9WCVlt/8b6wlh+5oGwPSOemth0nD28HLXq5sj9Oc+rRpg+8ocB4Lms7tRAIef1Omo= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1566515482185433.9155548859021; Thu, 22 Aug 2019 16:11:22 -0700 (PDT) Received: from localhost ([::1]:48626 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i0wEi-0007Gy-Mm for importer@patchew.org; Thu, 22 Aug 2019 19:11:20 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:53185) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i0wD4-0005Q4-3z for qemu-devel@nongnu.org; Thu, 22 Aug 2019 19:09:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i0wCz-0004ip-DF for qemu-devel@nongnu.org; Thu, 22 Aug 2019 19:09:37 -0400 Received: from mx1.redhat.com ([209.132.183.28]:58312) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1i0wCz-0004hO-5V; Thu, 22 Aug 2019 19:09:33 -0400 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 60F58C049D7C; Thu, 22 Aug 2019 23:09:28 +0000 (UTC) Received: from x1w.redhat.com (unknown [10.40.205.175]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 46BF519C65; Thu, 22 Aug 2019 23:09:27 +0000 (UTC) From: =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= To: qemu-devel@nongnu.org Date: Fri, 23 Aug 2019 01:09:16 +0200 Message-Id: <20190822230916.576-4-philmd@redhat.com> In-Reply-To: <20190822230916.576-1-philmd@redhat.com> References: <20190822230916.576-1-philmd@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.31]); Thu, 22 Aug 2019 23:09:28 +0000 (UTC) Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH 3/3] mailmap: Add many entries to improve 'git shortlog' statistics X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: qemu-trivial@nongnu.org, =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" All of these emails have a least 1 commit with utf8/latin1 encoding issue, or one with no author name. When there are multiple commits, keep the author name the most used. Signed-off-by: Philippe Mathieu-Daud=C3=A9 Reviewed-by: Aleksandar Markovic Reviewed-by: Markus Armbruster --- .mailmap | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 105 insertions(+) diff --git a/.mailmap b/.mailmap index e68ddd26e6..d0fc1d793c 100644 --- a/.mailmap +++ b/.mailmap @@ -37,5 +37,110 @@ Yongbok Kim =20 # Also list preferred name forms where people have changed their # git author config, or had utf8/latin1 encoding issues. +Aaron Lindsay +Alexey Gerasimenko +Alex Ivanov +Andreas F=C3=A4rber +Bandan Das +Benjamin MARSILI +Beno=C3=AEt Canet +Beno=C3=AEt Canet +Beno=C3=AEt Canet +Boqun Feng +Boqun Feng +Brad Smith +Brijesh Singh +Brilly Wu +C=C3=A9dric Vincent +CheneyLin +Chen Gang +Chen Gang +Chen Gang +Chen Wei-Ren +Christophe Lyon +Collin L. Walling Daniel P. Berrang=C3=A9 +Eduardo Otubo +Fabrice Desclaux +Fernando Luis V=C3=A1zquez Cao +Fernando Luis V=C3=A1zquez Cao +Gautham R. Shenoy +Gautham R. Shenoy +Gonglei (Arei) +Guang Wang +Hailiang Zhang +Herv=C3=A9 Poussineau +Jakub Jerm=C3=A1=C5=99 +Jakub Jerm=C3=A1=C5=99 +Jean-Christophe Dubois +Jind=C5=99ich Makovi=C4=8Dka +John Arbuckle +Juha Riihim=C3=A4ki +Juha Riihim=C3=A4ki +Jun Li +Laurent Vivier +Leandro Lupori +Li Guang +Liming Wang +linzhecheng +Liran Schour +Liu Yu +Liu Yu +Li Zhang +Li Zhang +Llu=C3=ADs Vilanova +Llu=C3=ADs Vilanova +Longpeng (Mike) +Luc Michel +Luc Michel +Marc Mar=C3=AD +Marc Mar=C3=AD +Michael Avdienko +Michael S. Tsirkin +Munkyu Im +Nicholas Bellinger +Nicholas Thomas +Nikunj A Dadhania +Orit Wasserman +Paolo Bonzini +Pavel Dovgaluk +Pavel Dovgaluk +Pavel Dovgaluk +Peter Crosthwaite +Peter Crosthwaite +Peter Crosthwaite +Prasad J Pandit +Prasad J Pandit +Qiao Nuohan Reimar D=C3=B6ffinger +Remy Noel +Roger Pau Monn=C3=A9 +Shin'ichiro Kawasaki +Shin'ichiro Kawasaki +Sochin Jiang +Takashi Yoshii +Thomas Huth +Thomas Knych +Timothy Baldwin +Tony Nguyen +Venkateswararao Jujjuri +Vibi Sreenivasan +Vijaya Kumar K +Vijaya Kumar K +Vijay Kumar +Vijay Kumar +Wang Guang +Wenchao Xia +Wenshuang Ma +Xiaoqiang Zhao +Xinhua Cao +Xiong Zhang +Yin Yin +yuchenlin +YunQiang Su +YunQiang Su +Yuri Pudgorodskiy +Zhengui Li +Zhenwei Pi +Zhenwei Pi +Zhuang Yanying --=20 2.20.1