From b0c4798f97e812e3372455e14bcdb10f41823732 Mon Sep 17 00:00:00 2001 From: Hanna Reitz <hreitz@redhat.com> Date: Tue, 10 Aug 2021 16:04:11 +0200 Subject: [PATCH] MAINTAINERS: Name and email address change MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I have changed my name and email address. Update the MAINTAINERS file to match, and .mailmap in case anyone wants to send me an email because of some past commit I authored. (As suggested by Philippe, I put the .mailmap line into the "preferred name forms" section, considering it counts as a git author config change.) Signed-off-by: Hanna Reitz <hreitz@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org> --- .mailmap | 1 + MAINTAINERS | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.mailmap b/.mailmap index 082ff893ab3..f029d1c21fe 100644 --- a/.mailmap +++ b/.mailmap @@ -100,6 +100,7 @@ Gautham R. Shenoy <ego@linux.vnet.ibm.com> Gonglei (Arei) <arei.gonglei@huawei.com> Guang Wang <wang.guang55@zte.com.cn> Hailiang Zhang <zhang.zhanghailiang@huawei.com> +Hanna Reitz <hreitz@redhat.com> <mreitz@redhat.com> Hervé Poussineau <hpoussin@reactos.org> Jakub Jermář <jakub@jermar.eu> Jakub Jermář <jakub.jermar@kernkonzept.com> diff --git a/MAINTAINERS b/MAINTAINERS index 37b1a8e4428..694973ed230 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2270,7 +2270,7 @@ F: tests/qtest/fuzz-sb16-test.c Block layer core M: Kevin Wolf <kwolf@redhat.com> -M: Max Reitz <mreitz@redhat.com> +M: Hanna Reitz <hreitz@redhat.com> L: qemu-block@nongnu.org S: Supported F: block* @@ -3265,7 +3265,7 @@ F: stubs/io_uring.c qcow2 M: Kevin Wolf <kwolf@redhat.com> -M: Max Reitz <mreitz@redhat.com> +M: Hanna Reitz <hreitz@redhat.com> L: qemu-block@nongnu.org S: Supported F: block/qcow2* @@ -3279,7 +3279,7 @@ F: block/qcow.c blkdebug M: Kevin Wolf <kwolf@redhat.com> -M: Max Reitz <mreitz@redhat.com> +M: Hanna Reitz <hreitz@redhat.com> L: qemu-block@nongnu.org S: Supported F: block/blkdebug.c @@ -3314,7 +3314,7 @@ F: tests/qtest/vhost-user-blk-test.c F: util/vhost-user-server.c FUSE block device exports -M: Max Reitz <mreitz@redhat.com> +M: Hanna Reitz <hreitz@redhat.com> L: qemu-block@nongnu.org S: Supported F: block/export/fuse.c -- GitLab