]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuxml2argvtest: Unify 'cpu-tsc-frequency' and 'cpu-tsc-high-frequency' case
authorPeter Krempa <pkrempa@redhat.com>
Wed, 18 Aug 2021 12:02:36 +0000 (14:02 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 25 Aug 2021 08:33:38 +0000 (10:33 +0200)
commitd1e48bd3db77901f126ec3c2143fa64b4e5948a0
tree37c3fc84755db61285cad18eb532978b6c68db80
parent1e5c4d99990dda29338d8f8cfb0d5ff5535a9dde
qemuxml2argvtest: Unify 'cpu-tsc-frequency' and 'cpu-tsc-high-frequency' case

Use the larger number in the original test to avoid having two files.

Additionally this avoids use of 'host-model' with DO_TEST_CAPS_LATEST in
cases when it isn't necessary for the purpose of the test as the CPU
model tends to change.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
tests/qemuxml2argvdata/cpu-tsc-frequency.args
tests/qemuxml2argvdata/cpu-tsc-frequency.x86_64-4.0.0.args
tests/qemuxml2argvdata/cpu-tsc-frequency.xml
tests/qemuxml2argvdata/cpu-tsc-high-frequency.x86_64-latest.args [deleted file]
tests/qemuxml2argvdata/cpu-tsc-high-frequency.xml [deleted file]
tests/qemuxml2argvtest.c