From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:48518) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5vHp-00075r-90 for qemu-devel@nongnu.org; Fri, 09 Mar 2012 03:34:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S5vHi-0002zz-Mc for qemu-devel@nongnu.org; Fri, 09 Mar 2012 03:34:52 -0500 Received: from mail-iy0-f173.google.com ([209.85.210.173]:58378) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5vHi-0002ze-FQ for qemu-devel@nongnu.org; Fri, 09 Mar 2012 03:34:46 -0500 Received: by iafj26 with SMTP id j26so2035058iaf.4 for ; Fri, 09 Mar 2012 00:34:44 -0800 (PST) Sender: Paolo Bonzini Message-ID: <4F59C09D.3090402@redhat.com> Date: Fri, 09 Mar 2012 09:34:37 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1331198182-11516-1-git-send-email-kraxel@redhat.com> <1331198182-11516-2-git-send-email-kraxel@redhat.com> In-Reply-To: <1331198182-11516-2-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RfC PATCH 1/2] usb: the big rename List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org Il 08/03/2012 10:16, Gerd Hoffmann ha scritto: > Reorganize usb source files. Create a new hw/usb/ directory and move > all usb source code to that place. Also make filenames a bit more > descriptive. Host adapters are prefixed with "hch-" now Nice tribute to Christoph, but I think I prefer hcd- as is in the patch. :) , usb device > emulations are prefixed with "dev-". Fixup paths Makefile and include > paths to make it compile. No code changes. Let's start using include/usb instead? Paolo