qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Philippe Mathieu-Daudé" <philmd@redhat.com>
To: Aleksandar Markovic <aleksandar.markovic@rt-rk.com>,
	qemu-devel@nongnu.org, peter.maydell@linaro.org
Cc: aleksandar.m.mail@gmail.com
Subject: Re: [PATCH 2/3] MAINTAINERS: Adjust maintainer's email
Date: Fri, 13 Mar 2020 17:35:20 +0100	[thread overview]
Message-ID: <bf500781-f951-c9f2-839b-c9a7684a0dc6@redhat.com> (raw)
In-Reply-To: <1584061252-16635-3-git-send-email-aleksandar.markovic@rt-rk.com>

On 3/13/20 2:00 AM, Aleksandar Markovic wrote:
> From: Aleksandar Markovic <aleksandar.m.mail@gmail.com>
> 
> For some longish time I've been using multiple email addresses
> for mailing list communication, and would like to consolidate it
> into a single email address that is the most convenient to me.
> My other emails, from rt-rk.com and wavecomp.com domains remain
> active and I will respond from them too, if needed, but I would
> like to manage almost all communication using gmail.com account.
> 
> Signed-off-by: Aleksandar Markovic <aleksandar.m.mail@gmail.com>
> ---
>   .mailmap    |  5 +++--
>   MAINTAINERS | 12 ++++++------
>   2 files changed, 9 insertions(+), 8 deletions(-)
> 
> diff --git a/.mailmap b/.mailmap
> index 76154c7..e431d1f 100644
> --- a/.mailmap
> +++ b/.mailmap
> @@ -39,8 +39,9 @@ Julia Suvorova <jusual@mail.ru> Julia Suvorova via Qemu-devel <qemu-devel@nongnu
>   Justin Terry (VM) <juterry@microsoft.com> Justin Terry (VM) via Qemu-devel <qemu-devel@nongnu.org>
>   
>   # Next, replace old addresses by a more recent one.
> -Aleksandar Markovic <amarkovic@wavecomp.com> <aleksandar.markovic@mips.com>
> -Aleksandar Markovic <amarkovic@wavecomp.com> <aleksandar.markovic@imgtec.com>
> +Aleksandar Markovic <aleksandar.m.mail@gmail.com> <aleksandar.markovic@mips.com>
> +Aleksandar Markovic <aleksandar.m.mail@gmail.com> <aleksandar.markovic@imgtec.com>
> +Aleksandar Markovic <aleksandar.m.mail@gmail.com> <amarkovic@wavecomp.com>
>   Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com> <arikalo@wavecomp.com>
>   Anthony Liguori <anthony@codemonkey.ws> Anthony Liguori <aliguori@us.ibm.com>
>   James Hogan <jhogan@kernel.org> <james.hogan@imgtec.com>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 4fba8b8..8411c96 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -209,7 +209,7 @@ F: hw/microblaze/
>   F: disas/microblaze.c
>   
>   MIPS TCG CPUs
> -M: Aleksandar Markovic <amarkovic@wavecomp.com>
> +M: Aleksandar Markovic <aleksandar.m.mail@gmail.com>
>   R: Aurelien Jarno <aurelien@aurel32.net>
>   R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
>   S: Maintained
> @@ -1016,7 +1016,7 @@ F: hw/display/jazz_led.c
>   F: hw/dma/rc4030.c
>   
>   Malta
> -M: Aleksandar Markovic <amarkovic@wavecomp.com>
> +M: Aleksandar Markovic <aleksandar.m.mail@gmail.com>
>   M: Philippe Mathieu-Daudé <f4bug@amsat.org>
>   R: Aurelien Jarno <aurelien@aurel32.net>
>   S: Maintained
> @@ -1029,14 +1029,14 @@ F: tests/acceptance/linux_ssh_mips_malta.py
>   F: tests/acceptance/machine_mips_malta.py
>   
>   Mipssim
> -M: Aleksandar Markovic <amarkovic@wavecomp.com>
> +M: Aleksandar Markovic <aleksandar.m.mail@gmail.com>
>   R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
>   S: Odd Fixes
>   F: hw/mips/mips_mipssim.c
>   F: hw/net/mipsnet.c
>   
>   R4000
> -M: Aleksandar Markovic <amarkovic@wavecomp.com>
> +M: Aleksandar Markovic <aleksandar.m.mail@gmail.com>
>   R: Aurelien Jarno <aurelien@aurel32.net>
>   R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
>   S: Obsolete
> @@ -1044,7 +1044,7 @@ F: hw/mips/mips_r4k.c
>   
>   Fulong 2E
>   M: Philippe Mathieu-Daudé <f4bug@amsat.org>
> -M: Aleksandar Markovic <amarkovic@wavecomp.com>
> +M: Aleksandar Markovic <aleksandar.m.mail@gmail.com>
>   S: Odd Fixes
>   F: hw/mips/mips_fulong2e.c
>   F: hw/isa/vt82c686.c
> @@ -2508,7 +2508,7 @@ F: tcg/i386/
>   F: disas/i386.c
>   
>   MIPS TCG target
> -M: Aleksandar Markovic <amarkovic@wavecomp.com>
> +M: Aleksandar Markovic <aleksandar.m.mail@gmail.com>
>   R: Aurelien Jarno <aurelien@aurel32.net>
>   R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
>   S: Maintained
> 

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



  reply	other threads:[~2020-03-13 16:37 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-13  1:00 [PATCH 0/3] MAINTAINERS: Adjust MIPS items Aleksandar Markovic
2020-03-13  1:00 ` [PATCH 1/3] MAINTAINERS: Adjust maintainer's status for some " Aleksandar Markovic
2020-03-16 16:52   ` Aurelien Jarno
2020-03-13  1:00 ` [PATCH 2/3] MAINTAINERS: Adjust maintainer's email Aleksandar Markovic
2020-03-13 16:35   ` Philippe Mathieu-Daudé [this message]
2020-03-13  1:00 ` [PATCH 3/3] MAINTAINERS: Add a file to the main MIPS section Aleksandar Markovic
2020-03-13 16:36   ` Philippe Mathieu-Daudé

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bf500781-f951-c9f2-839b-c9a7684a0dc6@redhat.com \
    --to=philmd@redhat.com \
    --cc=aleksandar.m.mail@gmail.com \
    --cc=aleksandar.markovic@rt-rk.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).