From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LyPkN-0004TG-Ih for qemu-devel@nongnu.org; Mon, 27 Apr 2009 08:15:43 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LyPkJ-0004RO-38 for qemu-devel@nongnu.org; Mon, 27 Apr 2009 08:15:43 -0400 Received: from [199.232.76.173] (port=50642 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LyPkI-0004RL-Rd for qemu-devel@nongnu.org; Mon, 27 Apr 2009 08:15:38 -0400 Received: from mx2.redhat.com ([66.187.237.31]:53541) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LyPkI-0000PB-FL for qemu-devel@nongnu.org; Mon, 27 Apr 2009 08:15:38 -0400 Message-ID: <49F5A1A9.2030704@redhat.com> Date: Mon, 27 Apr 2009 14:14:33 +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> <20090426152943.GA27812@lst.de> <49F483E8.4050005@redhat.com> <49F489B7.5000705@redhat.com> <49F49CB8.2090001@codemonkey.ws> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: Christoph Hellwig , qemu-devel@nongnu.org, Avi Kivity Blue Swirl schrieb: > hw could be arranged the same way, renamed to 'target': > > target > |-- audio > |-- block > |-- bluetooth > |-- boards > | |-- alpha > | |-- arm > | |-- cris > | |-- i386 > | |-- m68k > | |-- mips > | |-- ppc > | |-- sh4 > | |-- sparc > | |-- sparc64 > | `-- x86_64 > |-- input > |-- irq > |-- isa > |-- mtd > |-- net > |-- pci > |-- scsi > |-- serial > |-- timer > |-- usb > |-- video > `-- xen We should be careful not to put each file into its own directory. A layout is good if it helps me to find the right file more quickly. If I have the same problem finding the right directory (or just having to change the working directory all the time) afterwards, I think it's not worth the effort. Kevin