qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] Change email address
@ 2013-08-19 13:51 Anthony Liguori
  2013-09-05 12:30 ` Peter Maydell
  0 siblings, 1 reply; 4+ messages in thread
From: Anthony Liguori @ 2013-08-19 13:51 UTC (permalink / raw)
  To: qemu-devel; +Cc: Anthony Liguori, Anthony Liguori

My IBM email address will be unaccessible after August 23rd, 2013.

Signed-off-by: Anthony Liguori <anthony@codemonkey.ws>
---
 .mailmap    |  2 +-
 MAINTAINERS | 14 +++++++-------
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/.mailmap b/.mailmap
index 9797802..7b91a95 100644
--- a/.mailmap
+++ b/.mailmap
@@ -2,7 +2,7 @@
 # into proper addresses so that they are counted properly in git shortlog output.
 #
 Andrzej Zaborowski <balrogg@gmail.com> balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
-Anthony Liguori <aliguori@us.ibm.com> aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
+Anthony Liguori <anthony@codemonkey.ws> aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
 Aurelien Jarno <aurelien@aurel32.net> aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
 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>
diff --git a/MAINTAINERS b/MAINTAINERS
index 654e2cb..70a3370 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -50,7 +50,7 @@ Descriptions of section entries:
 
 General Project Administration
 ------------------------------
-M: Anthony Liguori <aliguori@us.ibm.com>
+M: Anthony Liguori <anthony@codemonkey.ws>
 M: Paul Brook <paul@codesourcery.com>
 
 Guest CPU cores (TCG):
@@ -509,7 +509,7 @@ F: hw/unicore32/
 X86 Machines
 ------------
 PC
-M: Anthony Liguori <aliguori@us.ibm.com>
+M: Anthony Liguori <anthony@codemonkey.ws>
 S: Supported
 F: hw/i386/pc.[ch]
 F: hw/i386/pc_piix.c
@@ -593,7 +593,7 @@ S: Supported
 F: hw/*/*vhost*
 
 virtio
-M: Anthony Liguori <aliguori@us.ibm.com>
+M: Anthony Liguori <anthony@codemonkey.ws>
 S: Supported
 F: hw/*/virtio*
 
@@ -651,7 +651,7 @@ F: block/
 F: hw/block/
 
 Character Devices
-M: Anthony Liguori <aliguori@us.ibm.com>
+M: Anthony Liguori <anthony@codemonkey.ws>
 S: Maintained
 F: qemu-char.c
 
@@ -689,7 +689,7 @@ F: audio/spiceaudio.c
 F: hw/display/qxl*
 
 Graphics
-M: Anthony Liguori <aliguori@us.ibm.com>
+M: Anthony Liguori <anthony@codemonkey.ws>
 S: Maintained
 F: ui/
 
@@ -699,7 +699,7 @@ S: Odd Fixes
 F: ui/cocoa.m
 
 Main loop
-M: Anthony Liguori <aliguori@us.ibm.com>
+M: Anthony Liguori <anthony@codemonkey.ws>
 S: Supported
 F: vl.c
 
@@ -711,7 +711,7 @@ F: hmp.c
 F: hmp-commands.hx
 
 Network device layer
-M: Anthony Liguori <aliguori@us.ibm.com>
+M: Anthony Liguori <anthony@codemonkey.ws>
 M: Stefan Hajnoczi <stefanha@redhat.com>
 S: Maintained
 F: net/
-- 
1.8.0

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

* Re: [Qemu-devel] [PATCH] Change email address
  2013-08-19 13:51 [Qemu-devel] [PATCH] Change email address Anthony Liguori
@ 2013-09-05 12:30 ` Peter Maydell
  2013-09-05 14:40   ` Andreas Färber
  2013-09-05 14:42   ` Anthony Liguori
  0 siblings, 2 replies; 4+ messages in thread
From: Peter Maydell @ 2013-09-05 12:30 UTC (permalink / raw)
  To: Anthony Liguori; +Cc: Anthony Liguori, QEMU Developers

On 19 August 2013 14:51, Anthony Liguori <anthony@codemonkey.ws> wrote:
> My IBM email address will be unaccessible after August 23rd, 2013.
>
> Signed-off-by: Anthony Liguori <anthony@codemonkey.ws>

> --- a/.mailmap
> +++ b/.mailmap
> @@ -2,7 +2,7 @@
>  # into proper addresses so that they are counted properly in git shortlog output.
>  #
>  Andrzej Zaborowski <balrogg@gmail.com> balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
> -Anthony Liguori <aliguori@us.ibm.com> aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
> +Anthony Liguori <anthony@codemonkey.ws> aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>

I've only just noticed this, but you probably want to also add a
line mapping your IBM address to your new one:

Anthony Liguori <anthony@codemonkey.ws> Anthony Liguori <aliguori@us.ibm.com>

