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