diff mbox

[v23,12/12] MAINTAINERS: add maintainer for replication

Message ID 1469520941-16283-13-git-send-email-xiecl.fnst@cn.fujitsu.com (mailing list archive)
State New, archived
Headers show

Commit Message

Changlong Xie July 26, 2016, 8:15 a.m. UTC
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(+)

Comments

Max Reitz July 26, 2016, 4:25 p.m. UTC | #1
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>
>
Changlong Xie July 27, 2016, 2:18 a.m. UTC | #2
On 07/27/2016 12:25 AM, Max Reitz wrote:
>> +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.
>

I just know the rule and "Repliation" is good for me.

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

Surely

> Max
>
>> >+
>> >  Build and test automation
>> >  -------------------------
>> >  M: Alex Bennée<alex.bennee@linaro.org>
>> >
>
diff mbox

Patch

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
+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
+
 Build and test automation
 -------------------------
 M: Alex Bennée <alex.bennee@linaro.org>