From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LyPeR-0002aF-D7 for qemu-devel@nongnu.org; Mon, 27 Apr 2009 08:09:35 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LyPeM-0002YE-Nt for qemu-devel@nongnu.org; Mon, 27 Apr 2009 08:09:34 -0400 Received: from [199.232.76.173] (port=33691 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LyPeM-0002Y9-IY for qemu-devel@nongnu.org; Mon, 27 Apr 2009 08:09:30 -0400 Received: from mx2.redhat.com ([66.187.237.31]:41589) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LyPeL-0007Qt-Vr for qemu-devel@nongnu.org; Mon, 27 Apr 2009 08:09:30 -0400 Message-ID: <49F5A03C.7030606@redhat.com> Date: Mon, 27 Apr 2009 14:08:28 +0200 From: Kevin Wolf MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] Move block format drivers to new directory 'bdrv' References: <1240759177-27527-1-git-send-email-avi@redhat.com> In-Reply-To: <1240759177-27527-1-git-send-email-avi@redhat.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: qemu-devel@nongnu.org Avi Kivity schrieb: > Instead of crowding the top-level directory, give block format drivers their > very own subdirectory. > > Signed-off-by: Avi Kivity I like this idea. In fact, I was going to suggest something like this myself. And a good next step would be to split up (too) large source files, e.g. into qcow2-snapshot.c, qcow2-refcount.c and so on. Kevin