qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] MAINTAINERS: add block driver sub-maintainers
@ 2013-10-21 13:26 Stefan Hajnoczi
  2013-10-21 14:02 ` Richard W.M. Jones
                   ` (6 more replies)
  0 siblings, 7 replies; 13+ messages in thread
From: Stefan Hajnoczi @ 2013-10-21 13:26 UTC (permalink / raw)
  To: qemu-devel
  Cc: Kevin Wolf, Josh Durgin, Ronnie Sahlberg, Stefan Weil, Jeff Cody,
	Stefan Hajnoczi, Richard W.M. Jones, Anthony Liguori,
	Paolo Bonzini, Fam Zheng, MORITA Kazutaka

There are a number of contributors who maintain block drivers (image
formats and protocols).  They should be listed in the MAINTAINERS file
so that get_maintainer.pl lists them.

Note that commits are still merged through Kevin or Stefan's block tree
but the block driver sub-maintainers are usually the ones to review
patches.

Acked-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
---
 MAINTAINERS | 38 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 77edacf..da18a23 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -857,3 +857,41 @@ Stable 0.10
 L: qemu-stable@nongnu.org
 T: git git://git.qemu-project.org/qemu-stable-0.10.git
 S: Orphan
+
+Block drivers
+-------------
+VMDK
+M: Fam Zheng <famz@redhat.com>
+S: Supported
+F: block/vmdk.c
+
+RBD
+M: Josh Durgin <josh.durgin@dreamhost.com>
+S: Supported
+F: block/rbd.c
+
+Sheepdog
+M: MORITA Kazutaka <morita.kazutaka@lab.ntt.co.jp>
+S: Supported
+F: block/sheepdog.c
+
+VHDX
+M: Jeff Cody <jcody@redhat.com>
+S: Supported
+F: block/vhdx.c
+
+VDI
+M: Stefan Weil <sw@weilnetz.de>
+S: Maintained
+F: block/vdi.c
+
+iSCSI
+M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
+M: Paolo Bonzini <pbonzini@redhat.com>
+S: Supported
+F: block/iscsi.c
+
+SSH
+M: Richard W.M. Jones <rjones@redhat.com>
+S: Supported
+F: block/ssh.c
-- 
1.8.3.1

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

* Re: [Qemu-devel] [PATCH] MAINTAINERS: add block driver sub-maintainers
  2013-10-21 13:26 [Qemu-devel] [PATCH] MAINTAINERS: add block driver sub-maintainers Stefan Hajnoczi
@ 2013-10-21 14:02 ` Richard W.M. Jones
  2013-10-21 18:06 ` Stefan Weil
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 13+ messages in thread
From: Richard W.M. Jones @ 2013-10-21 14:02 UTC (permalink / raw)
  To: Stefan Hajnoczi
  Cc: Kevin Wolf, Josh Durgin, Ronnie Sahlberg, Stefan Weil, Jeff Cody,
	qemu-devel, Anthony Liguori, Paolo Bonzini, Fam Zheng,
	MORITA Kazutaka

