qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] State of EHCI emulation for QEMU


From: Gerd Hoffmann
Subject: Re: [Qemu-devel] State of EHCI emulation for QEMU
Date: Wed, 08 Dec 2010 09:18:16 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.9) Gecko/20100827 Red Hat/3.1.3-1.el6 Thunderbird/3.1.3

  Hi,

- command line must look like this:
         ...
         -drive if=none,id=usbstick,file=/path/to/image   \
         -device usb-storage,bus=ehci.0,drive=usbstick
   ie. register driver device referencing it, and there was a typo id->if

I'll fix.

- long-term, "-usb" should become a shorthand for "-device
   usb-uhci,id=uhci -device usb-ehci,id=ehci" (at least for x86)

Hmm, I'd tend to leave '-M pc' as-is and enable ehci by default in the upcoming q35 emulation, especially in case both make it into 0.15.

Unfortunately, msd is not yet magically healed:

   non queue head request in async schedule
   processing error - resetting ehci HC

Yea, I've seen a flaw in async handling. Just need to dig some more into the code to fix it properly, also the packet workflow (including async handling) is one of the spots where the qemu usb subsystem needs some work ...

PS: Your tree lacks conversion of usb-musb.c.

Huh?  'git diff kiszka/master kiszka/ehci hw/usb-musb.c' is empty.

cheers,
  Gerd



reply via email to

[Prev in Thread] Current Thread [Next in Thread]