From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GzgPs-0006Qd-5j for qemu-devel@nongnu.org; Wed, 27 Dec 2006 16:34:28 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GzgPq-0006Pr-5K for qemu-devel@nongnu.org; Wed, 27 Dec 2006 16:34:27 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GzgPp-0006Ph-Qt for qemu-devel@nongnu.org; Wed, 27 Dec 2006 16:34:25 -0500 Received: from [65.74.133.4] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GzgPp-0007Ao-9C for qemu-devel@nongnu.org; Wed, 27 Dec 2006 16:34:25 -0500 From: Paul Brook Subject: Re: [Qemu-devel] USB EHCI development nearing completion Date: Wed, 27 Dec 2006 21:34:15 +0000 References: <200612272222.kBRMMCdY002387@fozzy.burkley.net> In-Reply-To: <200612272222.kBRMMCdY002387@fozzy.burkley.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200612272134.16779.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 Cc: Mark B On Wednesday 27 December 2006 21:21, Mark B wrote: > Thank you Fabrice and co. LGPL or BSD should be fine - I don't have any > preference on the license. > > I could not find the experimental 3D patch - it seems to have expired. But > I uploaded a diff patch anyway to 4shared at this location: > http://www.4shared.com/file/7986451/d1222873/ehci.html > > This is an early proof of concept with a good bit of tidying up yet to be > done. It is not yet for public release either. But of course comments and > other feedback are welcome. Have you looked at Chromium (http://chromium.sourceforge.net/) It looks like what they've already achieved what you're trying to implement. It just needs a qemu specific transport implementation. It already has multiple transport backends to support TCP/IP and FiberChannel. Paul