From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52483) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VYFVO-00017k-51 for qemu-devel@nongnu.org; Mon, 21 Oct 2013 09:26:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VYFVJ-0003YL-B1 for qemu-devel@nongnu.org; Mon, 21 Oct 2013 09:26:46 -0400 Received: from mx1.redhat.com ([209.132.183.28]:54736) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VYFVJ-0003Y4-35 for qemu-devel@nongnu.org; Mon, 21 Oct 2013 09:26:41 -0400 From: Stefan Hajnoczi Date: Mon, 21 Oct 2013 14:26:15 +0100 Message-Id: <1382361975-27624-1-git-send-email-stefanha@redhat.com> Subject: [Qemu-devel] [PATCH] MAINTAINERS: add block driver sub-maintainers List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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 Signed-off-by: Stefan Hajnoczi --- 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 +S: Supported +F: block/vmdk.c + +RBD +M: Josh Durgin +S: Supported +F: block/rbd.c + +Sheepdog +M: MORITA Kazutaka +S: Supported +F: block/sheepdog.c + +VHDX +M: Jeff Cody +S: Supported +F: block/vhdx.c + +VDI +M: Stefan Weil +S: Maintained +F: block/vdi.c + +iSCSI +M: Ronnie Sahlberg +M: Paolo Bonzini +S: Supported +F: block/iscsi.c + +SSH +M: Richard W.M. Jones +S: Supported +F: block/ssh.c -- 1.8.3.1