From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GzYyX-0006sl-IJ for qemu-devel@nongnu.org; Wed, 27 Dec 2006 08:37:45 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GzYyV-0006pz-Hl for qemu-devel@nongnu.org; Wed, 27 Dec 2006 08:37:45 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GzYyV-0006pm-Bm for qemu-devel@nongnu.org; Wed, 27 Dec 2006 08:37:43 -0500 Received: from [193.252.22.126] (helo=smtp23.orange.fr) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GzYyU-0007L4-R0 for qemu-devel@nongnu.org; Wed, 27 Dec 2006 08:37:43 -0500 Message-ID: <45927762.3040302@bellard.org> Date: Wed, 27 Dec 2006 14:38:42 +0100 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] USB EHCI development nearing completion References: <200612241058.kBOAw8dY017908@fozzy.burkley.net> <41e41e7a0612240418m7861cde6qb2335fcdce96ffc0@mail.gmail.com> In-Reply-To: <41e41e7a0612240418m7861cde6qb2335fcdce96ffc0@mail.gmail.com> Content-Type: text/plain; charset=UTF-8; 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 Cc: qemu@corbally.net Another point is that I won't accept a GPL license for such a device. LGPL or BSD would be better. Regards, Fabrice. Hetz Ben Hamo wrote: > Hi Mark, > > Well, there aren't any "written rules" but most people who contribute > sends some "proof of concept" diff'ed patch (appliable to QEMU CVS for > example) (you can look at the experimental 3D patch few weeks ago), > and then the talks begins, while others would look how portable your > code to other platforms/OS's.. > > Thanks, > Hetz > > On 12/24/06, Mark B wrote: > >> Dear list, >> >> Just a quick note to let you know I have almost finished an >> implementation >> of an EHCI host controller for USB (usb-ehci.c) for qemu. I am testing >> with >> an XP guest and so far I have a mass storage flash key, a mouse and a >> tablet >> working. I haven't yet implemented isochronous or split transactions >> though. It doesn't do companion controller hand-offs for low or full >> speed >> devices either but Windows XP doesn't mind that I am attaching low/full >> speed devices through EHCI (I believe Linux guests won't like this). >> >> I have asked the company I am working for to give me permission to GPL >> the >> module and so far they are agreeable. So I am planning to clean up and >> have >> an initial version for check in early in the new year. If anyone has any >> inputs, please do let me know. I'm new to qemu development so am not sure >> of checkin etiquette, etc. Pointers in that regard appreciated too. >> >> Cheers, >> >> Mark >> >> >> >> >> _______________________________________________ >> Qemu-devel mailing list >> Qemu-devel@nongnu.org >> http://lists.nongnu.org/mailman/listinfo/qemu-devel >> > >