On Mon, Oct 21, 2013 at 02:26:15PM +0100, Stefan Hajnoczi wrote:
> There are a number of contributors who maintain block drivers (image
> formats and protocols).  They should be listed in the MAINTAINERS file
> so that get_maintainer.pl lists them.
> 
> Note that commits are still merged through Kevin or Stefan's block tree
> but the block driver sub-maintainers are usually the ones to review
> patches.
> 
> Acked-by: Kevin Wolf <kwolf@redhat.com>
> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
> ---
>  MAINTAINERS | 38 ++++++++++++++++++++++++++++++++++++++
>  1 file changed, 38 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 77edacf..da18a23 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -857,3 +857,41 @@ Stable 0.10
>  L: qemu-stable@nongnu.org
>  T: git git://git.qemu-project.org/qemu-stable-0.10.git
>  S: Orphan
> +
> +Block drivers
> +-------------
> +VMDK
> +M: Fam Zheng <famz@redhat.com>
> +S: Supported
> +F: block/vmdk.c
> +
> +RBD
> +M: Josh Durgin <josh.durgin@dreamhost.com>
> +S: Supported
> +F: block/rbd.c
> +
> +Sheepdog
> +M: MORITA Kazutaka <morita.kazutaka@lab.ntt.co.jp>
> +S: Supported
> +F: block/sheepdog.c
> +
> +VHDX
> +M: Jeff Cody <jcody@redhat.com>
> +S: Supported
> +F: block/vhdx.c
> +
> +VDI
> +M: Stefan Weil <sw@weilnetz.de>
> +S: Maintained
> +F: block/vdi.c
> +
> +iSCSI
> +M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
> +M: Paolo Bonzini <pbonzini@redhat.com>
> +S: Supported
> +F: block/iscsi.c
> +
> +SSH
> +M: Richard W.M. Jones <rjones@redhat.com>
> +S: Supported
> +F: block/ssh.c
> -- 
> 1.8.3.1

ACK.

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Fedora Windows cross-compiler. Compile Windows programs, test, and
build Windows installers. Over 100 libraries supported.
http://fedoraproject.org/wiki/MinGW

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

* Re: [Qemu-devel] [PATCH] MAINTAINERS: add block driver sub-maintainers
  2013-10-21 13:26 [Qemu-devel] [PATCH] MAINTAINERS: add block driver sub-maintainers Stefan Hajnoczi
  2013-10-21 14:02 ` Richard W.M. Jones
@ 2013-10-21 18:06 ` Stefan Weil
  2013-10-21 18:56 ` Josh Durgin
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 13+ messages in thread
From: Stefan Weil @ 2013-10-21 18:06 UTC (permalink / raw)
  To: Stefan Hajnoczi, qemu-devel; +Cc: Kevin Wolf

Am 21.10.2013 15:26, schrieb Stefan Hajnoczi:
> There are a number of contributors who maintain block drivers (image
> formats and protocols).  They should be listed in the MAINTAINERS file
> so that get_maintainer.pl lists them.
>
> Note that commits are still merged through Kevin or Stefan's block tree
> but the block driver sub-maintainers are usually the ones to review
> patches.
>
> Acked-by: Kevin Wolf <kwolf@redhat.com>
> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
> ---
>  MAINTAINERS | 38 ++++++++++++++++++++++++++++++++++++++
>  1 file changed, 38 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 77edacf..da18a23 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -857,3 +857,41 @@ Stable 0.10
>  L: qemu-stable@nongnu.org
>  T: git git://git.qemu-project.org/qemu-stable-0.10.git
>  S: Orphan
> +
> +Block drivers
> +-------------
[...]
> +VDI
> +M: Stefan Weil <sw@weilnetz.de>
> +S: Maintained
> +F: block/vdi.c
> +

Acked-by: Stefan Weil <sw@weilnetz.de>

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

* Re: [Qemu-devel] [PATCH] MAINTAINERS: add block driver sub-maintainers
  2013-10-21 13:26 [Qemu-devel] [PATCH] MAINTAINERS: add block driver sub-maintainers Stefan Hajnoczi
  2013-10-21 14:02 ` Richard W.M. Jones
  2013-10-21 18:06 ` Stefan Weil
@ 2013-10-21 18:56 ` Josh Durgin
  2013-10-21 20:19 ` Anthony Liguori
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 13+ messages in thread
From: Josh Durgin @ 2013-10-21 18:56 UTC (permalink / raw)
  To: Stefan Hajnoczi, qemu-devel
  Cc: Kevin Wolf, Josh Durgin, Ronnie Sahlberg, Stefan Weil, Jeff Cody,
	Richard W.M. Jones, Anthony Liguori, Paolo Bonzini, Fam Zheng,
	MORITA Kazutaka

On 10/21/2013 06:26 AM, Stefan Hajnoczi wrote:
> There are a number of contributors who maintain block drivers (image
> formats and protocols).  They should be listed in the MAINTAINERS file
> so that get_maintainer.pl lists them.
>
> Note that commits are still merged through Kevin or Stefan's block tree
> but the block driver sub-maintainers are usually the ones to review
> patches.
>
> Acked-by: Kevin Wolf <kwolf@redhat.com>
> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
> ---
>   MAINTAINERS | 38 ++++++++++++++++++++++++++++++++++++++
>   1 file changed, 38 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 77edacf..da18a23 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -857,3 +857,41 @@ Stable 0.10
>   L: qemu-stable@nongnu.org
>   T: git git://git.qemu-project.org/qemu-stable-0.10.git
>   S: Orphan
> +
> +Block drivers
> +-------------
> +VMDK
> +M: Fam Zheng <famz@redhat.com>
> +S: Supported
> +F: block/vmdk.c
> +
> +RBD
> +M: Josh Durgin <josh.durgin@dreamhost.com>
> +S: Supported
> +F: block/rbd.c

This still reaches me, but my preferred address is
josh.durgin@inktank.com these days. ACK with that changed.

Josh

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

* Re: [Qemu-devel] [PATCH] MAINTAINERS: add block driver sub-maintainers
  2013-10-21 13:26 [Qemu-devel] [PATCH] MAINTAINERS: add block driver sub-maintainers Stefan Hajnoczi
                   ` (2 preceding siblings ...)
  2013-10-21 18:56 ` Josh Durgin
@ 2013-10-21 20:19 ` Anthony Liguori
  2013-10-21 21:15   ` Richard W.M. Jones
  2013-10-22  8:17   ` Kevin Wolf
  2013-10-23  6:19 ` MORITA Kazutaka
                   ` (2 subsequent siblings)
  6 siblings, 2 replies; 13+ messages in thread
