From: Max Reitz <mreitz@redhat.com>
To: Changlong Xie <xiecl.fnst@cn.fujitsu.com>,
qemu devel <qemu-devel@nongnu.org>,
qemu block <qemu-block@nongnu.org>,
Stefan Hajnoczi <stefanha@redhat.com>,
Fam Zheng <famz@redhat.com>, Kevin Wolf <kwolf@redhat.com>,
Jeff Cody <jcody@redhat.com>
Cc: Paolo Bonzini <pbonzini@redhat.com>, John Snow <jsnow@redhat.com>,
Eric Blake <eblake@redhat.com>,
Markus Armbruster <armbru@redhat.com>,
"Dr. David Alan Gilbert" <dgilbert@redhat.com>,
Dong Eddie <eddie.dong@intel.com>,
Jiang Yunhong <yunhong.jiang@intel.com>,
zhanghailiang <zhang.zhanghailiang@huawei.com>,
Gonglei <arei.gonglei@huawei.com>,
Wen Congyang <wency@cn.fujitsu.com>,
Wang Weiwei <wangww.fnst@cn.fujitsu.com>
Subject: Re: [Qemu-devel] [PATCH v23 12/12] MAINTAINERS: add maintainer for replication
Date: Tue, 26 Jul 2016 18:25:44 +0200 [thread overview]
Message-ID: <072d9d73-1109-0c8c-c91a-a3ce246b0d5d@redhat.com> (raw)
In-Reply-To: <1469520941-16283-13-git-send-email-xiecl.fnst@cn.fujitsu.com>
[-- Attachment #1: Type: text/plain, Size: 1161 bytes --]
On 26.07.2016 10:15, Changlong Xie wrote:
> As per Stefan's suggestion, add Wen and I as co-maintainers
> of replication.
>
> Cc: Stefan Hajnoczi <stefanha@redhat.com>
> Signed-off-by: Wen Congyang <wency@cn.fujitsu.com>
> Signed-off-by: Changlong Xie <xiecl.fnst@cn.fujitsu.com>
> ---
> MAINTAINERS | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index d1439a8..8fa2a25 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1619,6 +1619,14 @@ L: qemu-block@nongnu.org
> S: Supported
> F: tests/image-fuzzer/
>
> +replication
While some acronyms are written fully in lower case in this file, this
is not an acronym, so I'd capitalize it as "Replication", or maybe call
it "Block replication" instead.
> +M: Wen Congyang <wency@cn.fujitsu.com>
> +M: Changlong Xie <xiecl.fnst@cn.fujitsu.com>
> +S: Supported
> +F: replication*
> +F: block/replication.c
> +F: test/test-replication.c
docs/block-replication.txt should probably be mentioned as well.
Max
> +
> Build and test automation
> -------------------------
> M: Alex Bennée <alex.bennee@linaro.org>
>
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 498 bytes --]
next prev parent reply other threads:[~2016-07-26 16:25 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-26 8:15 [Qemu-devel] [PATCH v23 00/12] Block replication for continuous checkpoints Changlong Xie
2016-07-26 8:15 ` [Qemu-devel] [PATCH v23 01/12] unblock backup operations in backing file Changlong Xie
2016-07-26 8:15 ` [Qemu-devel] [PATCH v23 02/12] Backup: clear all bitmap when doing block checkpoint Changlong Xie
2016-07-26 8:15 ` [Qemu-devel] [PATCH v23 03/12] Backup: export interfaces for extra serialization Changlong Xie
2016-07-26 8:15 ` [Qemu-devel] [PATCH v23 04/12] Link backup into block core Changlong Xie
2016-07-26 8:15 ` [Qemu-devel] [PATCH v23 05/12] docs: block replication's description Changlong Xie
2016-07-26 8:15 ` [Qemu-devel] [PATCH v23 06/12] auto complete active commit Changlong Xie
2016-07-26 8:15 ` [Qemu-devel] [PATCH v23 07/12] configure: support replication Changlong Xie
2016-07-26 8:15 ` [Qemu-devel] [PATCH v23 08/12] Introduce new APIs to do replication operation Changlong Xie
2016-07-26 8:15 ` [Qemu-devel] [PATCH v23 09/12] Implement new driver for block replication Changlong Xie
2016-07-26 16:17 ` Max Reitz
2016-07-27 2:16 ` Changlong Xie
2016-07-26 8:15 ` [Qemu-devel] [PATCH v23 10/12] tests: add unit test case for replication Changlong Xie
2016-07-26 8:15 ` [Qemu-devel] [PATCH v23 11/12] support replication driver in blockdev-add Changlong Xie
2016-07-26 16:22 ` Max Reitz
2016-07-27 2:17 ` Changlong Xie
2016-07-26 8:15 ` [Qemu-devel] [PATCH v23 12/12] MAINTAINERS: add maintainer for replication Changlong Xie
2016-07-26 16:25 ` Max Reitz [this message]
2016-07-27 2:18 ` Changlong Xie
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=072d9d73-1109-0c8c-c91a-a3ce246b0d5d@redhat.com \
--to=mreitz@redhat.com \
--cc=arei.gonglei@huawei.com \
--cc=armbru@redhat.com \
--cc=dgilbert@redhat.com \
--cc=eblake@redhat.com \
--cc=eddie.dong@intel.com \
--cc=famz@redhat.com \
--cc=jcody@redhat.com \
--cc=jsnow@redhat.com \
--cc=kwolf@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-block@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@redhat.com \
--cc=wangww.fnst@cn.fujitsu.com \
--cc=wency@cn.fujitsu.com \
--cc=xiecl.fnst@cn.fujitsu.com \
--cc=yunhong.jiang@intel.com \
--cc=zhang.zhanghailiang@huawei.com \
/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).