]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuxml2argvtest: Pin examples of -object usage to qemu-5.2 caps
authorPeter Krempa <pkrempa@redhat.com>
Fri, 12 Mar 2021 16:56:49 +0000 (17:56 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 23 Mar 2021 13:06:31 +0000 (14:06 +0100)
commitcbecf6fd469145cf6aefbe79c288378d16b9e414
treeac56f18f6a4d111ced0d0d4a54a1a71649b20024
parent909c07350b59decfa2c79b8ce4f29a6c76b7154a
qemuxml2argvtest: Pin examples of -object usage to qemu-5.2 caps

Add a selection of tests making exapmple use of -object prior to change
to the JSON format for -object.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
13 files changed:
tests/qemuxml2argvdata/disk-network-tlsx509-nbd.x86_64-5.2.0.args [new file with mode: 0644]
tests/qemuxml2argvdata/disk-virtio-scsi-reservations.x86_64-5.2.0.args [new file with mode: 0644]
tests/qemuxml2argvdata/graphics-vnc-tls-secret.x86_64-5.2.0.args [new file with mode: 0644]
tests/qemuxml2argvdata/iothreads-virtio-scsi-pci.x86_64-5.2.0.args [new file with mode: 0644]
tests/qemuxml2argvdata/luks-disks-source-qcow2.x86_64-5.2.0.args [new file with mode: 0644]
tests/qemuxml2argvdata/memory-hotplug-nvdimm-align.x86_64-5.2.0.args [new file with mode: 0644]
tests/qemuxml2argvdata/memory-hotplug-nvdimm-label.x86_64-5.2.0.args [new file with mode: 0644]
tests/qemuxml2argvdata/memory-hotplug-nvdimm-pmem.x86_64-5.2.0.args [new file with mode: 0644]
tests/qemuxml2argvdata/memory-hotplug-nvdimm-readonly.x86_64-5.2.0.args [new file with mode: 0644]
tests/qemuxml2argvdata/memory-hotplug-virtio-pmem.x86_64-5.2.0.args [new file with mode: 0644]
tests/qemuxml2argvdata/virtio-rng-builtin.x86_64-5.2.0.args [new file with mode: 0644]
tests/qemuxml2argvdata/virtio-rng-egd-unix.x86_64-5.2.0.args [new file with mode: 0644]
tests/qemuxml2argvtest.c