Merge pull request #2919 from dgibson/viommu

tools/packaging: Add options for VFIO to guest kernel
This commit is contained in:
Julio Montes
2021-10-28 08:23:55 -05:00
committed by GitHub
3 changed files with 9 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
# Options we need in order to handle vfio_mode=vfio devices
CONFIG_IOMMU_SUPPORT=y
CONFIG_VFIO=y
CONFIG_VFIO_PCI=y

View File

@@ -0,0 +1,3 @@
# x86 specific items we need in order to handle vfio_mode=vfio devices
CONFIG_INTEL_IOMMU=y
CONFIG_IRQ_REMAP=y

View File

@@ -1 +1 @@
86
87