* [Qemu-devel] [PATCH] Update James Hogan's email address
@ 2017-10-17 13:17 James Hogan
2017-10-17 14:03 ` Laurent Vivier
0 siblings, 1 reply; 3+ messages in thread
From: James Hogan @ 2017-10-17 13:17 UTC (permalink / raw)
To: qemu-devel
Cc: James Hogan, James Hogan, Michael Tokarev, Laurent Vivier,
qemu-trivial
From: James Hogan <jhogan@kernel.org>
Update my imgtec.com email address to my kernel.org one in MAINTAINERS
as MIPS will soon no longer be part of Imagination Technologies, and add
a mapping in .mailcap so get_maintainer.pl reports the right address.
Signed-off-by: James Hogan <jhogan@kernel.org>
Cc: Michael Tokarev <mjt@tls.msk.ru>
Cc: Laurent Vivier <laurent@vivier.eu>
Cc: qemu-devel@nongnu.org
Cc: qemu-trivial@nongnu.org
---
.mailmap | 1 +
MAINTAINERS | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/.mailmap b/.mailmap
index 28defa1b2c57..5aec1bdf9f7d 100644
--- a/.mailmap
+++ b/.mailmap
@@ -8,6 +8,7 @@ Aurelien Jarno <aurelien@aurel32.net> aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-7
Blue Swirl <blauwirbel@gmail.com> blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Edgar E. Iglesias <edgar.iglesias@gmail.com> edgar_igl <edgar_igl@c046a42c-6fe2-441c-8c8c-71466251a162>
Fabrice Bellard <fabrice@bellard.org> bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
+James Hogan <jhogan@kernel.org> <james.hogan@imgtec.com>
Jocelyn Mayer <l_indien@magic.fr> j_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162>
Paul Brook <paul@codesourcery.com> pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Thiemo Seufer <ths@networkno.de> ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
diff --git a/MAINTAINERS b/MAINTAINERS
index 9522d1b621bd..b01f5c46ef83 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -284,7 +284,7 @@ S: Maintained
F: target/arm/kvm.c
MIPS
-M: James Hogan <james.hogan@imgtec.com>
+M: James Hogan <jhogan@kernel.org>
S: Maintained
F: target/mips/kvm.c
--
2.14.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [PATCH] Update James Hogan's email address
2017-10-17 13:17 [Qemu-devel] [PATCH] Update James Hogan's email address James Hogan
@ 2017-10-17 14:03 ` Laurent Vivier
2017-10-17 14:17 ` James Hogan
0 siblings, 1 reply; 3+ messages in thread
From: Laurent Vivier @ 2017-10-17 14:03 UTC (permalink / raw)
To: James Hogan, qemu-devel; +Cc: James Hogan, Michael Tokarev, qemu-trivial
Le 17/10/2017 à 15:17, James Hogan a écrit :
> From: James Hogan <jhogan@kernel.org>
>
> Update my imgtec.com email address to my kernel.org one in MAINTAINERS
> as MIPS will soon no longer be part of Imagination Technologies, and add
> a mapping in .mailcap so get_maintainer.pl reports the right address.
>
> Signed-off-by: James Hogan <jhogan@kernel.org>
I think it would be better if you send the patch with your imgtec
address (if it is always available) as it identifies the current maintainer.
Thanks,
Laurent
> Cc: Michael Tokarev <mjt@tls.msk.ru>
> Cc: Laurent Vivier <laurent@vivier.eu>
> Cc: qemu-devel@nongnu.org
> Cc: qemu-trivial@nongnu.org
> ---
> .mailmap | 1 +
> MAINTAINERS | 2 +-
> 2 files changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/.mailmap b/.mailmap
> index 28defa1b2c57..5aec1bdf9f7d 100644
> --- a/.mailmap
> +++ b/.mailmap
> @@ -8,6 +8,7 @@ Aurelien Jarno <aurelien@aurel32.net> aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-7
> Blue Swirl <blauwirbel@gmail.com> blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
> Edgar E. Iglesias <edgar.iglesias@gmail.com> edgar_igl <edgar_igl@c046a42c-6fe2-441c-8c8c-71466251a162>
> Fabrice Bellard <fabrice@bellard.org> bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
> +James Hogan <jhogan@kernel.org> <james.hogan@imgtec.com>
> Jocelyn Mayer <l_indien@magic.fr> j_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162>
> Paul Brook <paul@codesourcery.com> pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
> Thiemo Seufer <ths@networkno.de> ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 9522d1b621bd..b01f5c46ef83 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -284,7 +284,7 @@ S: Maintained
> F: target/arm/kvm.c
>
> MIPS
> -M: James Hogan <james.hogan@imgtec.com>
> +M: James Hogan <jhogan@kernel.org>
> S: Maintained
> F: target/mips/kvm.c
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [PATCH] Update James Hogan's email address
2017-10-17 14:03 ` Laurent Vivier
@ 2017-10-17 14:17 ` James Hogan
0 siblings, 0 replies; 3+ messages in thread
From: James Hogan @ 2017-10-17 14:17 UTC (permalink / raw)
To: Laurent Vivier; +Cc: qemu-devel, Michael Tokarev, qemu-trivial
[-- Attachment #1: Type: text/plain, Size: 652 bytes --]
On Tue, Oct 17, 2017 at 04:03:04PM +0200, Laurent Vivier wrote:
> Le 17/10/2017 à 15:17, James Hogan a écrit :
> > From: James Hogan <jhogan@kernel.org>
> >
> > Update my imgtec.com email address to my kernel.org one in MAINTAINERS
> > as MIPS will soon no longer be part of Imagination Technologies, and add
> > a mapping in .mailcap so get_maintainer.pl reports the right address.
> >
> > Signed-off-by: James Hogan <jhogan@kernel.org>
>
> I think it would be better if you send the patch with your imgtec
> address (if it is always available) as it identifies the current maintainer.
Okay, resent from imgtec.
Cheers
James
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-10-17 14:18 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-17 13:17 [Qemu-devel] [PATCH] Update James Hogan's email address James Hogan
2017-10-17 14:03 ` Laurent Vivier
2017-10-17 14:17 ` James Hogan
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).