From 9ecbbd713f5fc9a1f5e524d0c92823139c6c5bba 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.5' 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 --- .../pc-i440fx-acpi-root-hotplug-disable.x86_64-latest.args | 2 +- tests/qemuxmlconfdata/pc-i440fx-acpi-root-hotplug-disable.xml | 2 +- .../pc-i440fx-acpi-root-hotplug-enable.x86_64-latest.args | 2 +- tests/qemuxmlconfdata/pc-i440fx-acpi-root-hotplug-enable.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/qemuxmlconfdata/pc-i440fx-acpi-root-hotplug-disable.x86_64-latest.args b/tests/qemuxmlconfdata/pc-i440fx-acpi-root-hotplug-disable.x86_64-latest.args index 17d71aee80..61ae4f23d3 100644 --- a/tests/qemuxmlconfdata/pc-i440fx-acpi-root-hotplug-disable.x86_64-latest.args +++ b/tests/qemuxmlconfdata/pc-i440fx-acpi-root-hotplug-disable.x86_64-latest.args @@ -10,7 +10,7 @@ XDG_CONFIG_HOME=/var/lib/libvirt/qemu/domain--1-i440fx/.config \ -name guest=i440fx,debug-threads=on \ -S \ -object '{"qom-type":"secret","id":"masterKey0","format":"raw","file":"/var/lib/libvirt/qemu/domain--1-i440fx/master-key.aes"}' \ --machine pc-i440fx-2.5,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/pc-i440fx-acpi-root-hotplug-disable.xml b/tests/qemuxmlconfdata/pc-i440fx-acpi-root-hotplug-disable.xml index 5a78fe638d..b2ea7de4d4 100644 --- a/tests/qemuxmlconfdata/pc-i440fx-acpi-root-hotplug-disable.xml +++ b/tests/qemuxmlconfdata/pc-i440fx-acpi-root-hotplug-disable.xml @@ -5,7 +5,7 @@ 1048576 1 - hvm + hvm diff --git a/tests/qemuxmlconfdata/pc-i440fx-acpi-root-hotplug-enable.x86_64-latest.args b/tests/qemuxmlconfdata/pc-i440fx-acpi-root-hotplug-enable.x86_64-latest.args index c2016a254a..9b257cb36d 100644 --- a/tests/qemuxmlconfdata/pc-i440fx-acpi-root-hotplug-enable.x86_64-latest.args +++ b/tests/qemuxmlconfdata/pc-i440fx-acpi-root-hotplug-enable.x86_64-latest.args @@ -10,7 +10,7 @@ XDG_CONFIG_HOME=/var/lib/libvirt/qemu/domain--1-i440fx/.config \ -name guest=i440fx,debug-threads=on \ -S \ -object '{"qom-type":"secret","id":"masterKey0","format":"raw","file":"/var/lib/libvirt/qemu/domain--1-i440fx/master-key.aes"}' \ --machine pc-i440fx-2.5,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/pc-i440fx-acpi-root-hotplug-enable.xml b/tests/qemuxmlconfdata/pc-i440fx-acpi-root-hotplug-enable.xml index 002bfea99d..02bb776a92 100644 --- a/tests/qemuxmlconfdata/pc-i440fx-acpi-root-hotplug-enable.xml +++ b/tests/qemuxmlconfdata/pc-i440fx-acpi-root-hotplug-enable.xml @@ -5,7 +5,7 @@ 1048576 1 - hvm + hvm -- 2.47.2