From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ly6Ih-00025T-47 for qemu-devel@nongnu.org; Sun, 26 Apr 2009 11:29:51 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ly6Ic-00024x-Pj for qemu-devel@nongnu.org; Sun, 26 Apr 2009 11:29:50 -0400 Received: from [199.232.76.173] (port=49375 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ly6Ic-00024u-Jh for qemu-devel@nongnu.org; Sun, 26 Apr 2009 11:29:46 -0400 Received: from verein.lst.de ([213.95.11.210]:38775) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1Ly6Ic-0006zm-2R for qemu-devel@nongnu.org; Sun, 26 Apr 2009 11:29:46 -0400 Date: Sun, 26 Apr 2009 17:29:43 +0200 From: Christoph Hellwig Subject: Re: [Qemu-devel] [PATCH] Move block format drivers to new directory 'bdrv' Message-ID: <20090426152943.GA27812@lst.de> References: <1240759177-27527-1-git-send-email-avi@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1240759177-27527-1-git-send-email-avi@redhat.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: qemu-devel@nongnu.org On Sun, Apr 26, 2009 at 06:19:37PM +0300, Avi Kivity wrote: > Instead of crowding the top-level directory, give block format drivers their > very own subdirectory. Please also move block.c. Also block/*.c would match the existing convention, not that I care too much.