]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuxml2argvtest: Convert all test cases asserting QEMU_CAPS_VIRTIO_PCI_DISABLE_LEGACY
authorPeter Krempa <pkrempa@redhat.com>
Thu, 25 Aug 2022 13:46:09 +0000 (15:46 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 1 Sep 2022 11:11:10 +0000 (13:11 +0200)
commit80a0f44a7a8f7e0a528858fbd60ddefd92f0cb44
tree282dd919d412f0bb442df4e19c816d47f807c560
parente097e1a755cbd1ffe41f321149133ddf6bf701a0
qemuxml2argvtest: Convert all test cases asserting QEMU_CAPS_VIRTIO_PCI_DISABLE_LEGACY

Turn them into DO_TEST_CAPS_VER bound to qemu-4.2 to show the minimum
amount of change. We already have DO_TEST_CAPS_LATEST versions.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
tests/qemuxml2argvdata/aarch64-virtio-pci-default.aarch64-4.2.0.args [moved from tests/qemuxml2argvdata/aarch64-virtio-pci-default.args with 71% similarity]
tests/qemuxml2argvdata/hostdev-scsi-vhost-scsi-pcie.x86_64-4.2.0.args [moved from tests/qemuxml2argvdata/hostdev-scsi-vhost-scsi-pcie.args with 88% similarity]
tests/qemuxml2argvdata/q35-default-devices-only.x86_64-4.2.0.args [moved from tests/qemuxml2argvdata/q35-default-devices-only.args with 67% similarity]
tests/qemuxml2argvdata/q35-multifunction.args [deleted file]
tests/qemuxml2argvdata/q35-multifunction.x86_64-4.2.0.args [new file with mode: 0644]
tests/qemuxml2argvdata/q35-pcie-autoadd.x86_64-4.2.0.args [moved from tests/qemuxml2argvdata/q35-pcie-autoadd.args with 59% similarity]
tests/qemuxml2argvdata/q35-pcie.x86_64-4.2.0.args [moved from tests/qemuxml2argvdata/q35-pcie.args with 62% similarity]
tests/qemuxml2argvdata/q35-virt-manager-basic.x86_64-4.2.0.args [moved from tests/qemuxml2argvdata/q35-virt-manager-basic.args with 75% similarity]
tests/qemuxml2argvdata/q35-virtio-pci.args [deleted file]
tests/qemuxml2argvdata/q35-virtio-pci.x86_64-4.2.0.args [new file with mode: 0644]
tests/qemuxml2argvtest.c