qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Laurent Vivier <laurent@vivier.eu>
To: qemu-devel@nongnu.org
Cc: "Michael S. Tsirkin" <mst@redhat.com>,
	qemu-trivial@nongnu.org, Laurent Vivier <laurent@vivier.eu>,
	Richard Henderson <rth@twiddle.net>,
	Eduardo Habkost <ehabkost@redhat.com>,
	Michael Tokarev <mjt@tls.msk.ru>,
	Paolo Bonzini <pbonzini@redhat.com>, Fam Zheng <famz@redhat.com>,
	Fam Zheng <fam@euphon.net>
Subject: [Qemu-devel] [PULL 28/30] MAINTAINERS: Update email address for Fam Zheng
Date: Tue, 11 Dec 2018 19:03:50 +0100	[thread overview]
Message-ID: <20181211180352.19644-29-laurent@vivier.eu> (raw)
In-Reply-To: <20181211180352.19644-1-laurent@vivier.eu>

From: Fam Zheng <famz@redhat.com>

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>
Reviewed-by: John Snow <jsnow@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20181121153036.2941-1-famz@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
---
 MAINTAINERS | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 0e5c9cf52a..02acc1cc8a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1301,7 +1301,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/*
@@ -1629,7 +1629,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
@@ -1643,7 +1643,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/*
@@ -1675,7 +1675,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
@@ -2051,7 +2051,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
@@ -2182,7 +2182,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
@@ -2268,13 +2268,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*
@@ -2405,7 +2405,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é <philmd@redhat.com>
 L: qemu-devel@nongnu.org
 S: Maintained
-- 
2.19.2

  parent reply	other threads:[~2018-12-11 18:05 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-11 18:03 [Qemu-devel] [PULL 00/30] Trivial patches Laurent Vivier
2018-12-11 18:03 ` [Qemu-devel] [PULL 01/30] hw: qdev: fix error in comment Laurent Vivier
2018-12-11 18:03 ` [Qemu-devel] [PULL 02/30] virtio: pass argument by value for virtqueue_map_iovec() Laurent Vivier
2018-12-11 18:03 ` [Qemu-devel] [PULL 03/30] misc: fix spelling Laurent Vivier
2018-12-11 18:03 ` [Qemu-devel] [PULL 04/30] hw: set_netdev: remove useless code Laurent Vivier
2018-12-11 18:03 ` [Qemu-devel] [PULL 05/30] qapi: Reduce Makefile boilerplate Laurent Vivier
2018-12-11 18:03 ` [Qemu-devel] [PULL 06/30] misc: Avoid UTF-8 in error messages Laurent Vivier
2018-12-11 18:03 ` [Qemu-devel] [PULL 07/30] MAINTAINERS: Add missing hw/pci-host entries Laurent Vivier
2018-12-11 18:03 ` [Qemu-devel] [PULL 08/30] MAINTAINERS: Add nios2-related files to the Nios2 section Laurent Vivier
2018-12-11 18:03 ` [Qemu-devel] [PULL 09/30] target: hax: replace g_malloc with g_new0 Laurent Vivier
2018-12-11 18:03 ` [Qemu-devel] [PULL 10/30] MAINTAINERS: Fix ACPI tests data files path Laurent Vivier
2018-12-11 18:03 ` [Qemu-devel] [PULL 11/30] MAINTAINERS: Add a missing entry to the SPARC CPU Laurent Vivier
2018-12-11 18:03 ` [Qemu-devel] [PULL 12/30] MAINTAINERS: Add missing entries for the Xilinx ZynqMP machine Laurent Vivier
2018-12-11 18:03 ` [Qemu-devel] [PULL 13/30] MAINTAINERS: Add missing entries for the Jazz machine Laurent Vivier
2018-12-11 18:03 ` [Qemu-devel] [PULL 14/30] MAINTAINERS: Add a missing entry for the Xilinx S3A-DSP 1800 machine Laurent Vivier
2018-12-11 18:03 ` [Qemu-devel] [PULL 15/30] MAINTAINERS: Add a missing entry for the Old World machines Laurent Vivier
2018-12-11 18:03 ` [Qemu-devel] [PULL 16/30] MAINTAINERS: Add a missing entry for the sun4m machines Laurent Vivier
2018-12-11 18:03 ` [Qemu-devel] [PULL 17/30] MAINTAINERS: Add missing entries to the PC Chipset section Laurent Vivier
2018-12-11 18:03 ` [Qemu-devel] [PULL 18/30] MAINTAINERS: Add missing entries to the vhost section Laurent Vivier
2018-12-11 18:03 ` [Qemu-devel] [PULL 19/30] MAINTAINERS: Add missing entries for the Canon DIGIC machine Laurent Vivier
2018-12-11 18:03 ` [Qemu-devel] [PULL 20/30] MAINTAINERS: Add missing entries for the MPS2 machine Laurent Vivier
2018-12-11 18:03 ` [Qemu-devel] [PULL 21/30] MAINTAINERS: Add a missing entry to SPICE Laurent Vivier
2018-12-11 18:03 ` [Qemu-devel] [PULL 22/30] MAINTAINERS: Add a missing entry to the QMP section Laurent Vivier
2018-12-11 18:03 ` [Qemu-devel] [PULL 23/30] MAINTAINERS: Add a missing entry for the NVDIMM device Laurent Vivier
2018-12-11 18:03 ` [Qemu-devel] [PULL 24/30] MAINTAINERS: Use my work email to review Build and test automation patches Laurent Vivier
2018-12-11 18:03 ` [Qemu-devel] [PULL 25/30] target: hax: fix errors in comment Laurent Vivier
2018-12-11 18:03 ` [Qemu-devel] [PULL 26/30] util: vfio-helpers: use ARRAY_SIZE in qemu_vfio_init_pci() Laurent Vivier
2018-12-11 18:03 ` [Qemu-devel] [PULL 27/30] cutils: Assert in-range base for string-to-integer conversions Laurent Vivier
2018-12-11 18:03 ` Laurent Vivier [this message]
2018-12-11 18:03 ` [Qemu-devel] [PULL 29/30] maint: Grammar fix to mailmap Laurent Vivier
2018-12-11 18:03 ` [Qemu-devel] [PULL 30/30] Fixes i386 xchgq test Laurent Vivier
2018-12-12 21:11 ` [Qemu-devel] [PULL 00/30] Trivial patches Peter Maydell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20181211180352.19644-29-laurent@vivier.eu \
    --to=laurent@vivier.eu \
    --cc=ehabkost@redhat.com \
    --cc=fam@euphon.net \
    --cc=famz@redhat.com \
    --cc=mjt@tls.msk.ru \
    --cc=mst@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-trivial@nongnu.org \
    --cc=rth@twiddle.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).