Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#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 Jiří Zárevúcky, 6 years ago

Summary: tools/ew.py: integratorcp broken by xhci mergetools/ew.py: integratorcp broken by xhci addition

comment:2 by Ondra Hlavatý, 6 years ago

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.

comment:3 by Jakub Jermář, 6 years ago

Resolution: fixed
Status: assignedclosed

comment:4 by Jakub Jermář, 6 years ago

Milestone: 0.7.2
Note: See TracTickets for help on using tickets.