From: Anthony Liguori @ 2013-10-21 20:19 UTC (permalink / raw)
  To: Stefan Hajnoczi
  Cc: Kevin Wolf, Josh Durgin, Anthony Liguori, Stefan Weil, Jeff Cody,
	qemu-devel, Richard W.M. Jones, Ronnie Sahlberg, Fam Zheng,
	Paolo Bonzini, MORITA Kazutaka

On Mon, Oct 21, 2013 at 2:26 PM, Stefan Hajnoczi <stefanha@redhat.com> wrote:
> There are a number of contributors who maintain block drivers (image
> formats and protocols).  They should be listed in the MAINTAINERS file
> so that get_maintainer.pl lists them.
>
> Note that commits are still merged through Kevin or Stefan's block tree
> but the block driver sub-maintainers are usually the ones to review
> patches.
>
> Acked-by: Kevin Wolf <kwolf@redhat.com>
> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>

Acked-by: Anthony Liguori <aliguori@amazon.com>

Although you certainly don't need it.  I assume everything is still
going to flow through the block tree or are you guys looking for these
folks to submit their own pull requests to me?

Regards,

Anthony Liguori

> ---
>  MAINTAINERS | 38 ++++++++++++++++++++++++++++++++++++++
>  1 file changed, 38 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 77edacf..da18a23 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -857,3 +857,41 @@ Stable 0.10
>  L: qemu-stable@nongnu.org
>  T: git git://git.qemu-project.org/qemu-stable-0.10.git
>  S: Orphan
> +
> +Block drivers
> +-------------
> +VMDK
> +M: Fam Zheng <famz@redhat.com>
> +S: Supported
> +F: block/vmdk.c
> +
> +RBD
> +M: Josh Durgin <josh.durgin@dreamhost.com>
> +S: Supported
> +F: block/rbd.c
> +
> +Sheepdog
> +M: MORITA Kazutaka <morita.kazutaka@lab.ntt.co.jp>
> +S: Supported
> +F: block/sheepdog.c
> +
> +VHDX
> +M: Jeff Cody <jcody@redhat.com>
> +S: Supported
> +F: block/vhdx.c
> +
> +VDI
> +M: Stefan Weil <sw@weilnetz.de>
> +S: Maintained
> +F: block/vdi.c
> +
> +iSCSI
> +M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
> +M: Paolo Bonzini <pbonzini@redhat.com>
> +S: Supported
> +F: block/iscsi.c
> +
> +SSH
> +M: Richard W.M. Jones <rjones@redhat.com>
> +S: Supported
> +F: block/ssh.c
> --
> 1.8.3.1
>
>

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

