From c5e04498760259b33a98af2ef7f8715f3b52fb0b Mon Sep 17 00:00:00 2001 From: Farrah Chen Date: Mon, 21 Oct 2024 09:03:26 +0000 Subject: [PATCH] Add iommufd case for vfio_net_boot Signed-off-by: Farrah Chen --- qemu/tests/cfg/vfio_net_boot.cfg | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/qemu/tests/cfg/vfio_net_boot.cfg b/qemu/tests/cfg/vfio_net_boot.cfg index 1e981ad586..fbb2b63393 100644 --- a/qemu/tests/cfg/vfio_net_boot.cfg +++ b/qemu/tests/cfg/vfio_net_boot.cfg @@ -28,6 +28,15 @@ variants ip_version: - ipv4: - ipv6: + variants: + - vfio: + # multi hostdev will be bound to the same iommufd + - iommufd: + vm_hostdev_iommufd = iommufd0 + # multi hostdev will be bound to different iommufd + - multi_iommufd: + vm_hostdev_iommufd_hostdev1 = iommufd0 + vm_hostdev_iommufd_hostdev2 = iommufd1 variants: - @default: - virtio_iommu: