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(just): fix configure-vfio recipe #2140

Merged
merged 1 commit into from
Jan 11, 2025
Merged

Conversation

ledif
Copy link
Contributor

@ledif ledif commented Jan 11, 2025

Closes #2121.

This recipe is pulled straight from Bazzite. In Bazzite, users first call Bazzite's setup-virtualization recipe, which sets up the kvm.report_ignored_msr karg. In Bluefin/Aurora, we have the -dx variant for virtualization which does not set this karg.

To fix the recipe, we just need to remove the guard for the kvm.report_ignored_msr karg and just append it to the end.

I confirmed that this works in a VM.

@ledif ledif requested a review from castrojo as a code owner January 11, 2025 06:31
@dosubot dosubot bot added size:M This PR changes 30-99 lines, ignoring generated files. bug Something isn't working labels Jan 11, 2025
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Jan 11, 2025
@castrojo castrojo added this pull request to the merge queue Jan 11, 2025
Merged via the queue into ublue-os:main with commit da43127 Jan 11, 2025
33 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working lgtm This PR has been approved by a maintainer size:M This PR changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

VFIO setup wont work (in ujust)
2 participants