From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E2rEt-000462-6h for qemu-devel@nongnu.org; Wed, 10 Aug 2005 10:07:27 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E2rEp-00042x-Dl for qemu-devel@nongnu.org; Wed, 10 Aug 2005 10:07:24 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E2rEp-00041t-8k for qemu-devel@nongnu.org; Wed, 10 Aug 2005 10:07:23 -0400 Received: from [65.74.133.11] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1E2rPD-0004dt-6g for qemu-devel@nongnu.org; Wed, 10 Aug 2005 10:18:07 -0400 From: Paul Brook Subject: Re: [Qemu-devel] usb and qemu Date: Wed, 10 Aug 2005 15:03:25 +0100 References: <20050810105735.USAF20730.eastrmmtao04.cox.net@smtp.east.cox.net> <200508101449.29510.mark.williamson@cl.cam.ac.uk> In-Reply-To: <200508101449.29510.mark.williamson@cl.cam.ac.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200508101503.26956.paul@codesourcery.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Wednesday 10 August 2005 14:49, Mark Williamson wrote: > > > http://usbip.naist.jp/ and http://sourceforge.net/projects/usbip/ might > > > help if the guest and the host were both linux 2.6, however afaict usbip > > > does not work under Windows yet. >... > Isn't there a USB patch floating around somewhere (emulates OHCI in the > guest)? Yes, but noone's written the code to wire it up to host devices. AFAIK it currently emulates the host controller and not much else. Using the usb-over-ip protocol mentioned above seems like a nice way of getting it to talk to host USB devices in a host-independent way. Paul