]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuxml2argvtest: Add 4.0.0 cases for kvm features tests
authorJiri Denemark <jdenemar@redhat.com>
Tue, 11 Jun 2019 14:44:36 +0000 (16:44 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Wed, 19 Jun 2019 22:22:38 +0000 (00:22 +0200)
commitfb973cfbb4ded0cd964132b2472a6048ddbec216
tree30bee5f927cd5cdc786540e8a1ba24488d02cfc6
parent9ceee2f4bb5d6cefa24c3aedcb7addbe7907c60b
qemuxml2argvtest: Add 4.0.0 cases for kvm features tests

Newer QEMU will translate the feature names to their canonical names so
4.0.0 is the last one which produces the results we currently have in
*-latest.args.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
tests/qemuxml2argvdata/cpu-host-model-cmt.x86_64-4.0.0.args [new file with mode: 0644]
tests/qemuxml2argvdata/cpu-tsc-frequency.x86_64-4.0.0.args [new file with mode: 0644]
tests/qemuxml2argvdata/eoi-disabled.x86_64-4.0.0.args [new file with mode: 0644]
tests/qemuxml2argvdata/eoi-enabled.x86_64-4.0.0.args [new file with mode: 0644]
tests/qemuxml2argvdata/kvmclock+eoi-disabled.x86_64-4.0.0.args [new file with mode: 0644]
tests/qemuxml2argvdata/pv-spinlock-disabled.x86_64-4.0.0.args [new file with mode: 0644]
tests/qemuxml2argvdata/pv-spinlock-enabled.x86_64-4.0.0.args [new file with mode: 0644]
tests/qemuxml2argvtest.c