diff --git a/tests/qemuxml2argvdata/virtio-options-controller-iommu.err b/tests/qemuxml2argvdata/virtio-options-controller-iommu.err deleted file mode 100644 index 08908544fb..0000000000 --- a/tests/qemuxml2argvdata/virtio-options-controller-iommu.err +++ /dev/null @@ -1 +0,0 @@ -unsupported configuration: the iommu setting is not supported with this QEMU binary diff --git a/tests/qemuxml2argvdata/virtio-options-disk-iommu.err b/tests/qemuxml2argvdata/virtio-options-disk-iommu.err deleted file mode 100644 index 08908544fb..0000000000 --- a/tests/qemuxml2argvdata/virtio-options-disk-iommu.err +++ /dev/null @@ -1 +0,0 @@ -unsupported configuration: the iommu setting is not supported with this QEMU binary diff --git a/tests/qemuxml2argvdata/virtio-options-fs-iommu.err b/tests/qemuxml2argvdata/virtio-options-fs-iommu.err deleted file mode 100644 index 08908544fb..0000000000 --- a/tests/qemuxml2argvdata/virtio-options-fs-iommu.err +++ /dev/null @@ -1 +0,0 @@ -unsupported configuration: the iommu setting is not supported with this QEMU binary diff --git a/tests/qemuxml2argvdata/virtio-options-input-iommu.err b/tests/qemuxml2argvdata/virtio-options-input-iommu.err deleted file mode 100644 index 08908544fb..0000000000 --- a/tests/qemuxml2argvdata/virtio-options-input-iommu.err +++ /dev/null @@ -1 +0,0 @@ -unsupported configuration: the iommu setting is not supported with this QEMU binary diff --git a/tests/qemuxml2argvdata/virtio-options-memballoon-iommu.err b/tests/qemuxml2argvdata/virtio-options-memballoon-iommu.err deleted file mode 100644 index 08908544fb..0000000000 --- a/tests/qemuxml2argvdata/virtio-options-memballoon-iommu.err +++ /dev/null @@ -1 +0,0 @@ -unsupported configuration: the iommu setting is not supported with this QEMU binary diff --git a/tests/qemuxml2argvdata/virtio-options-net-iommu.err b/tests/qemuxml2argvdata/virtio-options-net-iommu.err deleted file mode 100644 index 08908544fb..0000000000 --- a/tests/qemuxml2argvdata/virtio-options-net-iommu.err +++ /dev/null @@ -1 +0,0 @@ -unsupported configuration: the iommu setting is not supported with this QEMU binary diff --git a/tests/qemuxml2argvdata/virtio-options-rng-iommu.err b/tests/qemuxml2argvdata/virtio-options-rng-iommu.err deleted file mode 100644 index 08908544fb..0000000000 --- a/tests/qemuxml2argvdata/virtio-options-rng-iommu.err +++ /dev/null @@ -1 +0,0 @@ -unsupported configuration: the iommu setting is not supported with this QEMU binary diff --git a/tests/qemuxml2argvdata/virtio-options-video-iommu.err b/tests/qemuxml2argvdata/virtio-options-video-iommu.err deleted file mode 100644 index 08908544fb..0000000000 --- a/tests/qemuxml2argvdata/virtio-options-video-iommu.err +++ /dev/null @@ -1 +0,0 @@ -unsupported configuration: the iommu setting is not supported with this QEMU binary diff --git a/tests/qemuxml2argvtest.c b/tests/qemuxml2argvtest.c index 6eb77ff884..595bc6e06c 100644 --- a/tests/qemuxml2argvtest.c +++ b/tests/qemuxml2argvtest.c @@ -3279,19 +3279,6 @@ mymain(void) DO_TEST_CAPS_LATEST("virtio-options-net-packed"); DO_TEST_CAPS_LATEST("virtio-options-rng-packed"); DO_TEST_CAPS_LATEST("virtio-options-video-packed"); - DO_TEST_PARSE_ERROR("virtio-options-controller-iommu", QEMU_CAPS_VIRTIO_SCSI); - DO_TEST_PARSE_ERROR_NOCAPS("virtio-options-disk-iommu"); - DO_TEST_PARSE_ERROR_NOCAPS("virtio-options-fs-iommu"); - DO_TEST_PARSE_ERROR("virtio-options-input-iommu", QEMU_CAPS_VIRTIO_MOUSE, - QEMU_CAPS_VIRTIO_KEYBOARD); - DO_TEST_PARSE_ERROR_NOCAPS("virtio-options-net-iommu"); - DO_TEST_PARSE_ERROR_NOCAPS("virtio-options-memballoon-iommu"); - DO_TEST_PARSE_ERROR("virtio-options-rng-iommu", QEMU_CAPS_DEVICE_VIRTIO_RNG, - QEMU_CAPS_OBJECT_RNG_RANDOM); - DO_TEST_PARSE_ERROR("virtio-options-video-iommu", QEMU_CAPS_DEVICE_VIRTIO_GPU, - QEMU_CAPS_DEVICE_VIRTIO_GPU, - QEMU_CAPS_VIRTIO_GPU_VIRGL, - QEMU_CAPS_DEVICE_VHOST_USER_GPU); DO_TEST_PARSE_ERROR("virtio-options-controller-ats", QEMU_CAPS_VIRTIO_SCSI); DO_TEST_PARSE_ERROR_NOCAPS("virtio-options-disk-ats"); DO_TEST_PARSE_ERROR_NOCAPS("virtio-options-fs-ats");