qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] MAINTAINERS: Update email address for Fam Zheng
@ 2018-11-21 15:30 Fam Zheng
  2018-11-21 15:54 ` Marc-André Lureau
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Fam Zheng @ 2018-11-21 15:30 UTC (permalink / raw)
  To: qemu-devel; +Cc: jsnow, pbonzini, fam, alex.bennee, stefanha

Since I am about to change company, update the email address in
MAINTAINERS to my personal one. Depending on responsibility changes I
may eventually fade out in some of the maintained areas, but that will
be figured out afterward, or maybe I'll use the work email later. For
now, just do a search and replace.

Signed-off-by: Fam Zheng <fam@euphon.net>
Signed-off-by: Fam Zheng <famz@redhat.com>
---
 MAINTAINERS | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 1032406c56..906d40d06d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1252,7 +1252,7 @@ T: git https://github.com/jasowang/qemu.git net
 
 SCSI
 M: Paolo Bonzini <pbonzini@redhat.com>
-R: Fam Zheng <famz@redhat.com>
+R: Fam Zheng <fam@euphon.net>
 S: Supported
 F: include/hw/scsi/*
 F: hw/scsi/*
@@ -1565,7 +1565,7 @@ T: git https://repo.or.cz/qemu/kevin.git block
 
 Block I/O path
 M: Stefan Hajnoczi <stefanha@redhat.com>
-M: Fam Zheng <famz@redhat.com>
+M: Fam Zheng <fam@euphon.net>
 L: qemu-block@nongnu.org
 S: Supported
 F: util/async.c
@@ -1579,7 +1579,7 @@ T: git https://github.com/stefanha/qemu.git block
 
 Block SCSI subsystem
 M: Paolo Bonzini <pbonzini@redhat.com>
-R: Fam Zheng <famz@redhat.com>
+R: Fam Zheng <fam@euphon.net>
 L: qemu-block@nongnu.org
 S: Supported
 F: include/scsi/*
@@ -1611,7 +1611,7 @@ F: qapi/transaction.json
 T: git https://repo.or.cz/qemu/armbru.git block-next
 
 Dirty Bitmaps
-M: Fam Zheng <famz@redhat.com>
+M: Fam Zheng <fam@euphon.net>
 M: John Snow <jsnow@redhat.com>
 L: qemu-block@nongnu.org
 S: Supported
@@ -1985,7 +1985,7 @@ F: tests/test-throttle.c
 L: qemu-block@nongnu.org
 
 UUID
-M: Fam Zheng <famz@redhat.com>
+M: Fam Zheng <fam@euphon.net>
 S: Supported
 F: util/uuid.c
 F: include/qemu/uuid.h
@@ -2116,7 +2116,7 @@ F: disas/tci.c
 Block drivers
 -------------
 VMDK
-M: Fam Zheng <famz@redhat.com>
+M: Fam Zheng <fam@euphon.net>
 L: qemu-block@nongnu.org
 S: Supported
 F: block/vmdk.c
@@ -2202,13 +2202,13 @@ F: block/gluster.c
 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
 
 Null Block Driver
-M: Fam Zheng <famz@redhat.com>
+M: Fam Zheng <fam@euphon.net>
 L: qemu-block@nongnu.org
 S: Supported
 F: block/null.c
 
 NVMe Block Driver
-M: Fam Zheng <famz@redhat.com>
+M: Fam Zheng <fam@euphon.net>
 L: qemu-block@nongnu.org
 S: Supported
 F: block/nvme*
@@ -2339,7 +2339,7 @@ Build and test automation
 -------------------------
 Build and test automation
 M: Alex Bennée <alex.bennee@linaro.org>
-M: Fam Zheng <famz@redhat.com>
+M: Fam Zheng <fam@euphon.net>
 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
 L: qemu-devel@nongnu.org
 S: Maintained
-- 
2.17.2

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

* Re: [Qemu-devel] [PATCH] MAINTAINERS: Update email address for Fam Zheng
  2018-11-21 15:30 [Qemu-devel] [PATCH] MAINTAINERS: Update email address for Fam Zheng Fam Zheng
@ 2018-11-21 15:54 ` Marc-André Lureau
  2018-11-21 15:56 ` John Snow
  2018-12-01 23:17 ` Philippe Mathieu-Daudé
  2 siblings, 0 replies; 4+ messages in thread
From: Marc-André Lureau @ 2018-11-21 15:54 UTC (permalink / raw)
  To: Fam Zheng
  Cc: QEMU, fam, Paolo Bonzini, John Snow, Stefan Hajnoczi,
	Alex Bennée

Hi

On Wed, Nov 21, 2018 at 7:39 PM Fam Zheng <famz@redhat.com> wrote:
>
> Since I am about to change company, update the email address in
> MAINTAINERS to my personal one. Depending on responsibility changes I
> may eventually fade out in some of the maintained areas, but that will
> be figured out afterward, or maybe I'll use the work email later. For
> now, just do a search and replace.
>
> Signed-off-by: Fam Zheng <fam@euphon.net>
> Signed-off-by: Fam Zheng <famz@redhat.com>

Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>

Meanwhile, we can make guesses on your future work address! :)

> ---
>  MAINTAINERS | 18 +++++++++---------
>  1 file changed, 9 insertions(+), 9 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 1032406c56..906d40d06d 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1252,7 +1252,7 @@ T: git https://github.com/jasowang/qemu.git net
>
>  SCSI
>  M: Paolo Bonzini <pbonzini@redhat.com>
> -R: Fam Zheng <famz@redhat.com>
> +R: Fam Zheng <fam@euphon.net>
>  S: Supported
>  F: include/hw/scsi/*
>  F: hw/scsi/*
> @@ -1565,7 +1565,7 @@ T: git https://repo.or.cz/qemu/kevin.git block
>
>  Block I/O path
>  M: Stefan Hajnoczi <stefanha@redhat.com>
> -M: Fam Zheng <famz@redhat.com>
> +M: Fam Zheng <fam@euphon.net>
>  L: qemu-block@nongnu.org
>  S: Supported
>  F: util/async.c
> @@ -1579,7 +1579,7 @@ T: git https://github.com/stefanha/qemu.git block
>
>  Block SCSI subsystem
>  M: Paolo Bonzini <pbonzini@redhat.com>
> -R: Fam Zheng <famz@redhat.com>
> +R: Fam Zheng <fam@euphon.net>
>  L: qemu-block@nongnu.org
>  S: Supported
>  F: include/scsi/*
> @@ -1611,7 +1611,7 @@ F: qapi/transaction.json
>  T: git https://repo.or.cz/qemu/armbru.git block-next
>
>  Dirty Bitmaps
> -M: Fam Zheng <famz@redhat.com>
> +M: Fam Zheng <fam@euphon.net>
>  M: John Snow <jsnow@redhat.com>
>  L: qemu-block@nongnu.org
>  S: Supported
> @@ -1985,7 +1985,7 @@ F: tests/test-throttle.c
>  L: qemu-block@nongnu.org
>
>  UUID
> -M: Fam Zheng <famz@redhat.com>
> +M: Fam Zheng <fam@euphon.net>
>  S: Supported
>  F: util/uuid.c
>  F: include/qemu/uuid.h
> @@ -2116,7 +2116,7 @@ F: disas/tci.c
>  Block drivers
>  -------------
>  VMDK
> -M: Fam Zheng <famz@redhat.com>
> +M: Fam Zheng <fam@euphon.net>
>  L: qemu-block@nongnu.org
>  S: Supported
>  F: block/vmdk.c
> @@ -2202,13 +2202,13 @@ F: block/gluster.c
>  T: git https://github.com/codyprime/qemu-kvm-jtc.git block
>
>  Null Block Driver
> -M: Fam Zheng <famz@redhat.com>
> +M: Fam Zheng <fam@euphon.net>
>  L: qemu-block@nongnu.org
>  S: Supported
>  F: block/null.c
>
>  NVMe Block Driver
> -M: Fam Zheng <famz@redhat.com>
> +M: Fam Zheng <fam@euphon.net>
>  L: qemu-block@nongnu.org
>  S: Supported
>  F: block/nvme*
> @@ -2339,7 +2339,7 @@ Build and test automation
>  -------------------------
>  Build and test automation
>  M: Alex Bennée <alex.bennee@linaro.org>
> -M: Fam Zheng <famz@redhat.com>
> +M: Fam Zheng <fam@euphon.net>
>  R: Philippe Mathieu-Daudé <f4bug@amsat.org>
>  L: qemu-devel@nongnu.org
>  S: Maintained
> --
> 2.17.2
>
>


-- 
Marc-André Lureau

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

* Re: [Qemu-devel] [PATCH] MAINTAINERS: Update email address for Fam Zheng
  2018-11-21 15:30 [Qemu-devel] [PATCH] MAINTAINERS: Update email address for Fam Zheng Fam Zheng
  2018-11-21 15:54 ` Marc-André Lureau
@ 2018-11-21 15:56 ` John Snow
  2018-12-01 23:17 ` Philippe Mathieu-Daudé
  2 siblings, 0 replies; 4+ messages in thread
From: John Snow @ 2018-11-21 15:56 UTC (permalink / raw)
  To: Fam Zheng, qemu-devel; +Cc: fam, pbonzini, stefanha, alex.bennee



On 11/21/18 10:30 AM, Fam Zheng wrote:
> Since I am about to change company, update the email address in
> MAINTAINERS to my personal one. Depending on responsibility changes I
> may eventually fade out in some of the maintained areas, but that will
> be figured out afterward, or maybe I'll use the work email later. For
> now, just do a search and replace.
> 
> Signed-off-by: Fam Zheng <fam@euphon.net>
> Signed-off-by: Fam Zheng <famz@redhat.com>

Reviewed-by: John Snow <jsnow@redhat.com>

Best of luck!

> ---
>  MAINTAINERS | 18 +++++++++---------
>  1 file changed, 9 insertions(+), 9 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 1032406c56..906d40d06d 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1252,7 +1252,7 @@ T: git https://github.com/jasowang/qemu.git net
>  
>  SCSI
>  M: Paolo Bonzini <pbonzini@redhat.com>
> -R: Fam Zheng <famz@redhat.com>
> +R: Fam Zheng <fam@euphon.net>
>  S: Supported
>  F: include/hw/scsi/*
>  F: hw/scsi/*
> @@ -1565,7 +1565,7 @@ T: git https://repo.or.cz/qemu/kevin.git block
>  
>  Block I/O path
>  M: Stefan Hajnoczi <stefanha@redhat.com>
> -M: Fam Zheng <famz@redhat.com>
> +M: Fam Zheng <fam@euphon.net>
>  L: qemu-block@nongnu.org
>  S: Supported
>  F: util/async.c
> @@ -1579,7 +1579,7 @@ T: git https://github.com/stefanha/qemu.git block
>  
>  Block SCSI subsystem
>  M: Paolo Bonzini <pbonzini@redhat.com>
> -R: Fam Zheng <famz@redhat.com>
> +R: Fam Zheng <fam@euphon.net>
>  L: qemu-block@nongnu.org
>  S: Supported
>  F: include/scsi/*
> @@ -1611,7 +1611,7 @@ F: qapi/transaction.json
>  T: git https://repo.or.cz/qemu/armbru.git block-next
>  
>  Dirty Bitmaps
> -M: Fam Zheng <famz@redhat.com>
> +M: Fam Zheng <fam@euphon.net>
>  M: John Snow <jsnow@redhat.com>
>  L: qemu-block@nongnu.org
>  S: Supported
> @@ -1985,7 +1985,7 @@ F: tests/test-throttle.c
>  L: qemu-block@nongnu.org
>  
>  UUID
> -M: Fam Zheng <famz@redhat.com>
> +M: Fam Zheng <fam@euphon.net>
>  S: Supported
>  F: util/uuid.c
>  F: include/qemu/uuid.h
> @@ -2116,7 +2116,7 @@ F: disas/tci.c
>  Block drivers
>  -------------
>  VMDK
> -M: Fam Zheng <famz@redhat.com>
> +M: Fam Zheng <fam@euphon.net>
>  L: qemu-block@nongnu.org
>  S: Supported
>  F: block/vmdk.c
> @@ -2202,13 +2202,13 @@ F: block/gluster.c
>  T: git https://github.com/codyprime/qemu-kvm-jtc.git block
>  
>  Null Block Driver
> -M: Fam Zheng <famz@redhat.com>
> +M: Fam Zheng <fam@euphon.net>
>  L: qemu-block@nongnu.org
>  S: Supported
>  F: block/null.c
>  
>  NVMe Block Driver
> -M: Fam Zheng <famz@redhat.com>
> +M: Fam Zheng <fam@euphon.net>
>  L: qemu-block@nongnu.org
>  S: Supported
>  F: block/nvme*
> @@ -2339,7 +2339,7 @@ Build and test automation
>  -------------------------
>  Build and test automation
>  M: Alex Bennée <alex.bennee@linaro.org>
> -M: Fam Zheng <famz@redhat.com>
> +M: Fam Zheng <fam@euphon.net>
>  R: Philippe Mathieu-Daudé <f4bug@amsat.org>
>  L: qemu-devel@nongnu.org
>  S: Maintained
> 

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

* Re: [Qemu-devel] [PATCH] MAINTAINERS: Update email address for Fam Zheng
  2018-11-21 15:30 [Qemu-devel] [PATCH] MAINTAINERS: Update email address for Fam Zheng Fam Zheng
  2018-11-21 15:54 ` Marc-André Lureau
  2018-11-21 15:56 ` John Snow
@ 2018-12-01 23:17 ` Philippe Mathieu-Daudé
  2 siblings, 0 replies; 4+ messages in thread
From: Philippe Mathieu-Daudé @ 2018-12-01 23:17 UTC (permalink / raw)
  To: fam, QEMU Trivial, Peter Maydell
  Cc: qemu-devel, pbonzini, jsnow, stefanha, alex.bennee

Cc'ing Trivial@ & Peter.

I seems this email is now over, thus it would be nice to have this patch
merged in 4.1 early opening.
(Does it apply as a fix before the 4.0 release?)

On 21/11/18 16:30, Fam Zheng wrote:
> Since I am about to change company, update the email address in
> MAINTAINERS to my personal one. Depending on responsibility changes I
> may eventually fade out in some of the maintained areas, but that will
> be figured out afterward, or maybe I'll use the work email later. For
> now, just do a search and replace.
> 
> Signed-off-by: Fam Zheng <fam@euphon.net>
> Signed-off-by: Fam Zheng <famz@redhat.com>

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

> ---
>  MAINTAINERS | 18 +++++++++---------
>  1 file changed, 9 insertions(+), 9 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 1032406c56..906d40d06d 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1252,7 +1252,7 @@ T: git https://github.com/jasowang/qemu.git net
>  
>  SCSI
>  M: Paolo Bonzini <pbonzini@redhat.com>
> -R: Fam Zheng <famz@redhat.com>
> +R: Fam Zheng <fam@euphon.net>
>  S: Supported
>  F: include/hw/scsi/*
>  F: hw/scsi/*
> @@ -1565,7 +1565,7 @@ T: git https://repo.or.cz/qemu/kevin.git block
>  
>  Block I/O path
>  M: Stefan Hajnoczi <stefanha@redhat.com>
> -M: Fam Zheng <famz@redhat.com>
> +M: Fam Zheng <fam@euphon.net>
>  L: qemu-block@nongnu.org
>  S: Supported
>  F: util/async.c
> @@ -1579,7 +1579,7 @@ T: git https://github.com/stefanha/qemu.git block
>  
>  Block SCSI subsystem
>  M: Paolo Bonzini <pbonzini@redhat.com>
> -R: Fam Zheng <famz@redhat.com>
> +R: Fam Zheng <fam@euphon.net>
>  L: qemu-block@nongnu.org
>  S: Supported
>  F: include/scsi/*
> @@ -1611,7 +1611,7 @@ F: qapi/transaction.json
>  T: git https://repo.or.cz/qemu/armbru.git block-next
>  
>  Dirty Bitmaps
> -M: Fam Zheng <famz@redhat.com>
> +M: Fam Zheng <fam@euphon.net>
>  M: John Snow <jsnow@redhat.com>
>  L: qemu-block@nongnu.org
>  S: Supported
> @@ -1985,7 +1985,7 @@ F: tests/test-throttle.c
>  L: qemu-block@nongnu.org
>  
>  UUID
> -M: Fam Zheng <famz@redhat.com>
> +M: Fam Zheng <fam@euphon.net>
>  S: Supported
>  F: util/uuid.c
>  F: include/qemu/uuid.h
> @@ -2116,7 +2116,7 @@ F: disas/tci.c
>  Block drivers
>  -------------
>  VMDK
> -M: Fam Zheng <famz@redhat.com>
> +M: Fam Zheng <fam@euphon.net>
>  L: qemu-block@nongnu.org
>  S: Supported
>  F: block/vmdk.c
> @@ -2202,13 +2202,13 @@ F: block/gluster.c
>  T: git https://github.com/codyprime/qemu-kvm-jtc.git block
>  
>  Null Block Driver
> -M: Fam Zheng <famz@redhat.com>
> +M: Fam Zheng <fam@euphon.net>
>  L: qemu-block@nongnu.org
>  S: Supported
>  F: block/null.c
>  
>  NVMe Block Driver
> -M: Fam Zheng <famz@redhat.com>
> +M: Fam Zheng <fam@euphon.net>
>  L: qemu-block@nongnu.org
>  S: Supported
>  F: block/nvme*
> @@ -2339,7 +2339,7 @@ Build and test automation
>  -------------------------
>  Build and test automation
>  M: Alex Bennée <alex.bennee@linaro.org>
> -M: Fam Zheng <famz@redhat.com>
> +M: Fam Zheng <fam@euphon.net>
>  R: Philippe Mathieu-Daudé <f4bug@amsat.org>
>  L: qemu-devel@nongnu.org
>  S: Maintained
> 

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

end of thread, other threads:[~2018-12-01 23:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-21 15:30 [Qemu-devel] [PATCH] MAINTAINERS: Update email address for Fam Zheng Fam Zheng
2018-11-21 15:54 ` Marc-André Lureau
2018-11-21 15:56 ` John Snow
2018-12-01 23:17 ` Philippe Mathieu-Daudé

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