mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-30 23:37:45 +00:00
Merge pull request #2919 from dgibson/viommu
tools/packaging: Add options for VFIO to guest kernel
This commit is contained in:
@@ -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
|
@@ -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
|
@@ -1 +1 @@
|
||||
86
|
||||
87
|
||||
|
Reference in New Issue
Block a user