]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
qemuxmlconftest: Remove specific machine type from 'devices-acpi-index'
authorPeter Krempa <pkrempa@redhat.com>
Wed, 14 Jan 2026 08:19:59 +0000 (09:19 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 20 Jan 2026 16:11:53 +0000 (17:11 +0100)
ACPI index support doesn't depend on the machine type and
'pc-i440fx-5.0' will be removed from qemu-11.0.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
tests/qemuxmlconfdata/devices-acpi-index.x86_64-latest.args
tests/qemuxmlconfdata/devices-acpi-index.x86_64-latest.xml
tests/qemuxmlconfdata/devices-acpi-index.xml

index b58a078370f17f0265f25c66a75ee292760f1e67..394793be2ce12309f024da317bd897d9688730ee 100644 (file)
@@ -10,7 +10,7 @@ XDG_CONFIG_HOME=/var/lib/libvirt/qemu/domain--1-fdr-br/.config \
 -name guest=fdr-br,debug-threads=on \
 -S \
 -object '{"qom-type":"secret","id":"masterKey0","format":"raw","file":"/var/lib/libvirt/qemu/domain--1-fdr-br/master-key.aes"}' \
--machine pc-i440fx-5.0,usb=off,dump-guest-core=off,memory-backend=pc.ram,acpi=on \
+-machine pc,usb=off,dump-guest-core=off,memory-backend=pc.ram,acpi=on \
 -accel tcg \
 -cpu qemu64 \
 -m size=2097152k \
index 3c6b384e8aa0b5f6b2d87fc3ea4efc03285ff15b..d274fba701b0bf7ed47b467515dc0fc17f7b32ed 100644 (file)
@@ -5,7 +5,7 @@
   <currentMemory unit='KiB'>2097152</currentMemory>
   <vcpu placement='static' cpuset='0-1'>2</vcpu>
   <os>
-    <type arch='x86_64' machine='pc-i440fx-5.0'>hvm</type>
+    <type arch='x86_64' machine='pc'>hvm</type>
     <boot dev='hd'/>
   </os>
   <features>
index 5d0176e7fe4179bd765ccd5bf4000b2cab94b959..ca140b632959ccbd236d96e4a3c2e9d142ff4a92 100644 (file)
@@ -5,7 +5,7 @@
   <currentMemory unit='KiB'>2097152</currentMemory>
   <vcpu placement='static' cpuset='0-1'>2</vcpu>
   <os>
-    <type arch='x86_64' machine='pc-i440fx-5.0'>hvm</type>
+    <type arch='x86_64' machine='pc'>hvm</type>
     <boot dev='hd'/>
   </os>
   <features>