-
Notifications
You must be signed in to change notification settings - Fork 51
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
sys-kernel/coreos-modules: Enable VFIO for arm64 #2484
base: main
Are you sure you want to change the base?
Conversation
VFIO was configured as x86-only, but it also works and is useful on ARM. CONFIG_VFIO_PCI_VGA is x86-specific, so it remains in the amd64 config.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for this contribution! We'll let CI pass and then this can be merged.
Thanks for the quick review! |
Hello, the CI failed because it could not use the code from your branch, it is expected when making a PR from a fork. |
Build action triggered: https://github.com/flatcar/scripts/actions/runs/12053931792 |
@@ -0,0 +1 @@ | |||
- The VFIO kernel modules are now also available in ARM64 builds. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- The VFIO kernel modules are now also available in ARM64 builds. | |
- The VFIO kernel modules are now also available in ARM64 builds. ([flatcar/scripts#2484](https://github.com/flatcar/scripts/pull/2484)) |
Enable VFIO for arm64
VFIO was configured as x86-only, but it also works and is useful on ARM.
CONFIG_VFIO_PCI_VGA is x86-specific, so it remains in the amd64 config.
How to use
Testing done
changelog/
directory (user-facing change, bug fix, security fix, update)/boot
and/usr
size, packages, list files for any missing binaries, kernel modules, config files, kernel modules, etc.