Add USB 2.0 ehci support
a GUI for virtual machines using QEMU as the backend
Brought to you by:
anewtobgle,
rdron
Since version 0.15, QEMU can emulate an USB 2.0 ehci bus. See http://www.kraxel.org/cgit/qemu/tree/docs/usb2.txt
When adding an USB 2.0 device with current aqemu and starting the VM, qemu gives this warning:
"Warning: speed mismatch trying to attach usb device xxxx to bus usb.0", and the USB device isn't passed through to the VM.
Attached patch fixes this by adding an ehci-bus for those USB devices.
Add USB 2.0 ehci support
Thanks for your help.
I'm not really sure if this is fixed. I haven't tested the USB support a whole lot. Andrej's latest changes from his git repository are in the 0.9.1 release.
I think we can close this issue.
If you're having any continued issues, please file them at:
https://github.com/tobimensch/aqemu/issues
Or if you have patches, make a pull request at:
https://github.com/tobimensch/aqemu/pulls
I'm moving this over to github, because I find it easier to use/manage. It's much more user friendly.