xhci bochs - qemu - real hardware

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
linuxyne
Member
Member
Posts: 211
Joined: Sat Jul 02, 2016 7:02 am

Re: xhci bochs - qemu - real hardware

Post by linuxyne »

Please try to read qemu's output, match it with qemu's source, and try to find where qemu encountered problems.
These are some issues which might be present - missing status TD, and mismanagement of the cycle states.
SanderR
Member
Member
Posts: 70
Joined: Tue Aug 30, 2016 1:31 pm
Libera.chat IRC: SDR

Re: xhci bochs - qemu - real hardware

Post by SanderR »

Hello,

An update about the status:
I found the bug with the descriptor.
I reset the device and did the set address with the right settings.
Now im trying to read the descriptor again. There are still a few implementation errors left which I need to solve first.

On real hardware the system keeps hanging when I put the RUN bit on.
Post Reply