qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2] MAINTAINERS: add block driver sub-maintainer


From: Jeff Cody
Subject: Re: [Qemu-devel] [PATCH v2] MAINTAINERS: add block driver sub-maintainers
Date: Wed, 13 Nov 2013 11:17:12 -0500
User-agent: Mutt/1.5.21 (2010-09-15)

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 <address@hidden>
> Acked-by: Richard W.M. Jones <address@hidden>
> Acked-by: Stefan Weil <address@hidden>
> Acked-by: MORITA Kazutaka <address@hidden>
> Acked-by: Paolo Bonzini <address@hidden>
> Acked-by: Jeff Cody <address@hidden>
> Acked-by: Anthony Liguori <address@hidden>
> Signed-off-by: Stefan Hajnoczi <address@hidden>
> ---
>  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: address@hidden
>  T: git git://git.qemu-project.org/qemu-stable-0.10.git
>  S: Orphan
> +
> +Block drivers
> +-------------
> +VMDK
> +M: Fam Zheng <address@hidden>
> +S: Supported
> +F: block/vmdk.c
> +
> +RBD
> +M: Josh Durgin <address@hidden>
> +S: Supported
> +F: block/rbd.c
> +
> +Sheepdog
> +M: MORITA Kazutaka <address@hidden>
> +M: Liu Yuan <address@hidden>
> +S: Supported
> +F: block/sheepdog.c
> +
> +VHDX
> +M: Jeff Cody <address@hidden>
> +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 <address@hidden>
> +S: Maintained
> +F: block/vdi.c
> +
> +iSCSI
> +M: Ronnie Sahlberg <address@hidden>
> +M: Paolo Bonzini <address@hidden>
> +M: Peter Lieven <address@hidden>
> +S: Supported
> +F: block/iscsi.c
> +
> +SSH
> +M: Richard W.M. Jones <address@hidden>
> +S: Supported
> +F: block/ssh.c
> -- 
> 1.8.3.1
> 
> 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]