qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] MAINTAINERS: Replace Claudio Fontana for tcg/aarch64
@ 2020-01-06  6:34 Richard Henderson
  2020-01-06 10:29 ` Philippe Mathieu-Daudé
  2020-01-07  8:13 ` Alex Bennée
  0 siblings, 2 replies; 3+ messages in thread
From: Richard Henderson @ 2020-01-06  6:34 UTC (permalink / raw)
  To: qemu-devel; +Cc: Alex Bennée, Philippe Mathieu-Daudé, Claudio Fontana

Claudio's Huawei address has been defunct for quite a while.  In

  https://lists.gnu.org/archive/html/qemu-devel/2019-05/msg06872.html

he asked for his personal address to be removed as well.

I will take over officially.

Cc: Claudio Fontana <claudio.fontana@gmail.com>
Cc: Philippe Mathieu-Daudé <philmd@redhat.com>
Cc: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
 MAINTAINERS | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 6f453fc94c..1f5f3ca21b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2384,8 +2384,7 @@ F: plugins/
 F: tests/plugin
 
 AArch64 TCG target
-M: Claudio Fontana <claudio.fontana@huawei.com>
-M: Claudio Fontana <claudio.fontana@gmail.com>
+M: Richard Henderson <richard.henderson@linaro.org>
 S: Maintained
 L: qemu-arm@nongnu.org
 F: tcg/aarch64/
-- 
2.20.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH v2] MAINTAINERS: Replace Claudio Fontana for tcg/aarch64
  2020-01-06  6:34 [PATCH v2] MAINTAINERS: Replace Claudio Fontana for tcg/aarch64 Richard Henderson
@ 2020-01-06 10:29 ` Philippe Mathieu-Daudé
  2020-01-07  8:13 ` Alex Bennée
  1 sibling, 0 replies; 3+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-01-06 10:29 UTC (permalink / raw)
  To: Richard Henderson, qemu-devel; +Cc: Alex Bennée, Claudio Fontana

On 1/6/20 7:34 AM, Richard Henderson wrote:
> Claudio's Huawei address has been defunct for quite a while.  In
> 
>    https://lists.gnu.org/archive/html/qemu-devel/2019-05/msg06872.html
> 
> he asked for his personal address to be removed as well.
> 
> I will take over officially.

Thanks for this!

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>

> Cc: Claudio Fontana <claudio.fontana@gmail.com>
> Cc: Philippe Mathieu-Daudé <philmd@redhat.com>
> Cc: Alex Bennée <alex.bennee@linaro.org>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
>   MAINTAINERS | 3 +--
>   1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 6f453fc94c..1f5f3ca21b 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2384,8 +2384,7 @@ F: plugins/
>   F: tests/plugin
>   
>   AArch64 TCG target
> -M: Claudio Fontana <claudio.fontana@huawei.com>
> -M: Claudio Fontana <claudio.fontana@gmail.com>
> +M: Richard Henderson <richard.henderson@linaro.org>
>   S: Maintained
>   L: qemu-arm@nongnu.org
>   F: tcg/aarch64/
> 



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH v2] MAINTAINERS: Replace Claudio Fontana for tcg/aarch64
  2020-01-06  6:34 [PATCH v2] MAINTAINERS: Replace Claudio Fontana for tcg/aarch64 Richard Henderson
  2020-01-06 10:29 ` Philippe Mathieu-Daudé
@ 2020-01-07  8:13 ` Alex Bennée
  1 sibling, 0 replies; 3+ messages in thread
From: Alex Bennée @ 2020-01-07  8:13 UTC (permalink / raw)
  To: Richard Henderson
  Cc: Philippe Mathieu-Daudé, qemu-devel, Claudio Fontana


Richard Henderson <richard.henderson@linaro.org> writes:

> Claudio's Huawei address has been defunct for quite a while.  In
>
>   https://lists.gnu.org/archive/html/qemu-devel/2019-05/msg06872.html
>
> he asked for his personal address to be removed as well.
>
> I will take over officially.
>
> Cc: Claudio Fontana <claudio.fontana@gmail.com>
> Cc: Philippe Mathieu-Daudé <philmd@redhat.com>
> Cc: Alex Bennée <alex.bennee@linaro.org>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>

> ---
>  MAINTAINERS | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 6f453fc94c..1f5f3ca21b 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2384,8 +2384,7 @@ F: plugins/
>  F: tests/plugin
>  
>  AArch64 TCG target
> -M: Claudio Fontana <claudio.fontana@huawei.com>
> -M: Claudio Fontana <claudio.fontana@gmail.com>
> +M: Richard Henderson <richard.henderson@linaro.org>
>  S: Maintained
>  L: qemu-arm@nongnu.org
>  F: tcg/aarch64/


-- 
Alex Bennée


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-01-07 10:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-06  6:34 [PATCH v2] MAINTAINERS: Replace Claudio Fontana for tcg/aarch64 Richard Henderson
2020-01-06 10:29 ` Philippe Mathieu-Daudé
2020-01-07  8:13 ` Alex Bennée

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).