tools/ew.py: integratorcp broken by xhci addition
[jzr@blackbox helenos]$ python2 tools/ew.py
qemu-system-arm -M integratorcp -drive file=hdisk.img,index=0,media=disk,format=raw -usb -device nec-usb-xhci,id=xhci -device usb-tablet -kernel image.boot
qemu-system-arm: -device nec-usb-xhci,id=xhci: No 'PCI' bus found for device 'nec-usb-xhci'
Change History
(4)
Summary: |
tools/ew.py: integratorcp broken by xhci merge → tools/ew.py: integratorcp broken by xhci addition
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
Eh. We probably never expected our modifications in ew.py to be merged directly xHCI is pretty much specific to x86, it's implementations in QEMU are not available elsewhere AFAIK. As a workaround, it should be sufficient to pass
-noxhci -notablet
to avoid adding them. Let's come up with some more systematic solution tommorrow.