]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuxmlconftest: Prepare 'fd-memory-numa-topology4' for removal of 'pc-i440fx-5.0'
authorPeter Krempa <pkrempa@redhat.com>
Wed, 14 Jan 2026 08:28:32 +0000 (09:28 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 20 Jan 2026 16:11:53 +0000 (17:11 +0100)
commita1476a5afcfb1fed5e145a3fcfa98690a89b9c2f
tree116e4f0d8d5588bc8f7af264d128bf87988fbb71
parentbe58c0eaa208e53b43c4dacb7b97a5d3b0a791a4
qemuxmlconftest: Prepare 'fd-memory-numa-topology4' for removal of 'pc-i440fx-5.0'

Per commit message of 3f390db2e2ed33cda8e which added the
'fd-memory-numa-topology4' case, it's supposed to test memory
preallocation setting in the NUMA setup.

Now the 5.0 machine type is the last one supporting the old-style NUMA
config and thus also the only way to test the formatting of
'--mem-prealloc' commandline option for qemu, which was since replaced
by a property in the memory backend object.

Thus to preserve the idea of this test, add
'fd-memory-numa-topology4-old-machine' test case pinned to qemu-10.2,
which will use pc-i440fx-5.0 and modernize the normal case using the
latest qemu version by dropping the specific machine version.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
tests/qemuxmlconfdata/fd-memory-numa-topology4-old-machine.x86_64-10.2.0.args [new file with mode: 0644]
tests/qemuxmlconfdata/fd-memory-numa-topology4-old-machine.x86_64-10.2.0.xml [new file with mode: 0644]
tests/qemuxmlconfdata/fd-memory-numa-topology4-old-machine.xml [new file with mode: 0644]
tests/qemuxmlconfdata/fd-memory-numa-topology4.x86_64-latest.args
tests/qemuxmlconfdata/fd-memory-numa-topology4.xml
tests/qemuxmlconftest.c