From: Peter Krempa Date: Wed, 14 Jan 2026 08:10:35 +0000 (+0100) Subject: qemuxmlconftest: Freeze 'cpu-numa-memory-oldstyle' case to qemu-10.2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9cec072c4600aac0fbca1e15499dcdd1469d9c5;p=thirdparty%2Flibvirt.git qemuxmlconftest: Freeze 'cpu-numa-memory-oldstyle' case to qemu-10.2 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 Reviewed-by: Michal Privoznik --- diff --git a/tests/qemuxmlconfdata/cpu-numa-memory-oldstyle.x86_64-latest.args b/tests/qemuxmlconfdata/cpu-numa-memory-oldstyle.x86_64-10.2.0.args similarity index 100% rename from tests/qemuxmlconfdata/cpu-numa-memory-oldstyle.x86_64-latest.args rename to tests/qemuxmlconfdata/cpu-numa-memory-oldstyle.x86_64-10.2.0.args diff --git a/tests/qemuxmlconfdata/cpu-numa-memory-oldstyle.x86_64-latest.xml b/tests/qemuxmlconfdata/cpu-numa-memory-oldstyle.x86_64-10.2.0.xml similarity index 100% rename from tests/qemuxmlconfdata/cpu-numa-memory-oldstyle.x86_64-latest.xml rename to tests/qemuxmlconfdata/cpu-numa-memory-oldstyle.x86_64-10.2.0.xml diff --git a/tests/qemuxmlconftest.c b/tests/qemuxmlconftest.c index 89b8ad1a35..0daa1b3f6d 100644 --- a/tests/qemuxmlconftest.c +++ b/tests/qemuxmlconftest.c @@ -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");