* [PATCH] MAINTAINERS: change Fred Konrad's email address
@ 2022-03-30 12:26 Frederic Konrad
2022-03-30 12:41 ` Fabien Chouteau
2022-03-31 8:49 ` Peter Maydell
0 siblings, 2 replies; 4+ messages in thread
From: Frederic Konrad @ 2022-03-30 12:26 UTC (permalink / raw)
To: qemu-devel; +Cc: peter.maydell, Frederic Konrad, f4bug, chouteau
frederic.konrad@adacore.com and konrad@adacore.com will stop working starting
2022-04-01.
Use my personal email instead.
Signed-off-by: Frederic Konrad <frederic.konrad@adacore.com>
---
.mailmap | 3 ++-
MAINTAINERS | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/.mailmap b/.mailmap
index 09dcd8c216..2976a675ea 100644
--- a/.mailmap
+++ b/.mailmap
@@ -56,7 +56,8 @@ Alexander Graf <agraf@csgraf.de> <agraf@suse.de>
Anthony Liguori <anthony@codemonkey.ws> Anthony Liguori <aliguori@us.ibm.com>
Christian Borntraeger <borntraeger@linux.ibm.com> <borntraeger@de.ibm.com>
Filip Bozuta <filip.bozuta@syrmia.com> <filip.bozuta@rt-rk.com.com>
-Frederic Konrad <konrad@adacore.com> <fred.konrad@greensocs.com>
+Frederic Konrad <konrad.frederic@yahoo.fr> <fred.konrad@greensocs.com>
+Frederic Konrad <konrad.frederic@yahoo.fr> <konrad@adacore.com>
Greg Kurz <groug@kaod.org> <gkurz@linux.vnet.ibm.com>
Huacai Chen <chenhuacai@kernel.org> <chenhc@lemote.com>
Huacai Chen <chenhuacai@kernel.org> <chenhuacai@loongson.cn>
diff --git a/MAINTAINERS b/MAINTAINERS
index cc364afef7..68142340bd 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1533,7 +1533,7 @@ F: include/hw/rtc/sun4v-rtc.h
Leon3
M: Fabien Chouteau <chouteau@adacore.com>
-M: KONRAD Frederic <frederic.konrad@adacore.com>
+M: Frederic Konrad <konrad.frederic@yahoo.fr>
S: Maintained
F: hw/sparc/leon3.c
F: hw/*/grlib*
--
2.30.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: change Fred Konrad's email address
2022-03-30 12:26 [PATCH] MAINTAINERS: change Fred Konrad's email address Frederic Konrad
@ 2022-03-30 12:41 ` Fabien Chouteau
2022-03-30 13:19 ` Philippe Mathieu-Daudé
2022-03-31 8:49 ` Peter Maydell
1 sibling, 1 reply; 4+ messages in thread
From: Fabien Chouteau @ 2022-03-30 12:41 UTC (permalink / raw)
To: Frederic Konrad; +Cc: Peter Maydell, Frederic Konrad, QEMU Developers, f4bug
[-- Attachment #1: Type: text/plain, Size: 300 bytes --]
On Wed, Mar 30, 2022 at 2:31 PM Frederic Konrad <konrad@adacore.com> wrote:
> frederic.konrad@adacore.com and konrad@adacore.com will stop working
> starting
> 2022-04-01.
>
> Use my personal email instead.
>
>
Reviewed-by: Fabien Chouteau <chouteau@adacore.com <clg@kaod.org>>
--
Fabien Chouteau
[-- Attachment #2: Type: text/html, Size: 900 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: change Fred Konrad's email address
2022-03-30 12:41 ` Fabien Chouteau
@ 2022-03-30 13:19 ` Philippe Mathieu-Daudé
0 siblings, 0 replies; 4+ messages in thread
From: Philippe Mathieu-Daudé @ 2022-03-30 13:19 UTC (permalink / raw)
To: Fabien Chouteau, Frederic Konrad, QEMU Trivial
Cc: Peter Maydell, Frederic Konrad, QEMU Developers, f4bug
Cc'ing qemu-trivial@
On 30/3/22 14:41, Fabien Chouteau wrote:
> On Wed, Mar 30, 2022 at 2:31 PM Frederic Konrad <konrad@adacore.com
> <mailto:konrad@adacore.com>> wrote:
>
> frederic.konrad@adacore.com <mailto:frederic.konrad@adacore.com> and
> konrad@adacore.com <mailto:konrad@adacore.com> will stop working
> starting
> 2022-04-01.
>
> Use my personal email instead.
>
>
> Reviewed-by: Fabien Chouteau <chouteau@adacore.com
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: change Fred Konrad's email address
2022-03-30 12:26 [PATCH] MAINTAINERS: change Fred Konrad's email address Frederic Konrad
2022-03-30 12:41 ` Fabien Chouteau
@ 2022-03-31 8:49 ` Peter Maydell
1 sibling, 0 replies; 4+ messages in thread
From: Peter Maydell @ 2022-03-31 8:49 UTC (permalink / raw)
To: Frederic Konrad; +Cc: Frederic Konrad, qemu-devel, chouteau, f4bug
On Wed, 30 Mar 2022 at 13:31, Frederic Konrad <konrad@adacore.com> wrote:
>
> frederic.konrad@adacore.com and konrad@adacore.com will stop working starting
> 2022-04-01.
>
> Use my personal email instead.
>
> Signed-off-by: Frederic Konrad <frederic.konrad@adacore.com>
I'll take this via target-arm.next since I'm putting a pullreq
together at the moment anyway.
thanks
-- PMM
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-03-31 9:02 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-30 12:26 [PATCH] MAINTAINERS: change Fred Konrad's email address Frederic Konrad
2022-03-30 12:41 ` Fabien Chouteau
2022-03-30 13:19 ` Philippe Mathieu-Daudé
2022-03-31 8:49 ` Peter Maydell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).