thebeanogamer / rpms / qemu-kvm

Forked from rpms/qemu-kvm 6 months ago
Clone
29b115
From c531a39171201f8a1d063e6af752e5d629c1b4bf Mon Sep 17 00:00:00 2001
29b115
From: Eric Auger <eric.auger@redhat.com>
29b115
Date: Thu, 9 Jun 2022 11:35:18 +0200
29b115
Subject: [PATCH 4/6] Enable virtio-iommu-pci on x86_64
29b115
29b115
RH-Author: Eric Auger <eric.auger@redhat.com>
29b115
RH-MergeRequest: 100: Enable virtio-iommu-pci on x86_64
29b115
RH-Commit: [1/1] a164af477efc7cb9d3d76a0e644f198f7c9fb2b5 (eauger1/centos-qemu-kvm)
29b115
RH-Bugzilla: 2094252
29b115
RH-Acked-by: Miroslav Rezanina <mrezanin@redhat.com>
29b115
RH-Acked-by: MST <mst@redhat.com>
29b115
RH-Acked-by: Cornelia Huck <cohuck@redhat.com>
29b115
29b115
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2094252
29b115
Brew: https://brewweb.engineering.redhat.com/brew/taskinfo?taskID=45871185
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 x86_64 by
29b115
turning CONFIG_VIRTIO_IOMMU on.
29b115
29b115
Signed-off-by: Eric Auger <eric.auger@redhat.com>
29b115
---
29b115
 configs/devices/x86_64-softmmu/x86_64-rh-devices.mak | 1 +
29b115
 1 file changed, 1 insertion(+)
29b115
29b115
diff --git a/configs/devices/x86_64-softmmu/x86_64-rh-devices.mak b/configs/devices/x86_64-softmmu/x86_64-rh-devices.mak
29b115
index d0c9e66641..3850b9de72 100644
29b115
--- a/configs/devices/x86_64-softmmu/x86_64-rh-devices.mak
29b115
+++ b/configs/devices/x86_64-softmmu/x86_64-rh-devices.mak
29b115
@@ -90,6 +90,7 @@ CONFIG_VHOST_USER_BLK=y
29b115
 CONFIG_VIRTIO_MEM=y
29b115
 CONFIG_VIRTIO_PCI=y
29b115
 CONFIG_VIRTIO_VGA=y
29b115
+CONFIG_VIRTIO_IOMMU=y
29b115
 CONFIG_VMMOUSE=y
29b115
 CONFIG_VMPORT=y
29b115
 CONFIG_VTD=y
29b115
-- 
29b115
2.31.1
29b115