From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:53767) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5vcN-000630-1o for qemu-devel@nongnu.org; Fri, 09 Mar 2012 03:56:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S5vcL-000779-EI for qemu-devel@nongnu.org; Fri, 09 Mar 2012 03:56:06 -0500 Received: from mx1.redhat.com ([209.132.183.28]:32807) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5vcL-00076r-6z for qemu-devel@nongnu.org; Fri, 09 Mar 2012 03:56:05 -0500 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q298u39R006772 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 9 Mar 2012 03:56:03 -0500 Message-ID: <4F59C282.5090804@redhat.com> Date: Fri, 09 Mar 2012 09:42:42 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <1331198182-11516-1-git-send-email-kraxel@redhat.com> <1331198182-11516-2-git-send-email-kraxel@redhat.com> <4F59C09D.3090402@redhat.com> In-Reply-To: <4F59C09D.3090402@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: Paolo Bonzini Cc: qemu-devel@nongnu.org Hi, >> 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? I think that needs a few more cleanups beforehand, there is a single usb.h now, guess I better should split that into usb-private and external-interfaces first. Also IIRC include/ is (also?) meant for the data structures code generators (qapi, visitors) want look at. cheers, Gerd