diff --git a/tests/qemuxml2argvdata/virtio-options-controller-ats.err b/tests/qemuxml2argvdata/virtio-options-controller-ats.err deleted file mode 100644 index f1ae0949f6..0000000000 --- a/tests/qemuxml2argvdata/virtio-options-controller-ats.err +++ /dev/null @@ -1 +0,0 @@ -unsupported configuration: the ats setting is not supported with this QEMU binary diff --git a/tests/qemuxml2argvdata/virtio-options-disk-ats.err b/tests/qemuxml2argvdata/virtio-options-disk-ats.err deleted file mode 100644 index f1ae0949f6..0000000000 --- a/tests/qemuxml2argvdata/virtio-options-disk-ats.err +++ /dev/null @@ -1 +0,0 @@ -unsupported configuration: the ats setting is not supported with this QEMU binary diff --git a/tests/qemuxml2argvdata/virtio-options-fs-ats.err b/tests/qemuxml2argvdata/virtio-options-fs-ats.err deleted file mode 100644 index f1ae0949f6..0000000000 --- a/tests/qemuxml2argvdata/virtio-options-fs-ats.err +++ /dev/null @@ -1 +0,0 @@ -unsupported configuration: the ats setting is not supported with this QEMU binary diff --git a/tests/qemuxml2argvdata/virtio-options-input-ats.err b/tests/qemuxml2argvdata/virtio-options-input-ats.err deleted file mode 100644 index f1ae0949f6..0000000000 --- a/tests/qemuxml2argvdata/virtio-options-input-ats.err +++ /dev/null @@ -1 +0,0 @@ -unsupported configuration: the ats setting is not supported with this QEMU binary diff --git a/tests/qemuxml2argvdata/virtio-options-memballoon-ats.err b/tests/qemuxml2argvdata/virtio-options-memballoon-ats.err deleted file mode 100644 index f1ae0949f6..0000000000 --- a/tests/qemuxml2argvdata/virtio-options-memballoon-ats.err +++ /dev/null @@ -1 +0,0 @@ -unsupported configuration: the ats setting is not supported with this QEMU binary diff --git a/tests/qemuxml2argvdata/virtio-options-net-ats.err b/tests/qemuxml2argvdata/virtio-options-net-ats.err deleted file mode 100644 index f1ae0949f6..0000000000 --- a/tests/qemuxml2argvdata/virtio-options-net-ats.err +++ /dev/null @@ -1 +0,0 @@ -unsupported configuration: the ats setting is not supported with this QEMU binary diff --git a/tests/qemuxml2argvdata/virtio-options-rng-ats.err b/tests/qemuxml2argvdata/virtio-options-rng-ats.err deleted file mode 100644 index f1ae0949f6..0000000000 --- a/tests/qemuxml2argvdata/virtio-options-rng-ats.err +++ /dev/null @@ -1 +0,0 @@ -unsupported configuration: the ats setting is not supported with this QEMU binary diff --git a/tests/qemuxml2argvdata/virtio-options-video-ats.err b/tests/qemuxml2argvdata/virtio-options-video-ats.err deleted file mode 100644 index f1ae0949f6..0000000000 --- a/tests/qemuxml2argvdata/virtio-options-video-ats.err +++ /dev/null @@ -1 +0,0 @@ -unsupported configuration: the ats setting is not supported with this QEMU binary diff --git a/tests/qemuxml2argvtest.c b/tests/qemuxml2argvtest.c index 595bc6e06c..a0ee5f9943 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-ats", QEMU_CAPS_VIRTIO_SCSI); - DO_TEST_PARSE_ERROR_NOCAPS("virtio-options-disk-ats"); - DO_TEST_PARSE_ERROR_NOCAPS("virtio-options-fs-ats"); - DO_TEST_PARSE_ERROR("virtio-options-input-ats", QEMU_CAPS_VIRTIO_MOUSE, - QEMU_CAPS_VIRTIO_KEYBOARD); - DO_TEST_PARSE_ERROR_NOCAPS("virtio-options-memballoon-ats"); - DO_TEST_PARSE_ERROR_NOCAPS("virtio-options-net-ats"); - DO_TEST_PARSE_ERROR("virtio-options-rng-ats", QEMU_CAPS_DEVICE_VIRTIO_RNG, - QEMU_CAPS_OBJECT_RNG_RANDOM); - DO_TEST_PARSE_ERROR("virtio-options-video-ats", 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-packed", QEMU_CAPS_VIRTIO_SCSI); DO_TEST_PARSE_ERROR_NOCAPS("virtio-options-disk-packed"); DO_TEST_PARSE_ERROR_NOCAPS("virtio-options-fs-packed");