From 060c9efd42d92b57a704026e8362a65c53852d3b Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Fri, 4 Jul 2025 09:55:14 +0200 Subject: [PATCH] qemuxmlconftest: x86_64: Drop explicit use of '2.9' machine type New qemu will be deprecating them. Drop the use from test files not depending on the actual machine type. Signed-off-by: Peter Krempa Reviewed-by: Pavel Hrdina --- tests/qemuxmlconfdata/vhost-vsock-auto.x86_64-latest.args | 2 +- tests/qemuxmlconfdata/vhost-vsock-auto.x86_64-latest.xml | 2 +- tests/qemuxmlconfdata/vhost-vsock-auto.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/qemuxmlconfdata/vhost-vsock-auto.x86_64-latest.args b/tests/qemuxmlconfdata/vhost-vsock-auto.x86_64-latest.args index 1bad605e07..f6a8536b43 100644 --- a/tests/qemuxmlconfdata/vhost-vsock-auto.x86_64-latest.args +++ b/tests/qemuxmlconfdata/vhost-vsock-auto.x86_64-latest.args @@ -10,7 +10,7 @@ XDG_CONFIG_HOME=/var/lib/libvirt/qemu/domain--1-test/.config \ -name guest=test,debug-threads=on \ -S \ -object '{"qom-type":"secret","id":"masterKey0","format":"raw","file":"/var/lib/libvirt/qemu/domain--1-test/master-key.aes"}' \ --machine pc-i440fx-2.9,usb=off,dump-guest-core=off,memory-backend=pc.ram,acpi=off \ +-machine pc,usb=off,dump-guest-core=off,memory-backend=pc.ram,acpi=off \ -accel tcg \ -cpu qemu64 \ -m size=1048576k \ diff --git a/tests/qemuxmlconfdata/vhost-vsock-auto.x86_64-latest.xml b/tests/qemuxmlconfdata/vhost-vsock-auto.x86_64-latest.xml index ea8daf34c7..95a0046dde 100644 --- a/tests/qemuxmlconfdata/vhost-vsock-auto.x86_64-latest.xml +++ b/tests/qemuxmlconfdata/vhost-vsock-auto.x86_64-latest.xml @@ -5,7 +5,7 @@ 1048576 1 - hvm + hvm diff --git a/tests/qemuxmlconfdata/vhost-vsock-auto.xml b/tests/qemuxmlconfdata/vhost-vsock-auto.xml index f6619d6cd6..40272596fe 100644 --- a/tests/qemuxmlconfdata/vhost-vsock-auto.xml +++ b/tests/qemuxmlconfdata/vhost-vsock-auto.xml @@ -5,7 +5,7 @@ 1048576 1 - hvm + hvm -- 2.39.5