From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:45148) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QtnwK-0002kR-FJ for qemu-devel@nongnu.org; Wed, 17 Aug 2011 17:46:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QtnwJ-0004MA-Ig for qemu-devel@nongnu.org; Wed, 17 Aug 2011 17:46:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:26789) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QtnwJ-0004M0-7q for qemu-devel@nongnu.org; Wed, 17 Aug 2011 17:46:19 -0400 Message-ID: <4E4C36A9.7000403@redhat.com> Date: Wed, 17 Aug 2011 23:46:17 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <4E4BEC06.40405@rdsoftware.de> In-Reply-To: <4E4BEC06.40405@rdsoftware.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Howto - USB Port and EHCI List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Erik Rull Cc: qemu-devel@nongnu.org On 08/17/11 18:27, Erik Rull wrote: > Hi all, > > is there a documentation available for the new USB EHCI and Port > selection feature? > I have read some patches that contained these updates, but I don't know > how to tell my USB device to be exposed as EHCI device to the guest. qemu -readconfig docs/ich9-ehci-uhci.cfg \ -device usb-host,bus=ehci.0,... See also docs/usb2.txt cheers, Gerd