]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
qemuxmlconftest: Freeze 'cpu-numa-memory-oldstyle' case to qemu-10.2
authorPeter Krempa <pkrempa@redhat.com>
Wed, 14 Jan 2026 08:10:35 +0000 (09:10 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 20 Jan 2026 16:11:53 +0000 (17:11 +0100)
The test case specifically excercises our generator with the
'pc-i440fx-5.0' machine type which will be removed in qemu-11.0.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
tests/qemuxmlconfdata/cpu-numa-memory-oldstyle.x86_64-10.2.0.args [moved from tests/qemuxmlconfdata/cpu-numa-memory-oldstyle.x86_64-latest.args with 100% similarity]
tests/qemuxmlconfdata/cpu-numa-memory-oldstyle.x86_64-10.2.0.xml [moved from tests/qemuxmlconfdata/cpu-numa-memory-oldstyle.x86_64-latest.xml with 100% similarity]
tests/qemuxmlconftest.c

index 89b8ad1a35ffe3930fa085dc88f2f9290cdb8ce2..0daa1b3f6dc18b7333f0d1f380c10ce3082b066a 100644 (file)
@@ -2452,7 +2452,7 @@ mymain(void)
     DO_TEST_CAPS_VER("cpu-fallback", "8.0.0");
 
     DO_TEST_CAPS_LATEST("cpu-numa1");
-    DO_TEST_CAPS_LATEST("cpu-numa-memory-oldstyle");
+    DO_TEST_CAPS_VER("cpu-numa-memory-oldstyle", "10.2.0");
     DO_TEST_CAPS_LATEST("cpu-numa2");
     DO_TEST_CAPS_LATEST("cpu-numa-no-memory-element");
     DO_TEST_CAPS_LATEST_PARSE_ERROR("cpu-numa3");