Skip to content

Commit f5d9435

Browse files
committed
sys-kernel/coreos-modules: 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.
1 parent 4ca21a1 commit f5d9435

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.

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)