mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-13 19:34:30 +01:00
packaging: kernel: Enable VIRTIO_IOMMU on x86_64
Cloud Hypervisor exposes a VIRTIO_IOMMU device to the VM when IOMMU support is
enabled. We need to add it to the whitelist because dragonball uses kernel
v5.10 which restricted VIRTIO_IOMMU to ARM64 only.
Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
(cherry picked from commit 1b02f89e4f)
Conflicts:
tools/packaging/kernel/kata_config_version
This commit is contained in:
committed by
Fabiano Fidêncio
parent
3b5c5bcfa4
commit
32be55aa8a
@@ -18,3 +18,4 @@ CONFIG_ARM64_UAO
|
||||
CONFIG_VFIO_MDEV_DEVICE
|
||||
CONFIG_SPECULATION_MITIGATIONS
|
||||
CONFIG_X86_SGX
|
||||
CONFIG_VIRTIO_IOMMU
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# x86 specific items we need in order to handle vfio_mode=vfio devices
|
||||
CONFIG_INTEL_IOMMU=y
|
||||
CONFIG_IRQ_REMAP=y
|
||||
CONFIG_VIRTIO_IOMMU=y
|
||||
|
||||
@@ -1 +1 @@
|
||||
112
|
||||
113
|
||||
|
||||
Reference in New Issue
Block a user