* Re: [Qemu-devel] [PATCH] MAINTAINERS: add block driver sub-maintainers
  2013-10-21 20:19 ` Anthony Liguori
@ 2013-10-21 21:15   ` Richard W.M. Jones
  2013-10-22  8:17   ` Kevin Wolf
  1 sibling, 0 replies; 13+ messages in thread
From: Richard W.M. Jones @ 2013-10-21 21:15 UTC (permalink / raw)
  To: Anthony Liguori
  Cc: Kevin Wolf, Josh Durgin, Stefan Hajnoczi, Stefan Weil, Jeff Cody,
	qemu-devel, Ronnie Sahlberg, Fam Zheng, Paolo Bonzini,
	MORITA Kazutaka, Anthony Liguori

On Mon, Oct 21, 2013 at 09:19:42PM +0100, Anthony Liguori wrote:
> On Mon, Oct 21, 2013 at 2:26 PM, Stefan Hajnoczi <stefanha@redhat.com> wrote:
> > There are a number of contributors who maintain block drivers (image
> > formats and protocols).  They should be listed in the MAINTAINERS file
> > so that get_maintainer.pl lists them.
> >
> > Note that commits are still merged through Kevin or Stefan's block tree
> > but the block driver sub-maintainers are usually the ones to review
> > patches.
> >
> > Acked-by: Kevin Wolf <kwolf@redhat.com>
> > Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
> 
> Acked-by: Anthony Liguori <aliguori@amazon.com>
> 
> Although you certainly don't need it.  I assume everything is still
> going to flow through the block tree or are you guys looking for these
> folks to submit their own pull requests to me?

Speaking for myself, I would prefer that changes to block/ssh.c go
through the ordinary qemu-devel mailing list or Stefan's tree, and NOT
depend on me.  However devs can CC me on patches to see if I can help
to ACK them.

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
libguestfs lets you edit virtual machines.  Supports shell scripting,
bindings from many languages.  http://libguestfs.org

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

* Re: [Qemu-devel] [PATCH] MAINTAINERS: add block driver sub-maintainers
  2013-10-21 20:19 ` Anthony Liguori
  2013-10-21 21:15   ` Richard W.M. Jones
@ 2013-10-22  8:17   ` Kevin Wolf
  1 sibling, 0 replies; 13+ messages in thread
From: Kevin Wolf @ 2013-10-22  8:17 UTC (permalink / raw)
  To: Anthony Liguori
  Cc: Josh Durgin, Stefan Hajnoczi, Stefan Weil, Jeff Cody, qemu-devel,
	Richard W.M. Jones, Ronnie Sahlberg, Fam Zheng, Paolo Bonzini,
	MORITA Kazutaka, Anthony Liguori

Am 21.10.2013 um 22:19 hat Anthony Liguori geschrieben:
> On Mon, Oct 21, 2013 at 2:26 PM, Stefan Hajnoczi <stefanha@redhat.com> wrote:
> > There are a number of contributors who maintain block drivers (image
> > formats and protocols).  They should be listed in the MAINTAINERS file
> > so that get_maintainer.pl lists them.
> >
> > Note that commits are still merged through Kevin or Stefan's block tree
> > but the block driver sub-maintainers are usually the ones to review
> > patches.
> >
> > Acked-by: Kevin Wolf <kwolf@redhat.com>
> > Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
> 
> Acked-by: Anthony Liguori <aliguori@amazon.com>
> 
> Although you certainly don't need it.  I assume everything is still
> going to flow through the block tree or are you guys looking for these
> folks to submit their own pull requests to me?

