From: Stefan Hajnoczi Date: Wed, 13 Nov 2013 09:33:10 +0000 (+0100) Subject: MAINTAINERS: add block driver sub-maintainers X-Git-Tag: v1.7.0-rc1~22^2~1 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=f05b328c9d85e57ab871ca73a36220493327a649;p=qemu.git MAINTAINERS: add block driver sub-maintainers 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 Acked-by: Richard W.M. Jones Acked-by: Stefan Weil Acked-by: MORITA Kazutaka Acked-by: Paolo Bonzini Acked-by: Jeff Cody Acked-by: Anthony Liguori Signed-off-by: Stefan Hajnoczi Signed-off-by: Kevin Wolf --- diff --git a/MAINTAINERS b/MAINTAINERS index 836a0248d..c19133f1a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -863,3 +863,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 +S: Supported +F: block/vmdk.c + +RBD +M: Josh Durgin +S: Supported +F: block/rbd.c + +Sheepdog +M: MORITA Kazutaka +M: Liu Yuan +S: Supported +F: block/sheepdog.c + +VHDX +M: Jeff Cody +S: Supported +F: block/vhdx* + +VDI +M: Stefan Weil +S: Maintained +F: block/vdi.c + +iSCSI +M: Ronnie Sahlberg +M: Paolo Bonzini +M: Peter Lieven +S: Supported +F: block/iscsi.c + +SSH +M: Richard W.M. Jones +S: Supported +F: block/ssh.c