From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:49269) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5vK9-0001HG-H6 for qemu-devel@nongnu.org; Fri, 09 Mar 2012 03:37:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S5vK4-0003US-Ve for qemu-devel@nongnu.org; Fri, 09 Mar 2012 03:37:17 -0500 Received: from plane.gmane.org ([80.91.229.3]:33394) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5vK4-0003Tz-Ob for qemu-devel@nongnu.org; Fri, 09 Mar 2012 03:37:12 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1S5vK2-0004yN-8B for qemu-devel@nongnu.org; Fri, 09 Mar 2012 09:37:10 +0100 Received: from 93-34-182-16.ip50.fastwebnet.it ([93.34.182.16]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 09 Mar 2012 09:37:10 +0100 Received: from pbonzini by 93-34-182-16.ip50.fastwebnet.it with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 09 Mar 2012 09:37:10 +0100 From: Paolo Bonzini Date: Fri, 09 Mar 2012 09:37:01 +0100 Message-ID: References: <1331198182-11516-1-git-send-email-kraxel@redhat.com> <4F5924C4.3020303@suse.de> <4F59A846.9080300@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit In-Reply-To: <4F59A846.9080300@redhat.com> Subject: Re: [Qemu-devel] [RfC PATCH 0/2] usb: reorganize source files. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Il 09/03/2012 07:50, Gerd Hoffmann ha scritto: > I want a prefix because with prefixing you get the files nicely grouped > in directory listings, without creating another directory level, which > would IMHO be overkill for the number of files we have here. > > 'dev-*' is used for emulated usb devices (mouse, stick, ...), 'hcd-*' is > used for emulated usb host adapters (uhci, ehci, ...), 'host-*' is used > for host device pass-through code. > > 'dev-' isn't the greated pick as it is somewhat generic indeed. I've > also considered 'emu-' (to contrast with host-*), but it has pretty much > the same issue. Other suggestions? Directories? Like hw/usb/devices, hw/usb/host, hw/usb/hcd. Paolo