From patchwork Wed Nov 13 09:33:10 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Hajnoczi X-Patchwork-Id: 290878 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 359E92C00B1 for ; Wed, 13 Nov 2013 20:34:03 +1100 (EST) Received: from localhost ([::1]:47488 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VgWpl-0004Py-1J for incoming@patchwork.ozlabs.org; Wed, 13 Nov 2013 04:34:01 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34803) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VgWpR-0004Nc-U1 for qemu-devel@nongnu.org; Wed, 13 Nov 2013 04:33:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VgWpN-00030T-06 for qemu-devel@nongnu.org; Wed, 13 Nov 2013 04:33:41 -0500 Received: from mx1.redhat.com ([209.132.183.28]:31075) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VgWpM-00030P-NQ for qemu-devel@nongnu.org; Wed, 13 Nov 2013 04:33:36 -0500 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id rAD9XZd6028945 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 13 Nov 2013 04:33:36 -0500 Received: from localhost (dhcp-64-106.muc.redhat.com [10.32.64.106]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id rAD9XYXT024288; Wed, 13 Nov 2013 04:33:35 -0500 From: Stefan Hajnoczi To: Date: Wed, 13 Nov 2013 10:33:10 +0100 Message-Id: <1384335190-31072-1-git-send-email-stefanha@redhat.com> X-Scanned-By: MIMEDefang 2.67 on 10.5.11.12 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 Cc: Kevin Wolf , Stefan Hajnoczi Subject: [Qemu-devel] [PATCH v2] MAINTAINERS: add block driver sub-maintainers X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org 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 --- 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 +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