Skip to content

Commit

Permalink
Merge pull request #2484 from genesiscloud/arm64-vfio
Browse files Browse the repository at this point in the history
sys-kernel/coreos-modules: Enable VFIO for arm64
  • Loading branch information
tormath1 authored Dec 12, 2024
2 parents 43851ad + 2677c1c commit 4dd088c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions changelog/changes/2024-11-26-enable-vfio-on-arm.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- The VFIO kernel modules are now also available in ARM64 builds. ([flatcar/scripts#2484](https://github.com/flatcar/scripts/pull/2484))
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,6 @@ CONFIG_TCG_INFINEON=m
CONFIG_TCG_NSC=m
CONFIG_UPROBE_EVENTS=y
CONFIG_USB_OHCI_HCD_SSB=y
CONFIG_VFIO=m
CONFIG_VFIO_PCI=m
CONFIG_VFIO_PCI_VGA=y
CONFIG_VHOST_VSOCK=m
CONFIG_VMWARE_BALLOON=m
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -921,6 +921,8 @@ CONFIG_USB_XHCI_HCD=m
CONFIG_USER_NS=y
CONFIG_VETH=m
CONFIG_VFAT_FS=m
CONFIG_VFIO=m
CONFIG_VFIO_PCI=m
CONFIG_VHOST_NET=m
CONFIG_VIA_RHINE=m
CONFIG_VIA_RHINE_MMIO=y
Expand Down

0 comments on commit 4dd088c

Please sign in to comment.