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

Fix device notification #1206

Merged
merged 5 commits into from
May 19, 2024
Merged

Fix device notification #1206

merged 5 commits into from
May 19, 2024

Conversation

stlankes
Copy link
Contributor

Fix the initialize of the MMIO device and use the correct interrupt number. In addition, the driver writes always 32bit values to the MMIO device. Otherwise, the device will not see the device notification.

Closes #1173

stlankes added 4 commits May 19, 2024 08:56

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
@stlankes stlankes requested a review from mkroening May 19, 2024 07:09
@stlankes stlankes force-pushed the mmio branch 7 times, most recently from b3a2872 to 1299273 Compare May 19, 2024 10:01
Copy link
Member

@mkroening mkroening left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, this is great! 🥳

@mkroening mkroening added this pull request to the merge queue May 19, 2024
Merged via the queue into hermit-os:main with commit bc20e42 May 19, 2024
13 checks passed
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.

virtio-net-device (MMIO) not handling network interrupts
2 participants