qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH kvm-unit-tests] MAINTAINERS: Change drew's email address
@ 2022-06-23 13:10 Andrew Jones
  2022-06-23 13:52 ` Alex Bennée
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Andrew Jones @ 2022-06-23 13:10 UTC (permalink / raw)
  To: kvm, kvmarm
  Cc: qemu-devel, qemu-arm, pbonzini, thuth, alexandru.elisei,
	alex.bennee, andre.przywara, nikos.nikoleris, ricarkol, seanjc,
	maz, peter.maydell

As a side effect of leaving Red Hat I won't be able to use my Red Hat
email address anymore. I'm also changing the name of my gitlab group.

Signed-off-by: Andrew Jones <andrew.jones@linux.dev>
Signed-off-by: Andrew Jones <drjones@redhat.com>
---
 MAINTAINERS | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index bab08e740332..5e4c7bd70786 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -55,7 +55,7 @@ Maintainers
 -----------
 M: Paolo Bonzini <pbonzini@redhat.com>
 M: Thomas Huth <thuth@redhat.com>
-M: Andrew Jones <drjones@redhat.com>
+M: Andrew Jones <andrew.jones@linux.dev>
 S: Supported
 L: kvm@vger.kernel.org
 T: https://gitlab.com/kvm-unit-tests/kvm-unit-tests.git
@@ -64,14 +64,14 @@ Architecture Specific Code:
 ---------------------------
 
 ARM
-M: Andrew Jones <drjones@redhat.com>
+M: Andrew Jones <andrew.jones@linux.dev>
 S: Supported
 L: kvm@vger.kernel.org
 L: kvmarm@lists.cs.columbia.edu
 F: arm/
 F: lib/arm/
 F: lib/arm64/
-T: https://gitlab.com/rhdrjones/kvm-unit-tests.git
+T: https://gitlab.com/drew-jones/kvm-unit-tests.git
 
 POWERPC
 M: Laurent Vivier <lvivier@redhat.com>
-- 
2.34.3



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

* Re: [PATCH kvm-unit-tests] MAINTAINERS: Change drew's email address
  2022-06-23 13:10 [PATCH kvm-unit-tests] MAINTAINERS: Change drew's email address Andrew Jones
@ 2022-06-23 13:52 ` Alex Bennée
  2022-06-23 14:49 ` Thomas Huth
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Alex Bennée @ 2022-06-23 13:52 UTC (permalink / raw)
  To: Andrew Jones
  Cc: kvm, kvmarm, qemu-devel, qemu-arm, pbonzini, thuth,
	alexandru.elisei, andre.przywara, nikos.nikoleris, ricarkol,
	seanjc, maz, peter.maydell


Andrew Jones <drjones@redhat.com> writes:

> As a side effect of leaving Red Hat I won't be able to use my Red Hat
> email address anymore. I'm also changing the name of my gitlab group.
>
> Signed-off-by: Andrew Jones <andrew.jones@linux.dev>
> Signed-off-by: Andrew Jones <drjones@redhat.com>

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

-- 
Alex Bennée


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

* Re: [PATCH kvm-unit-tests] MAINTAINERS: Change drew's email address
  2022-06-23 13:10 [PATCH kvm-unit-tests] MAINTAINERS: Change drew's email address Andrew Jones
  2022-06-23 13:52 ` Alex Bennée
@ 2022-06-23 14:49 ` Thomas Huth
  2022-06-23 15:29 ` Marc Zyngier
  2022-06-24  8:55 ` Paolo Bonzini
  3 siblings, 0 replies; 5+ messages in thread
From: Thomas Huth @ 2022-06-23 14:49 UTC (permalink / raw)
  To: Andrew Jones, kvm, kvmarm
  Cc: qemu-devel, qemu-arm, pbonzini, alexandru.elisei, alex.bennee,
	andre.przywara, nikos.nikoleris, ricarkol, seanjc, maz,
	peter.maydell

On 23/06/2022 15.10, Andrew Jones wrote:
> As a side effect of leaving Red Hat I won't be able to use my Red Hat
> email address anymore. I'm also changing the name of my gitlab group.
> 
> Signed-off-by: Andrew Jones <andrew.jones@linux.dev>
> Signed-off-by: Andrew Jones <drjones@redhat.com>
> ---
>   MAINTAINERS | 6 +++---
>   1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index bab08e740332..5e4c7bd70786 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -55,7 +55,7 @@ Maintainers
>   -----------
>   M: Paolo Bonzini <pbonzini@redhat.com>
>   M: Thomas Huth <thuth@redhat.com>
> -M: Andrew Jones <drjones@redhat.com>
> +M: Andrew Jones <andrew.jones@linux.dev>
>   S: Supported
>   L: kvm@vger.kernel.org
>   T: https://gitlab.com/kvm-unit-tests/kvm-unit-tests.git
> @@ -64,14 +64,14 @@ Architecture Specific Code:
>   ---------------------------
>   
>   ARM
> -M: Andrew Jones <drjones@redhat.com>
> +M: Andrew Jones <andrew.jones@linux.dev>
>   S: Supported
>   L: kvm@vger.kernel.org
>   L: kvmarm@lists.cs.columbia.edu
>   F: arm/
>   F: lib/arm/
>   F: lib/arm64/
> -T: https://gitlab.com/rhdrjones/kvm-unit-tests.git
> +T: https://gitlab.com/drew-jones/kvm-unit-tests.git
>   
>   POWERPC
>   M: Laurent Vivier <lvivier@redhat.com>

Acked-by: Thomas Huth <thuth@redhat.com>



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

* Re: [PATCH kvm-unit-tests] MAINTAINERS: Change drew's email address
  2022-06-23 13:10 [PATCH kvm-unit-tests] MAINTAINERS: Change drew's email address Andrew Jones
  2022-06-23 13:52 ` Alex Bennée
  2022-06-23 14:49 ` Thomas Huth
@ 2022-06-23 15:29 ` Marc Zyngier
  2022-06-24  8:55 ` Paolo Bonzini
  3 siblings, 0 replies; 5+ messages in thread
From: Marc Zyngier @ 2022-06-23 15:29 UTC (permalink / raw)
  To: Andrew Jones
  Cc: kvm, kvmarm, qemu-devel, qemu-arm, pbonzini, thuth,
	alexandru.elisei, alex.bennee, andre.przywara, nikos.nikoleris,
	ricarkol, seanjc, peter.maydell

On Thu, 23 Jun 2022 14:10:17 +0100,
Andrew Jones <drjones@redhat.com> wrote:
> 
> As a side effect of leaving Red Hat I won't be able to use my Red Hat
> email address anymore. I'm also changing the name of my gitlab group.
> 
> Signed-off-by: Andrew Jones <andrew.jones@linux.dev>
> Signed-off-by: Andrew Jones <drjones@redhat.com>

Acked-by: Marc Zyngier <maz@kernel.org>

	M.

-- 
Without deviation from the norm, progress is not possible.


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

* Re: [PATCH kvm-unit-tests] MAINTAINERS: Change drew's email address
  2022-06-23 13:10 [PATCH kvm-unit-tests] MAINTAINERS: Change drew's email address Andrew Jones
                   ` (2 preceding siblings ...)
  2022-06-23 15:29 ` Marc Zyngier
@ 2022-06-24  8:55 ` Paolo Bonzini
  3 siblings, 0 replies; 5+ messages in thread
From: Paolo Bonzini @ 2022-06-24  8:55 UTC (permalink / raw)
  To: Andrew Jones
  Cc: kvm, kvmarm, qemu-devel, qemu-arm, pbonzini, thuth,
	alexandru.elisei, alex.bennee, andre.przywara, nikos.nikoleris,
	ricarkol, seanjc, maz, peter.maydell

Queued, thanks.

Paolo




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

end of thread, other threads:[~2022-06-24  9:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-23 13:10 [PATCH kvm-unit-tests] MAINTAINERS: Change drew's email address Andrew Jones
2022-06-23 13:52 ` Alex Bennée
2022-06-23 14:49 ` Thomas Huth
2022-06-23 15:29 ` Marc Zyngier
2022-06-24  8:55 ` Paolo Bonzini

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