29b115
From 85781b8745fa1581a66f64011d61a4f0c4e103dc Mon Sep 17 00:00:00 2001
29b115
From: Eric Auger <eric.auger@redhat.com>
29b115
Date: Fri, 6 May 2022 17:03:11 +0200
29b115
Subject: [PATCH 3/5] Enable virtio-iommu-pci on aarch64
29b115
29b115
RH-Author: Eric Auger <eric.auger@redhat.com>
29b115
RH-MergeRequest: 83: Enable virtio-iommu-pci on aarch64
29b115
RH-Commit: [1/1] 23e5c0832e52c66adf5fd6daccdc3edddc7ecb8b (eauger1/centos-qemu-kvm)
29b115
RH-Bugzilla: 1477099
29b115
RH-Acked-by: Gavin Shan <gshan@redhat.com>
29b115
RH-Acked-by: Andrew Jones <drjones@redhat.com>
29b115
RH-Acked-by: Cornelia Huck <cohuck@redhat.com>
29b115
29b115
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1477099
29b115
Brew: https://brewweb.engineering.redhat.com/brew/taskinfo?taskID=45128798
29b115
Upstream Status: RHEL-only
29b115
Tested: With virtio-net-pci and virtio-block-pci
29b115
29b115
let's enable the virtio-iommu-pci device on aarch64 by
29b115
turning CONFIG_VIRTIO_IOMMU on.
29b115
29b115
Signed-off-by: Eric Auger <eric.auger@redhat.com>
29b115
---
29b115
 configs/devices/aarch64-softmmu/aarch64-rh-devices.mak | 1 +
29b115
 1 file changed, 1 insertion(+)
29b115
29b115
diff --git a/configs/devices/aarch64-softmmu/aarch64-rh-devices.mak b/configs/devices/aarch64-softmmu/aarch64-rh-devices.mak
29b115
index 187938573f..1618d31b89 100644
29b115
--- a/configs/devices/aarch64-softmmu/aarch64-rh-devices.mak
29b115
+++ b/configs/devices/aarch64-softmmu/aarch64-rh-devices.mak
29b115
@@ -23,6 +23,7 @@ CONFIG_VFIO_PCI=y
29b115
 CONFIG_VIRTIO_MMIO=y
29b115
 CONFIG_VIRTIO_PCI=y
29b115
 CONFIG_VIRTIO_MEM=y
29b115
+CONFIG_VIRTIO_IOMMU=y
29b115
 CONFIG_XIO3130=y
29b115
 CONFIG_NVDIMM=y
29b115
 CONFIG_ACPI_APEI=y
29b115
-- 
29b115
2.31.1
29b115