From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ly7Og-0005E8-HD for qemu-devel@nongnu.org; Sun, 26 Apr 2009 12:40:06 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ly7Of-0005Di-LQ for qemu-devel@nongnu.org; Sun, 26 Apr 2009 12:40:05 -0400 Received: from [199.232.76.173] (port=46805 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ly7Of-0005Dd-IC for qemu-devel@nongnu.org; Sun, 26 Apr 2009 12:40:05 -0400 Received: from fg-out-1718.google.com ([72.14.220.158]:49866) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ly7Of-0000SZ-45 for qemu-devel@nongnu.org; Sun, 26 Apr 2009 12:40:05 -0400 Received: by fg-out-1718.google.com with SMTP id e21so414139fga.8 for ; Sun, 26 Apr 2009 09:40:04 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <49F489B7.5000705@redhat.com> References: <1240759177-27527-1-git-send-email-avi@redhat.com> <20090426152943.GA27812@lst.de> <49F483E8.4050005@redhat.com> <49F489B7.5000705@redhat.com> Date: Sun, 26 Apr 2009 19:40:03 +0300 Message-ID: Subject: Re: [Qemu-devel] [PATCH] Move block format drivers to new directory 'bdrv' From: Blue Swirl Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: Christoph Hellwig , qemu-devel@nongnu.org On 4/26/09, Avi Kivity wrote: > Blue Swirl wrote: > > > Taking one step further, why not introduce directories similar to > VirtualBox: > > http://www.virtualbox.org/browser/trunk/src/VBox > > > > > > > > No objection, but let's go one step at a time. Yes, but it's good to see the big picture. So the new 'host' directory would be like: . |-- audio |-- block |-- bluetooth |-- crypto |-- net | `-- slirp |-- parport |-- scsi |-- serial |-- usb `-- video audio and slirp are current directories. SDL and VNC go to video, aes and d3des to crypto.