From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BYCtt-0003lH-Mi for qemu-devel@nongnu.org; Wed, 09 Jun 2004 19:54:33 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BYCts-0003l5-4t for qemu-devel@nongnu.org; Wed, 09 Jun 2004 19:54:33 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BYCts-0003l2-18 for qemu-devel@nongnu.org; Wed, 09 Jun 2004 19:54:32 -0400 Received: from [193.252.22.26] (helo=mwinf0501.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BYCt2-00015O-ST for qemu-devel@nongnu.org; Wed, 09 Jun 2004 19:53:41 -0400 Received: from bellard.org (ATuileries-112-1-3-149.w81-48.abo.wanadoo.fr [81.48.134.149]) by mwinf0501.wanadoo.fr (SMTP Server) with ESMTP id 2F07C4000BF for ; Thu, 10 Jun 2004 01:53:40 +0200 (CEST) Message-ID: <40C7A399.3030302@bellard.org> Date: Thu, 10 Jun 2004 01:56:09 +0200 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] qemu USB support References: <1086817933.4481.2.camel@localhost> <200406092311.05224.trunks-carracho@planet.nl> <40C77FA9.8050401@bellard.org> <1086822626.21922.260.camel@sherbert> In-Reply-To: <1086822626.21922.260.camel@sherbert> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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 Gianni Tedesco wrote: > On Wed, 2004-06-09 at 23:22 +0200, Fabrice Bellard wrote: > >>Right - enough features now - stability and speed come first. >> >>Of course anyone is free to submit an USB device emulation - I would >>prefer OHCI as it should work also for PowerMACs :-) > > > I was planning an EHCI implementation in order to support USB2.0, but I > am only in very initial planning phases. If someone else were to do it I > would be very pleased because I'm really just interested in a USB > Host/Guest proxy for reverse engineering. If you write it, please begin to add a few virtual devices to make tests, such as USB keyboard and mouse. [I hope that EHCI is supported by Darwin/Mac OS X.] Fabrice.