Skip to content

Commit 4dd088c

Browse files
authored
Merge pull request #2484 from genesiscloud/arm64-vfio
sys-kernel/coreos-modules: Enable VFIO for arm64
2 parents 43851ad + 2677c1c commit 4dd088c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- The VFIO kernel modules are now also available in ARM64 builds. ([flatcar/scripts#2484](https://github.com/flatcar/scripts/pull/2484))

sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/amd64_defconfig-6.6

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,6 @@ CONFIG_TCG_INFINEON=m
112112
CONFIG_TCG_NSC=m
113113
CONFIG_UPROBE_EVENTS=y
114114
CONFIG_USB_OHCI_HCD_SSB=y
115-
CONFIG_VFIO=m
116-
CONFIG_VFIO_PCI=m
117115
CONFIG_VFIO_PCI_VGA=y
118116
CONFIG_VHOST_VSOCK=m
119117
CONFIG_VMWARE_BALLOON=m

sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-6.6

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -921,6 +921,8 @@ CONFIG_USB_XHCI_HCD=m
921921
CONFIG_USER_NS=y
922922
CONFIG_VETH=m
923923
CONFIG_VFAT_FS=m
924+
CONFIG_VFIO=m
925+
CONFIG_VFIO_PCI=m
924926
CONFIG_VHOST_NET=m
925927
CONFIG_VIA_RHINE=m
926928
CONFIG_VIA_RHINE_MMIO=y

0 commit comments

Comments
 (0)