From 06693dd2b99ca09c740e8760f2cdad4380fb9644 Mon Sep 17 00:00:00 2001 From: Jin Liu Date: Mon, 20 Nov 2023 14:45:00 +0800 Subject: [PATCH] Check virtio device function with iommu when disable ats Add a new scenario when ats=off Signed-off-by: Jin Liu --- qemu/tests/cfg/guest_iommu_test.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/qemu/tests/cfg/guest_iommu_test.cfg b/qemu/tests/cfg/guest_iommu_test.cfg index 5ba3bae2bfa..bb8a8eb610d 100644 --- a/qemu/tests/cfg/guest_iommu_test.cfg +++ b/qemu/tests/cfg/guest_iommu_test.cfg @@ -57,3 +57,6 @@ smp = 10 - intremap_off: iommu_intremap = off + - ats_off: + del virtio_dev_ats + virtio_dev_ats = off