From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lt4iD-0000QG-UG for qemu-devel@nongnu.org; Sun, 12 Apr 2009 14:47:25 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lt4i8-0000Pj-FH for qemu-devel@nongnu.org; Sun, 12 Apr 2009 14:47:24 -0400 Received: from [199.232.76.173] (port=36242 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lt4i8-0000Pg-9L for qemu-devel@nongnu.org; Sun, 12 Apr 2009 14:47:20 -0400 Received: from mail2.shareable.org ([80.68.89.115]:53828) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Lt4i7-0000N6-P5 for qemu-devel@nongnu.org; Sun, 12 Apr 2009 14:47:20 -0400 Received: from jamie by mail2.shareable.org with local (Exim 4.63) (envelope-from ) id 1Lt4i6-0001Jy-H4 for qemu-devel@nongnu.org; Sun, 12 Apr 2009 19:47:18 +0100 Date: Sun, 12 Apr 2009 19:47:18 +0100 From: Jamie Lokier Subject: Re: [Qemu-devel] Firewire/IEEE1394 OHCI for QEMU Message-ID: <20090412184718.GD4394@shareable.org> References: <49E110AA.4070902@blonos.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <49E110AA.4070902@blonos.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 Peter McCormick wrote: > At the moment I am still very early on in the implementation, not even > DMA contexts for async/iso are functional yet. But I have been inching > along getting Windows XP and Linux guests to recognize the presence of > an OHCI device. Is this the same OHCI which is used for USB? If so, it is useful to share any of the code from the existing UHCI and EHCI USB emulation, and also is it useful to think about attaching to USB devices (as well as Fireware) from your OHCI emulation? -- Jamie