Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Xhci dbg fix #465

Merged
merged 4 commits into from
Jan 25, 2025
Merged

Xhci dbg fix #465

merged 4 commits into from
Jan 25, 2025

Conversation

fysnet
Copy link
Collaborator

@fysnet fysnet commented Jan 25, 2025

The function for some of the xHCI rings was never added to the USB_DEBUGGER code.
This should now allow you to see the DATA rings as well.
Use the data=1 parameter:

  usb_debug: type=xhci, doorbell=1, event=1, data=1

@fysnet
Copy link
Collaborator Author

fysnet commented Jan 25, 2025

You can ignore the change in win32res.rc. For a reason I have yet to investigate, my Windows build won't build since it hasn't defined BX_USB_DEBUGGER yet, but at the top of the same file is:

#include "config.h"

So I will just need to find out why.

@fysnet
Copy link
Collaborator Author

fysnet commented Jan 25, 2025

Volker, you will need to add the necessary changes to the GTK file(s) you have to get this PR to work with the GTK environment.

@vruppert vruppert merged commit bdee5ef into bochs-emu:master Jan 25, 2025
2 checks passed
@fysnet fysnet deleted the xhci_dbg_fix branch January 25, 2025 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants