From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:59288) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5tfB-0007EG-64 for qemu-devel@nongnu.org; Fri, 09 Mar 2012 01:51:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S5tf9-0002kH-JT for qemu-devel@nongnu.org; Fri, 09 Mar 2012 01:50:52 -0500 Received: from mx1.redhat.com ([209.132.183.28]:42924) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5tf9-0002jy-Bd for qemu-devel@nongnu.org; Fri, 09 Mar 2012 01:50:51 -0500 Message-ID: <4F59A846.9080300@redhat.com> Date: Fri, 09 Mar 2012 07:50:46 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <1331198182-11516-1-git-send-email-kraxel@redhat.com> <4F5924C4.3020303@suse.de> In-Reply-To: <4F5924C4.3020303@suse.de> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit 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: =?ISO-8859-15?Q?Andreas_F=E4rber?= Cc: qemu-devel@nongnu.org, Anthony Liguori Hi, > For another, dev-foo.c is not natural English for a certain type of > device - foo-dev.c would be better but I'd prefer without "dev", i.e., > hw/usb/{audio,ccid,...}.c. And then of course only devices should go > into hw/. 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? cheers, Gerd