qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] MAINTAINERS: update email address of Christian Borntraeger
@ 2021-11-23  9:55 Christian Borntraeger
  2021-11-23 10:14 ` Halil Pasic
  2021-11-23 15:17 ` Christian Borntraeger
  0 siblings, 2 replies; 4+ messages in thread
From: Christian Borntraeger @ 2021-11-23  9:55 UTC (permalink / raw)
  To: Thomas Huth
  Cc: Janosch Frank, David Hildenbrand, Cornelia Huck,
	Richard Henderson, qemu-devel, Halil Pasic, qemu-s390x

My borntraeger@de.ibm.com email is just a forwarder to the
linux.ibm.com address. Let us remove the extra hop to avoid
a potential source of errors.

While at it, add the relevant email addresses to mailmap.

Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
---
 .mailmap    | 1 +
 MAINTAINERS | 6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/.mailmap b/.mailmap
index 8beb2f95ae28..c45d1c530144 100644
--- a/.mailmap
+++ b/.mailmap
@@ -50,6 +50,7 @@ Aleksandar Rikalo <aleksandar.rikalo@syrmia.com> <arikalo@wavecomp.com>
 Aleksandar Rikalo <aleksandar.rikalo@syrmia.com> <aleksandar.rikalo@rt-rk.com>
 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>
 Greg Kurz <groug@kaod.org> <gkurz@linux.vnet.ibm.com>
diff --git a/MAINTAINERS b/MAINTAINERS
index d3879aa3c12c..e19d88ca9960 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -393,7 +393,7 @@ F: target/ppc/kvm.c
 
 S390 KVM CPUs
 M: Halil Pasic <pasic@linux.ibm.com>
-M: Christian Borntraeger <borntraeger@de.ibm.com>
+M: Christian Borntraeger <borntraeger@linux.ibm.com>
 S: Supported
 F: target/s390x/kvm/
 F: target/s390x/ioinst.[ch]
@@ -1527,7 +1527,7 @@ S390 Machines
 -------------
 S390 Virtio-ccw
 M: Halil Pasic <pasic@linux.ibm.com>
-M: Christian Borntraeger <borntraeger@de.ibm.com>
+M: Christian Borntraeger <borntraeger@linux.ibm.com>
 S: Supported
 F: hw/char/sclp*.[hc]
 F: hw/char/terminal3270.c
@@ -1541,7 +1541,7 @@ T: git https://github.com/borntraeger/qemu.git s390-next
 L: qemu-s390x@nongnu.org
 
 S390-ccw boot
-M: Christian Borntraeger <borntraeger@de.ibm.com>
+M: Christian Borntraeger <borntraeger@linux.ibm.com>
 M: Thomas Huth <thuth@redhat.com>
 S: Supported
 F: hw/s390x/ipl.*
-- 
2.31.1



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

* Re: [PATCH 1/1] MAINTAINERS: update email address of Christian Borntraeger
  2021-11-23  9:55 [PATCH 1/1] MAINTAINERS: update email address of Christian Borntraeger Christian Borntraeger
@ 2021-11-23 10:14 ` Halil Pasic
  2021-11-23 15:17 ` Christian Borntraeger
  1 sibling, 0 replies; 4+ messages in thread
From: Halil Pasic @ 2021-11-23 10:14 UTC (permalink / raw)
  To: Christian Borntraeger
  Cc: Thomas Huth, Janosch Frank, David Hildenbrand, Cornelia Huck,
	Richard Henderson, qemu-devel, Halil Pasic, qemu-s390x

On Tue, 23 Nov 2021 10:55:11 +0100
Christian Borntraeger <borntraeger@linux.ibm.com> wrote:

> My borntraeger@de.ibm.com email is just a forwarder to the
> linux.ibm.com address. Let us remove the extra hop to avoid
> a potential source of errors.
> 
> While at it, add the relevant email addresses to mailmap.
> 
> Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>

Acked-by: Halil Pasic <pasic@linux.ibm.com>