(perhaps in a new section at the bottom for "people
who've changed their addresses").

As well as making the "git shortlog -nse" stats look
better, scripts/get_maintainer.pl consults mailmap, so
it will mean people using its "grab emails from
affected commits" feature won't use your old email
by mistake.

(me, I mostly care about the stats scoreboard ;-))

thanks
-- PMM

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

* Re: [Qemu-devel] [PATCH] Change email address
  2013-09-05 12:30 ` Peter Maydell
@ 2013-09-05 14:40   ` Andreas Färber
  2013-09-05 14:42   ` Anthony Liguori
  1 sibling, 0 replies; 4+ messages in thread
From: Andreas Färber @ 2013-09-05 14:40 UTC (permalink / raw)
  To: Peter Maydell; +Cc: Igor Mitsyanko, QEMU Developers, Anthony Liguori

Am 05.09.2013 14:30, schrieb Peter Maydell:
> On 19 August 2013 14:51, Anthony Liguori <anthony@codemonkey.ws> wrote:
>> My IBM email address will be unaccessible after August 23rd, 2013.
>>
>> Signed-off-by: Anthony Liguori <anthony@codemonkey.ws>
> 
>> --- a/.mailmap
>> +++ b/.mailmap
>> @@ -2,7 +2,7 @@
>>  # into proper addresses so that they are counted properly in git shortlog output.
>>  #
>>  Andrzej Zaborowski <balrogg@gmail.com> balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
>> -Anthony Liguori <aliguori@us.ibm.com> aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
>> +Anthony Liguori <anthony@codemonkey.ws> aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
> 
> I've only just noticed this, but you probably want to also add a
> line mapping your IBM address to your new one:
> 
> Anthony Liguori <anthony@codemonkey.ws> Anthony Liguori <aliguori@us.ibm.com>
> 
> (perhaps in a new section at the bottom for "people
> who've changed their addresses").

Igor Mitsyanko would be another candidate for such a section, CC'ed.

> As well as making the "git shortlog -nse" stats look
> better,

Actually I find it convenient to have my work and other commits counted
separately in the -nse stats. You can use -ns for the combined stats.

On a related MAINTAINERS matter, Paul Brook's emails have been bouncing
and he hasn't replied via IRC or private mail so far. If anyone else can
reach him and/or fix MAINTAINERS that would be appreciated.

(me, I mostly care about automatic CC'ing ;-))

Cheers,
Andreas

> scripts/get_maintainer.pl consults mailmap, so
> it will mean people using its "grab emails from
> affected commits" feature won't use your old email
> by mistake.
> 
> (me, I mostly care about the stats scoreboard ;-))
> 
> thanks
> -- PMM
> 


-- 
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg

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

* Re: [Qemu-devel] [PATCH] Change email address
  2013-09-05 12:30 ` Peter Maydell
  2013-09-05 14:40   ` Andreas Färber
@ 2013-09-05 14:42   ` Anthony Liguori
  1 sibling, 0 replies; 4+ messages in thread
From: Anthony Liguori @ 2013-09-05 14:42 UTC (permalink / raw)
  To: Peter Maydell; +Cc: Anthony Liguori, QEMU Developers

On Thu, Sep 5, 2013 at 7:30 AM, Peter Maydell <peter.maydell@linaro.org> wrote:
> On 19 August 2013 14:51, Anthony Liguori <anthony@codemonkey.ws> wrote:
>> My IBM email address will be unaccessible after August 23rd, 2013.
>>
>> Signed-off-by: Anthony Liguori <anthony@codemonkey.ws>
>
>> --- a/.mailmap
>> +++ b/.mailmap
>> @@ -2,7 +2,7 @@
>>  # into proper addresses so that they are counted properly in git shortlog output.
>>  #
>>  Andrzej Zaborowski <balrogg@gmail.com> balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
>> -Anthony Liguori <aliguori@us.ibm.com> aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
>> +Anthony Liguori <anthony@codemonkey.ws> aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
>
> I've only just noticed this, but you probably want to also add a
> line mapping your IBM address to your new one:
>
> Anthony Liguori <anthony@codemonkey.ws> Anthony Liguori <aliguori@us.ibm.com>
>
> (perhaps in a new section at the bottom for "people
> who've changed their addresses").
>
> As well as making the "git shortlog -nse" stats look
> better, scripts/get_maintainer.pl consults mailmap, so
> it will mean people using its "grab emails from
> affected commits" feature won't use your old email
> by mistake.
>
> (me, I mostly care about the stats scoreboard ;-))

I'm so close to finally beating Fabrice too, without this I drop a
number of spots :-)  I'll send a patch, thanks for pointing this out.

Regards,

Anthony Liguori

>
> thanks
> -- PMM

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

end of thread, other threads:[~2013-09-05 14:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-19 13:51 [Qemu-devel] [PATCH] Change email address Anthony Liguori
2013-09-05 12:30 ` Peter Maydell
2013-09-05 14:40   ` Andreas Färber
2013-09-05 14:42   ` Anthony Liguori

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