From: Eric Auger eric.auger@redhat.com
redhat/configs: Set CONFIG_VIRTIO_IOMMU on aarch64
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1972795
Upstream Status: RHEL only Tested: on ARM with qemu (Jean-Philippe Brucker's qemu branch as the qemu integration is not yet upstream)
We want to support the virtio-iommu on ARM. So let's compile it.
Signed-off-by: Eric Auger eric.auger@redhat.com
diff --git a/redhat/configs/ark/generic/CONFIG_VIRTIO_IOMMU b/redhat/configs/ark/generic/CONFIG_VIRTIO_IOMMU new file mode 100644 index blahblah..blahblah 100644 --- /dev/null +++ b/redhat/configs/ark/generic/CONFIG_VIRTIO_IOMMU @@ -0,0 +1 @@ +# CONFIG_VIRTIO_IOMMU is not set diff --git a/redhat/configs/ark/generic/arm/aarch64/CONFIG_VIRTIO_IOMMU b/redhat/configs/ark/generic/arm/aarch64/CONFIG_VIRTIO_IOMMU new file mode 100644 index blahblah..blahblah 100644 --- /dev/null +++ b/redhat/configs/ark/generic/arm/aarch64/CONFIG_VIRTIO_IOMMU @@ -0,0 +1 @@ +CONFIG_VIRTIO_IOMMU=m
-- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1249
From: pbrobinson on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1249#note_6232725...
This is arm64 only so it should really just be enabled in common/generic/arm/aarch64/ and the option to disable it can be removed as it's already common/generic/CONFIG_VIRTIO_IOMMU and actually doesn't need to be there at all being explicitly an arm64 feature.
kernel@lists.fedoraproject.org