No, at this point it's just about getting the right people CCed if you
use get_maintainer.pl. Stefan and I will still apply the patches to our
trees (though in many of these areas I would usually ask for the ACK of
the maintainer instead of reviewing myself if he isn't the patch author).

Kevin

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

* Re: [Qemu-devel] [PATCH] MAINTAINERS: add block driver sub-maintainers
  2013-10-21 13:26 [Qemu-devel] [PATCH] MAINTAINERS: add block driver sub-maintainers Stefan Hajnoczi
                   ` (3 preceding siblings ...)
  2013-10-21 20:19 ` Anthony Liguori
@ 2013-10-23  6:19 ` MORITA Kazutaka
  2013-10-23  6:51   ` MORITA Kazutaka
  2013-10-23  6:23 ` Paolo Bonzini
  2013-10-23 12:33 ` Jeff Cody
  6 siblings, 1 reply; 13+ messages in thread
From: MORITA Kazutaka @ 2013-10-23  6:19 UTC (permalink / raw)
  To: Stefan Hajnoczi
  Cc: Kevin Wolf, Josh Durgin, Ronnie Sahlberg, Stefan Weil, Jeff Cody,
	qemu-devel, Richard W.M. Jones, Anthony Liguori, Paolo Bonzini,
	Fam Zheng, MORITA Kazutaka

At Mon, 21 Oct 2013 14:26:15 +0100,
Stefan Hajnoczi wrote:
> 
> There are a number of contributors who maintain block drivers (image
> formats and protocols).  They should be listed in the MAINTAINERS file
> so that get_maintainer.pl lists them.
> 
> Note that commits are still merged through Kevin or Stefan's block tree
> but the block driver sub-maintainers are usually the ones to review
> patches.
> 
> Acked-by: Kevin Wolf <kwolf@redhat.com>
> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
> ---
>  MAINTAINERS | 38 ++++++++++++++++++++++++++++++++++++++
>  1 file changed, 38 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 77edacf..da18a23 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -857,3 +857,41 @@ Stable 0.10
>  L: qemu-stable@nongnu.org
>  T: git git://git.qemu-project.org/qemu-stable-0.10.git
>  S: Orphan
> +
> +Block drivers
> +-------------
> +VMDK
> +M: Fam Zheng <famz@redhat.com>
> +S: Supported
> +F: block/vmdk.c
> +
> +RBD
> +M: Josh Durgin <josh.durgin@dreamhost.com>
> +S: Supported
> +F: block/rbd.c
> +
> +Sheepdog
> +M: MORITA Kazutaka <morita.kazutaka@lab.ntt.co.jp>
> +S: Supported
> +F: block/sheepdog.c

Acked-by: MORITA Kazutaka <morita.kazutaka@lab.ntt.co.jp>

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

* Re: [Qemu-devel] [PATCH] MAINTAINERS: add block driver sub-maintainers
  2013-10-21 13:26 [Qemu-devel] [PATCH] MAINTAINERS: add block driver sub-maintainers Stefan Hajnoczi
                   ` (4 preceding siblings ...)
  2013-10-23  6:19 ` MORITA Kazutaka
@ 2013-10-23  6:23 ` Paolo Bonzini
  2013-10-24 10:11   ` Peter Lieven
  2013-10-23 12:33 ` Jeff Cody
  6 siblings, 1 reply; 13+ messages in thread
From: Paolo Bonzini @ 2013-10-23  6:23 UTC (permalink / raw)
  To: Stefan Hajnoczi
  Cc: Kevin Wolf, Josh Durgin, Anthony Liguori, Stefan Weil, Jeff Cody,
	qemu-devel, Richard W.M. Jones, Ronnie Sahlberg, Fam Zheng,
	MORITA Kazutaka

Il 21/10/2013 14:26, Stefan Hajnoczi ha scritto:
> +iSCSI
> +M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
> +M: Paolo Bonzini <pbonzini@redhat.com>
> +S: Supported
> +F: block/iscsi.c

Acked-by: Paolo Bonzini <pbonzini@redhat.com>

Paolo

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

* Re: [Qemu-devel] [PATCH] MAINTAINERS: add block driver sub-maintainers
  2013-10-23  6:19 ` MORITA Kazutaka
@ 2013-10-23  6:51   ` MORITA Kazutaka
  2013-10-23  6:59     ` Liu Yuan
  0 siblings, 1 reply; 13+ messages in thread
From: MORITA Kazutaka @ 2013-10-23  6:51 UTC (permalink / raw)
  To: Stefan Hajnoczi
  Cc: Kevin Wolf, Josh Durgin, Ronnie Sahlberg, Stefan Weil, Jeff Cody,
	qemu-devel, Richard W.M. Jones, Anthony Liguori, Paolo Bonzini,
	Fam Zheng, Liu Yuan, MORITA Kazutaka

At Wed, 23 Oct 2013 15:19:47 +0900,
MORITA Kazutaka wrote:
> 
> > +
> > +Sheepdog
> > +M: MORITA Kazutaka <morita.kazutaka@lab.ntt.co.jp>
> > +S: Supported
> > +F: block/sheepdog.c
> 
> Acked-by: MORITA Kazutaka <morita.kazutaka@lab.ntt.co.jp>

Is it okay to add Liu Yuan <tailai.ly@taobao.com> to the sheepdog
maintainer too?  He is a co-maintainer of the sheepdog project with me
and very familiar with sheepdog internals.

Thanks,

Kazutaka

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

* Re: [Qemu-devel] [PATCH] MAINTAINERS: add block driver sub-maintainers
  2013-10-23  6:51   ` MORITA Kazutaka
@ 2013-10-23  6:59     ` Liu Yuan
  0 siblings, 0 replies; 13+ messages in thread
From: Liu Yuan @ 2013-10-23  6:59 UTC (permalink / raw)
  To: MORITA Kazutaka
  Cc: Kevin Wolf, Josh Durgin, Anthony Liguori, Stefan Weil, Jeff Cody,
	qemu-devel, Richard W.M. Jones, Stefan Hajnoczi, Paolo Bonzini,
	Fam Zheng, Ronnie Sahlberg

On Wed, Oct 23, 2013 at 03:51:37PM +0900, MORITA Kazutaka wrote:
> At Wed, 23 Oct 2013 15:19:47 +0900,
> MORITA Kazutaka wrote:
> > 
> > > +
> > > +Sheepdog
> > > +M: MORITA Kazutaka <morita.kazutaka@lab.ntt.co.jp>
> > > +S: Supported
> > > +F: block/sheepdog.c
> > 
> > Acked-by: MORITA Kazutaka <morita.kazutaka@lab.ntt.co.jp>
> 
> Is it okay to add Liu Yuan <tailai.ly@taobao.com> to the sheepdog
> maintainer too?  He is a co-maintainer of the sheepdog project with me
> and very familiar with sheepdog internals.

I'd like to appear to be 'Liu Yuan <namei.unix@gmail.com>' which is a long-term
reachable mail address, if allowed to be on the list.

Thanks
Yuan

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

* Re: [Qemu-devel] [PATCH] MAINTAINERS: add block driver sub-maintainers
  2013-10-21 13:26 [Qemu-devel] [PATCH] MAINTAINERS: add block driver sub-maintainers Stefan Hajnoczi
                   ` (5 preceding siblings ...)
  2013-10-23  6:23 ` Paolo Bonzini
@ 2013-10-23 12:33 ` Jeff Cody
  6 siblings, 0 replies; 13+ messages in thread
From: Jeff Cody @ 2013-10-23 12:33 UTC (permalink / raw)
  To: Stefan Hajnoczi
  Cc: Kevin Wolf, Josh Durgin, Ronnie Sahlberg, Stefan Weil, qemu-devel,
	Richard W.M. Jones, Anthony Liguori, Paolo Bonzini, Fam Zheng,
	MORITA Kazutaka

On Mon, Oct 21, 2013 at 02:26:15PM +0100, Stefan Hajnoczi wrote:
> There are a number of contributors who maintain block drivers (image
> formats and protocols).  They should be listed in the MAINTAINERS file
> so that get_maintainer.pl lists them.
> 
> Note that commits are still merged through Kevin or Stefan's block tree
> but the block driver sub-maintainers are usually the ones to review
> patches.
> 
> Acked-by: Kevin Wolf <kwolf@redhat.com>
> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
> ---
>  MAINTAINERS | 38 ++++++++++++++++++++++++++++++++++++++
>  1 file changed, 38 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 77edacf..da18a23 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -857,3 +857,41 @@ Stable 0.10
>  L: qemu-stable@nongnu.org
>  T: git git://git.qemu-project.org/qemu-stable-0.10.git
>  S: Orphan
> +
> +Block drivers
> +-------------
> +VMDK
> +M: Fam Zheng <famz@redhat.com>
> +S: Supported
> +F: block/vmdk.c
> +
> +RBD
> +M: Josh Durgin <josh.durgin@dreamhost.com>
> +S: Supported
> +F: block/rbd.c
> +
> +Sheepdog
> +M: MORITA Kazutaka <morita.kazutaka@lab.ntt.co.jp>
> +S: Supported
> +F: block/sheepdog.c
> +
> +VHDX
> +M: Jeff Cody <jcody@redhat.com>
> +S: Supported
> +F: block/vhdx.c

This should probably be block/vhdx* instead

With that,
Acked-by: Jeff Cody <jcody@redhat.com>

> +
> +VDI
> +M: Stefan Weil <sw@weilnetz.de>
> +S: Maintained
> +F: block/vdi.c
> +
> +iSCSI
> +M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
> +M: Paolo Bonzini <pbonzini@redhat.com>
> +S: Supported
> +F: block/iscsi.c
> +
> +SSH
> +M: Richard W.M. Jones <rjones@redhat.com>
> +S: Supported
> +F: block/ssh.c
> -- 
> 1.8.3.1
> 

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

* Re: [Qemu-devel] [PATCH] MAINTAINERS: add block driver sub-maintainers
  2013-10-23  6:23 ` Paolo Bonzini
@ 2013-10-24 10:11   ` Peter Lieven
  0 siblings, 0 replies; 13+ messages in thread
From: Peter Lieven @ 2013-10-24 10:11 UTC (permalink / raw)
  To: Paolo Bonzini, Stefan Hajnoczi
  Cc: Kevin Wolf, Josh Durgin, Ronnie Sahlberg, Stefan Weil, Jeff Cody,
	qemu-devel, Richard W.M. Jones, Anthony Liguori, Fam Zheng,
	MORITA Kazutaka

On 23.10.2013 08:23, Paolo Bonzini wrote:
> Il 21/10/2013 14:26, Stefan Hajnoczi ha scritto:
>> +iSCSI
>> +M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
>> +M: Paolo Bonzini <pbonzini@redhat.com>
>> +S: Supported
>> +F: block/iscsi.c
As I have worked a lot on the iSCSI driver recently I would like
to receive patches as well if possible.

Peter

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

end of thread, other threads:[~2013-10-24 10:12 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-21 13:26 [Qemu-devel] [PATCH] MAINTAINERS: add block driver sub-maintainers Stefan Hajnoczi
2013-10-21 14:02 ` Richard W.M. Jones
2013-10-21 18:06 ` Stefan Weil
2013-10-21 18:56 ` Josh Durgin
2013-10-21 20:19 ` Anthony Liguori
2013-10-21 21:15   ` Richard W.M. Jones
2013-10-22  8:17   ` Kevin Wolf
2013-10-23  6:19 ` MORITA Kazutaka
2013-10-23  6:51   ` MORITA Kazutaka
2013-10-23  6:59     ` Liu Yuan
2013-10-23  6:23 ` Paolo Bonzini
2013-10-24 10:11   ` Peter Lieven
2013-10-23 12:33 ` Jeff Cody

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