[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] Firewire/IEEE1394 OHCI for QEMU
From: |
Jamie Lokier |
Subject: |
Re: [Qemu-devel] Firewire/IEEE1394 OHCI for QEMU |
Date: |
Sun, 12 Apr 2009 19:47:18 +0100 |
User-agent: |
Mutt/1.5.13 (2006-08-11) |
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