All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2] MAINTAINERS: add block driver sub-maintainers
@ 2013-11-13  9:33 Stefan Hajnoczi
  2013-11-13 16:17 ` Jeff Cody
  0 siblings, 1 reply; 4+ messages in thread
From: Stefan Hajnoczi @ 2013-11-13  9:33 UTC (permalink / raw)
  To: qemu-devel; +Cc: Kevin Wolf, 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>
Acked-by: Richard W.M. Jones <rjones@redhat.com>
Acked-by: Stefan Weil <sw@weilnetz.de>
Acked-by: MORITA Kazutaka <morita.kazutaka@lab.ntt.co.jp>
Acked-by: Paolo Bonzini <pbonzini@redhat.com>
Acked-by: Jeff Cody <jcody@redhat.com>
Acked-by: Anthony Liguori <aliguori@amazon.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
---
 MAINTAINERS | 40 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 77edacf..c02988e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -857,3 +857,43 @@ 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@inktank.com>
+S: Supported
+F: block/rbd.c
+
+Sheepdog
+M: MORITA Kazutaka <morita.kazutaka@lab.ntt.co.jp>
+M: Liu Yuan <namei.unix@gmail.com>
+S: Supported
+F: block/sheepdog.c
+
+VHDX
+M: Jeff Cody <jcody@redhat.com>
+S: Supported
+F: block/vhdx.*
+
+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>
+M: Peter Lieven <pl@kamp.de>
+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] 4+ messages in thread

* Re: [Qemu-devel] [PATCH v2] MAINTAINERS: add block driver sub-maintainers
  2013-11-13  9:33 [Qemu-devel] [PATCH v2] MAINTAINERS: add block driver sub-maintainers Stefan Hajnoczi
@ 2013-11-13 16:17 ` Jeff Cody
  2013-11-13 16:26   ` Kevin Wolf
  2013-11-14  9:19   ` Stefan Hajnoczi
  0 siblings, 2 replies; 4+ messages in thread
From: Jeff Cody @ 2013-11-13 16:17 UTC (permalink / raw)
  To: Stefan Hajnoczi; +Cc: Kevin Wolf, qemu-devel

On Wed, Nov 13, 2013 at 10:33:10AM +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>
> Acked-by: Richard W.M. Jones <rjones@redhat.com>
> Acked-by: Stefan Weil <sw@weilnetz.de>
> Acked-by: MORITA Kazutaka <morita.kazutaka@lab.ntt.co.jp>
> Acked-by: Paolo Bonzini <pbonzini@redhat.com>
> Acked-by: Jeff Cody <jcody@redhat.com>
> Acked-by: Anthony Liguori <aliguori@amazon.com>
> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
> ---
>  MAINTAINERS | 40 ++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 40 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 77edacf..c02988e 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -857,3 +857,43 @@ 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@inktank.com>
> +S: Supported
> +F: block/rbd.c
> +
> +Sheepdog
> +M: MORITA Kazutaka <morita.kazutaka@lab.ntt.co.jp>
> +M: Liu Yuan <namei.unix@gmail.com>
> +S: Supported
> +F: block/sheepdog.c
> +
> +VHDX
> +M: Jeff Cody <jcody@redhat.com>
> +S: Supported
> +F: block/vhdx.*

This should be block/vhdx* instead, to pick up vhdx-endian.c and
vhdx-log.c as well.

Thanks,
Jeff

> +
> +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>
> +M: Peter Lieven <pl@kamp.de>
> +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] 4+ messages in thread

* Re: [Qemu-devel] [PATCH v2] MAINTAINERS: add block driver sub-maintainers
  2013-11-13 16:17 ` Jeff Cody
@ 2013-11-13 16:26   ` Kevin Wolf
  2013-11-14  9:19   ` Stefan Hajnoczi
  1 sibling, 0 replies; 4+ messages in thread
From: Kevin Wolf @ 2013-11-13 16:26 UTC (permalink / raw)
  To: Jeff Cody; +Cc: qemu-devel, Stefan Hajnoczi

Am 13.11.2013 um 17:17 hat Jeff Cody geschrieben:
> On Wed, Nov 13, 2013 at 10:33:10AM +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>
> > Acked-by: Richard W.M. Jones <rjones@redhat.com>
> > Acked-by: Stefan Weil <sw@weilnetz.de>
> > Acked-by: MORITA Kazutaka <morita.kazutaka@lab.ntt.co.jp>
> > Acked-by: Paolo Bonzini <pbonzini@redhat.com>
> > Acked-by: Jeff Cody <jcody@redhat.com>
> > Acked-by: Anthony Liguori <aliguori@amazon.com>
> > Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>

> > +VHDX
> > +M: Jeff Cody <jcody@redhat.com>
> > +S: Supported
> > +F: block/vhdx.*
> 
> This should be block/vhdx* instead, to pick up vhdx-endian.c and
> vhdx-log.c as well.

Thanks, fixed it locally.

Kevin

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

* Re: [Qemu-devel] [PATCH v2] MAINTAINERS: add block driver sub-maintainers
  2013-11-13 16:17 ` Jeff Cody
  2013-11-13 16:26   ` Kevin Wolf
@ 2013-11-14  9:19   ` Stefan Hajnoczi
  1 sibling, 0 replies; 4+ messages in thread
From: Stefan Hajnoczi @ 2013-11-14  9:19 UTC (permalink / raw)
  To: Jeff Cody; +Cc: Kevin Wolf, qemu-devel

On Wed, Nov 13, 2013 at 11:17:12AM -0500, Jeff Cody wrote:
> On Wed, Nov 13, 2013 at 10:33:10AM +0100, Stefan Hajnoczi wrote:
> > +VHDX
> > +M: Jeff Cody <jcody@redhat.com>
> > +S: Supported
> > +F: block/vhdx.*
> 
> This should be block/vhdx* instead, to pick up vhdx-endian.c and
> vhdx-log.c as well.

Oops, sorry.  I didn't spot the difference between "vhdx.*" and "vhdx*"
in your original reply when putting together v2.

Stefan

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

end of thread, other threads:[~2013-11-14  9:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-13  9:33 [Qemu-devel] [PATCH v2] MAINTAINERS: add block driver sub-maintainers Stefan Hajnoczi
2013-11-13 16:17 ` Jeff Cody
2013-11-13 16:26   ` Kevin Wolf
2013-11-14  9:19   ` Stefan Hajnoczi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.