From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50935) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VgdHG-0000dM-FW for qemu-devel@nongnu.org; Wed, 13 Nov 2013 11:26:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VgdHC-0005ic-0s for qemu-devel@nongnu.org; Wed, 13 Nov 2013 11:26:50 -0500 Received: from mx1.redhat.com ([209.132.183.28]:15190) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VgdHB-0005i0-P7 for qemu-devel@nongnu.org; Wed, 13 Nov 2013 11:26:45 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id rADGQiC0031011 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 13 Nov 2013 11:26:45 -0500 Date: Wed, 13 Nov 2013 17:26:47 +0100 From: Kevin Wolf Message-ID: <20131113162647.GH2633@dhcp-200-207.str.redhat.com> References: <1384335190-31072-1-git-send-email-stefanha@redhat.com> <20131113161712.GC22807@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131113161712.GC22807@localhost.localdomain> Subject: Re: [Qemu-devel] [PATCH v2] MAINTAINERS: add block driver sub-maintainers List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jeff Cody Cc: qemu-devel@nongnu.org, Stefan Hajnoczi Am 13.11.2013 um 17:17 hat Jeff Cody geschrieben: > 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 > > 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 > > +VHDX > > +M: Jeff Cody > > +S: Supported > > +F: block/vhdx.* > > This should be block/vhdx* instead, to pick up vhdx-endian.c and > vhdx-log.c as well. Thanks, fixed it locally. Kevin