]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuxmlconftest: Rename and strip specific machine type from 'x86_64-default-cpu...
authorPeter Krempa <pkrempa@redhat.com>
Wed, 27 Aug 2025 14:34:39 +0000 (16:34 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 2 Sep 2025 08:54:46 +0000 (10:54 +0200)
commita1210230eb674d08091e1026d4c235875dc57ceb
treecf74dcb66b6714bacf6917c713933db743fe7958
parent9eda374f1d853d0345d12a63978961abbe7c241d
qemuxmlconftest: Rename and strip specific machine type from 'x86_64-default-cpu-*' cases

qemu-10.2 which we're about to add capabilities dump for will remove the
'4.2' machine type per deprecation policy.

The 'x86_64-default-cpu-*' still reference it. Since there is no
functional difference when upgrading the tests to the latest machine
type (pc/q35 alias as handled internally by qemuxmlconftest) let's
rename and modernize these.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
13 files changed:
tests/qemuxmlconfdata/x86_64-default-cpu-kvm-pc.x86_64-latest.args [moved from tests/qemuxmlconfdata/x86_64-default-cpu-kvm-pc-4.2.x86_64-latest.args with 95% similarity]
tests/qemuxmlconfdata/x86_64-default-cpu-kvm-pc.x86_64-latest.xml [moved from tests/qemuxmlconfdata/x86_64-default-cpu-kvm-pc-4.2.x86_64-latest.xml with 95% similarity]
tests/qemuxmlconfdata/x86_64-default-cpu-kvm-pc.xml [moved from tests/qemuxmlconfdata/x86_64-default-cpu-kvm-q35-4.2.xml with 90% similarity]
tests/qemuxmlconfdata/x86_64-default-cpu-kvm-q35.x86_64-latest.args [moved from tests/qemuxmlconfdata/x86_64-default-cpu-kvm-q35-4.2.x86_64-latest.args with 96% similarity]
tests/qemuxmlconfdata/x86_64-default-cpu-kvm-q35.x86_64-latest.xml [moved from tests/qemuxmlconfdata/x86_64-default-cpu-kvm-q35-4.2.x86_64-latest.xml with 97% similarity]
tests/qemuxmlconfdata/x86_64-default-cpu-kvm-q35.xml [moved from tests/qemuxmlconfdata/x86_64-default-cpu-kvm-pc-4.2.xml with 90% similarity]
tests/qemuxmlconfdata/x86_64-default-cpu-tcg-pc.x86_64-latest.args [moved from tests/qemuxmlconfdata/x86_64-default-cpu-tcg-pc-4.2.x86_64-latest.args with 95% similarity]
tests/qemuxmlconfdata/x86_64-default-cpu-tcg-pc.x86_64-latest.xml [moved from tests/qemuxmlconfdata/x86_64-default-cpu-tcg-pc-4.2.x86_64-latest.xml with 95% similarity]
tests/qemuxmlconfdata/x86_64-default-cpu-tcg-pc.xml [moved from tests/qemuxmlconfdata/x86_64-default-cpu-tcg-q35-4.2.xml with 90% similarity]
tests/qemuxmlconfdata/x86_64-default-cpu-tcg-q35.x86_64-latest.args [moved from tests/qemuxmlconfdata/x86_64-default-cpu-tcg-q35-4.2.x86_64-latest.args with 96% similarity]
tests/qemuxmlconfdata/x86_64-default-cpu-tcg-q35.x86_64-latest.xml [moved from tests/qemuxmlconfdata/x86_64-default-cpu-tcg-q35-4.2.x86_64-latest.xml with 97% similarity]
tests/qemuxmlconfdata/x86_64-default-cpu-tcg-q35.xml [moved from tests/qemuxmlconfdata/x86_64-default-cpu-tcg-pc-4.2.xml with 90% similarity]
tests/qemuxmlconftest.c