> ---
>  .mailmap    | 1 +
>  MAINTAINERS | 6 +++---
>  2 files changed, 4 insertions(+), 3 deletions(-)
> 
> diff --git a/.mailmap b/.mailmap
> index 8beb2f95ae28..c45d1c530144 100644
> --- a/.mailmap
> +++ b/.mailmap
> @@ -50,6 +50,7 @@ Aleksandar Rikalo <aleksandar.rikalo@syrmia.com> <arikalo@wavecomp.com>
>  Aleksandar Rikalo <aleksandar.rikalo@syrmia.com> <aleksandar.rikalo@rt-rk.com>
>  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>
>  Greg Kurz <groug@kaod.org> <gkurz@linux.vnet.ibm.com>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index d3879aa3c12c..e19d88ca9960 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -393,7 +393,7 @@ F: target/ppc/kvm.c
>  
>  S390 KVM CPUs
>  M: Halil Pasic <pasic@linux.ibm.com>
> -M: Christian Borntraeger <borntraeger@de.ibm.com>
> +M: Christian Borntraeger <borntraeger@linux.ibm.com>
>  S: Supported
>  F: target/s390x/kvm/
>  F: target/s390x/ioinst.[ch]
> @@ -1527,7 +1527,7 @@ S390 Machines
>  -------------
>  S390 Virtio-ccw
>  M: Halil Pasic <pasic@linux.ibm.com>
> -M: Christian Borntraeger <borntraeger@de.ibm.com>
> +M: Christian Borntraeger <borntraeger@linux.ibm.com>
>  S: Supported
>  F: hw/char/sclp*.[hc]
>  F: hw/char/terminal3270.c
> @@ -1541,7 +1541,7 @@ T: git https://github.com/borntraeger/qemu.git s390-next
>  L: qemu-s390x@nongnu.org
>  
>  S390-ccw boot
> -M: Christian Borntraeger <borntraeger@de.ibm.com>
> +M: Christian Borntraeger <borntraeger@linux.ibm.com>
>  M: Thomas Huth <thuth@redhat.com>
>  S: Supported
>  F: hw/s390x/ipl.*



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

* Re: [PATCH 1/1] MAINTAINERS: update email address of Christian Borntraeger
  2021-11-23  9:55 [PATCH 1/1] MAINTAINERS: update email address of Christian Borntraeger Christian Borntraeger
  2021-11-23 10:14 ` Halil Pasic
@ 2021-11-23 15:17 ` Christian Borntraeger
  2021-11-23 15:29   ` Thomas Huth
  1 sibling, 1 reply; 4+ messages in thread
From: Christian Borntraeger @ 2021-11-23 15:17 UTC (permalink / raw)
  To: Thomas Huth
  Cc: Janosch Frank, David Hildenbrand, Cornelia Huck,
	Richard Henderson, qemu-devel, Halil Pasic, qemu-s390x



Am 23.11.21 um 10:55 schrieb Christian Borntraeger:
> My borntraeger@de.ibm.com email is just a forwarder to the
> linux.ibm.com address. Let us remove the extra hop to avoid
> a potential source of errors.
> 
> While at it, add the relevant email addresses to mailmap.
> 
> Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>

This should have been the new adress I think. Want me to resend?

> ---
>   .mailmap    | 1 +
>   MAINTAINERS | 6 +++---
>   2 files changed, 4 insertions(+), 3 deletions(-)
> 
> diff --git a/.mailmap b/.mailmap
> index 8beb2f95ae28..c45d1c530144 100644
> --- a/.mailmap
> +++ b/.mailmap
> @@ -50,6 +50,7 @@ Aleksandar Rikalo <aleksandar.rikalo@syrmia.com> <arikalo@wavecomp.com>
>   Aleksandar Rikalo <aleksandar.rikalo@syrmia.com> <aleksandar.rikalo@rt-rk.com>
>   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>
>   Greg Kurz <groug@kaod.org> <gkurz@linux.vnet.ibm.com>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index d3879aa3c12c..e19d88ca9960 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -393,7 +393,7 @@ F: target/ppc/kvm.c
>   
>   S390 KVM CPUs
>   M: Halil Pasic <pasic@linux.ibm.com>
> -M: Christian Borntraeger <borntraeger@de.ibm.com>
> +M: Christian Borntraeger <borntraeger@linux.ibm.com>
>   S: Supported
>   F: target/s390x/kvm/
>   F: target/s390x/ioinst.[ch]
> @@ -1527,7 +1527,7 @@ S390 Machines
>   -------------
>   S390 Virtio-ccw
>   M: Halil Pasic <pasic@linux.ibm.com>
> -M: Christian Borntraeger <borntraeger@de.ibm.com>
> +M: Christian Borntraeger <borntraeger@linux.ibm.com>
>   S: Supported
>   F: hw/char/sclp*.[hc]
>   F: hw/char/terminal3270.c
> @@ -1541,7 +1541,7 @@ T: git https://github.com/borntraeger/qemu.git s390-next
>   L: qemu-s390x@nongnu.org
>   
>   S390-ccw boot
> -M: Christian Borntraeger <borntraeger@de.ibm.com>
> +M: Christian Borntraeger <borntraeger@linux.ibm.com>
>   M: Thomas Huth <thuth@redhat.com>
>   S: Supported
>   F: hw/s390x/ipl.*
> 


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

* Re: [PATCH 1/1] MAINTAINERS: update email address of Christian Borntraeger
  2021-11-23 15:17 ` Christian Borntraeger
