From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46036) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VYKeP-0004q0-PK for qemu-devel@nongnu.org; Mon, 21 Oct 2013 14:56:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VYKeL-00022o-BL for qemu-devel@nongnu.org; Mon, 21 Oct 2013 14:56:25 -0400 Received: from mail-oa0-f54.google.com ([209.85.219.54]:45575) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VYKeL-00022Z-72 for qemu-devel@nongnu.org; Mon, 21 Oct 2013 14:56:21 -0400 Received: by mail-oa0-f54.google.com with SMTP id o20so2932333oag.27 for ; Mon, 21 Oct 2013 11:56:19 -0700 (PDT) Message-ID: <526578D3.2040402@inktank.com> Date: Mon, 21 Oct 2013 11:56:19 -0700 From: Josh Durgin MIME-Version: 1.0 References: <1382361975-27624-1-git-send-email-stefanha@redhat.com> In-Reply-To: <1382361975-27624-1-git-send-email-stefanha@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] MAINTAINERS: add block driver sub-maintainers List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi , qemu-devel@nongnu.org Cc: Kevin Wolf , Josh Durgin , Ronnie Sahlberg , Stefan Weil , Jeff Cody , "Richard W.M. Jones" , Anthony Liguori , Paolo Bonzini , Fam Zheng , MORITA Kazutaka On 10/21/2013 06:26 AM, 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 > 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 This still reaches me, but my preferred address is josh.durgin@inktank.com these days. ACK with that changed. Josh