From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50537) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vgt5L-000494-0g for qemu-devel@nongnu.org; Thu, 14 Nov 2013 04:19:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vgt5F-0006t2-1X for qemu-devel@nongnu.org; Thu, 14 Nov 2013 04:19:34 -0500 Received: from mx1.redhat.com ([209.132.183.28]:65339) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vgt5E-0006sl-Pw for qemu-devel@nongnu.org; Thu, 14 Nov 2013 04:19:28 -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 rAE9JRhA023776 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 14 Nov 2013 04:19:27 -0500 Date: Thu, 14 Nov 2013 10:19:25 +0100 From: Stefan Hajnoczi Message-ID: <20131114091925.GA28079@stefanha-thinkpad.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: Kevin Wolf , qemu-devel@nongnu.org On Wed, Nov 13, 2013 at 11:17:12AM -0500, Jeff Cody wrote: > On Wed, Nov 13, 2013 at 10:33:10AM +0100, Stefan Hajnoczi wrote: > > +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. Oops, sorry. I didn't spot the difference between "vhdx.*" and "vhdx*" in your original reply when putting together v2. Stefan