#721 closed defect (fixed)
tools/ew.py: integratorcp broken by xhci addition
Reported by: | Jiří Zárevúcky | Owned by: | Ondra Hlavatý |
---|---|---|---|
Priority: | major | Milestone: | 0.7.2 |
Component: | helenos/unspecified | Version: | mainline |
Keywords: | Cc: | ||
Blocker for: | Depends on: | ||
See also: |
Description ¶
[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)
comment:1 by , 7 years ago
Summary: | tools/ew.py: integratorcp broken by xhci merge → tools/ew.py: integratorcp broken by xhci addition |
---|
comment:2 by , 7 years ago
comment:3 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed in commit a1a81f698d5d7a69659be156314cb47101fde090.
comment:4 by , 7 years ago
Milestone: | → 0.7.2 |
---|
Note:
See TracTickets
for help on using tickets.
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.