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:
Jeremi Piotrowski 2023-08-30 16:41:57 +00:00 committed by Fabiano Fidêncio
parent 3b5c5bcfa4
commit 32be55aa8a
3 changed files with 3 additions and 1 deletions

View File

@ -18,3 +18,4 @@ CONFIG_ARM64_UAO
CONFIG_VFIO_MDEV_DEVICE
CONFIG_SPECULATION_MITIGATIONS
CONFIG_X86_SGX
CONFIG_VIRTIO_IOMMU

View File

@ -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

View File

@ -1 +1 @@
112
113