@ 2021-11-23 15:29   ` Thomas Huth
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Huth @ 2021-11-23 15:29 UTC (permalink / raw)
  To: Christian Borntraeger
  Cc: Janosch Frank, David Hildenbrand, Cornelia Huck,
	Richard Henderson, qemu-devel, Halil Pasic, qemu-s390x

On 23/11/2021 16.17, Christian Borntraeger wrote:
> 
> 
> Am 23.11.21 um 10:55 schrieb Christian Borntraeger:
>> My borntraeger@de.ibm.com email is just a forwarder to the
>> linux.ibm.com address. Let us remove the extra hop to avoid
>> a potential source of errors.
>>
>> While at it, add the relevant email addresses to mailmap.
>>
>> Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
> 
> This should have been the new adress I think. Want me to resend?

Yes, it might be better if the S-o-B matches the "From:" address, I think.

  Thomas


>> ---
>>   .mailmap    | 1 +
>>   MAINTAINERS | 6 +++---
>>   2 files changed, 4 insertions(+), 3 deletions(-)
>>
>> diff --git a/.mailmap b/.mailmap
>> index 8beb2f95ae28..c45d1c530144 100644
>> --- a/.mailmap
>> +++ b/.mailmap
>> @@ -50,6 +50,7 @@ Aleksandar Rikalo <aleksandar.rikalo@syrmia.com> 
>> <arikalo@wavecomp.com>
>>   Aleksandar Rikalo <aleksandar.rikalo@syrmia.com> 
>> <aleksandar.rikalo@rt-rk.com>
>>   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>
>>   Greg Kurz <groug@kaod.org> <gkurz@linux.vnet.ibm.com>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index d3879aa3c12c..e19d88ca9960 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -393,7 +393,7 @@ F: target/ppc/kvm.c
>>   S390 KVM CPUs
>>   M: Halil Pasic <pasic@linux.ibm.com>
>> -M: Christian Borntraeger <borntraeger@de.ibm.com>
>> +M: Christian Borntraeger <borntraeger@linux.ibm.com>
>>   S: Supported
>>   F: target/s390x/kvm/
>>   F: target/s390x/ioinst.[ch]
>> @@ -1527,7 +1527,7 @@ S390 Machines
>>   -------------
>>   S390 Virtio-ccw
>>   M: Halil Pasic <pasic@linux.ibm.com>
>> -M: Christian Borntraeger <borntraeger@de.ibm.com>
>> +M: Christian Borntraeger <borntraeger@linux.ibm.com>
>>   S: Supported
>>   F: hw/char/sclp*.[hc]
>>   F: hw/char/terminal3270.c
>> @@ -1541,7 +1541,7 @@ T: git https://github.com/borntraeger/qemu.git 
>> s390-next
>>   L: qemu-s390x@nongnu.org
>>   S390-ccw boot
>> -M: Christian Borntraeger <borntraeger@de.ibm.com>
>> +M: Christian Borntraeger <borntraeger@linux.ibm.com>
>>   M: Thomas Huth <thuth@redhat.com>
>>   S: Supported
>>   F: hw/s390x/ipl.*
>>
> 



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

end of thread, other threads:[~2021-11-23 15:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-23  9:55 [PATCH 1/1] MAINTAINERS: update email address of Christian Borntraeger Christian Borntraeger
2021-11-23 10:14 ` Halil Pasic
2021-11-23 15:17 ` Christian Borntraeger
2021-11-23 15:29   ` Thomas Huth

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