From: Eric Auger eric.auger@redhat.com
redhat/configs: Set CONFIG_VIRTIO_IOMMU on x86_64
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2089765 Upstream Status: RHEL only Tested: with 9.1 guest featuring protected virtio-net-pci device
We want to support the virtio-iommu on x86_64. So let's compile it.
Signed-off-by: Eric Auger eric.auger@redhat.com
diff --git a/redhat/configs/common/generic/x86/x86_64/CONFIG_VIRTIO_IOMMU b/redhat/configs/common/generic/x86/x86_64/CONFIG_VIRTIO_IOMMU new file mode 100644 index blahblah..blahblah 100644 --- /dev/null +++ b/redhat/configs/common/generic/x86/x86_64/CONFIG_VIRTIO_IOMMU @@ -0,0 +1 @@ +CONFIG_VIRTIO_IOMMU=y
-- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1799
From: Patrick Talbert on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1799#note_9691523...
@eauger1 Thank you for the MR. Just FYI, please do not use Bugzilla: tags in ARK MRs. Nothing in ARK requires a BZ and there is no bugzilla webhook running here that might parse it.
From: Eric Auger on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1799#note_9693908...
Hi Patrick, sure. Thank you for the info!
kernel@lists.fedoraproject.org