From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:50324) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5w6R-0006WD-9H for qemu-devel@nongnu.org; Fri, 09 Mar 2012 04:27:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S5w6D-00043h-F0 for qemu-devel@nongnu.org; Fri, 09 Mar 2012 04:27:10 -0500 Received: from mx1.redhat.com ([209.132.183.28]:31443) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5w6D-00043R-7O for qemu-devel@nongnu.org; Fri, 09 Mar 2012 04:26:57 -0500 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q299QtOG026970 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 9 Mar 2012 04:26:55 -0500 Message-ID: <4F59CCDD.6050607@redhat.com> Date: Fri, 09 Mar 2012 10:26:53 +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> <4F59C282.5090804@redhat.com> <4F59C4BD.4060600@redhat.com> In-Reply-To: <4F59C4BD.4060600@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, > As I understood it, the idea is to make it simply Linux-like, with > public headers in include/ and private headers elsewhere. > > So even interfaces that are private to the USB layer, but shared among > multiple directories would be in include/. > > I suppose the external interfaces are just to support legacy > command-line and the like? Yes, I think legacy cmd line is there. Not much else. cheers, Gerd