]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
tests: use newer machine in qemuxml2argv launch-security-sev
authorPavel Hrdina <phrdina@redhat.com>
Thu, 10 Jun 2021 13:55:52 +0000 (15:55 +0200)
committerPavel Hrdina <phrdina@redhat.com>
Tue, 15 Jun 2021 09:33:35 +0000 (11:33 +0200)
The pc-1.0 machine type was deprecated in QEMU 6.0.0. In our tests we
use 2.12.0 and 6.0.0 replies so switch to pc type.

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
tests/qemuxml2argvdata/launch-security-sev.x86_64-2.12.0.args
tests/qemuxml2argvdata/launch-security-sev.xml

index 4e281e2e5973cd24e952aec441b3479e982bec2a..40f79d377b4496e183d5951d897a8b41c766e812 100644 (file)
@@ -11,7 +11,7 @@ QEMU_AUDIO_DRV=none \
 -name guest=QEMUGuest1,debug-threads=on \
 -S \
 -object secret,id=masterKey0,format=raw,file=/tmp/lib/domain--1-QEMUGuest1/master-key.aes \
--machine pc-1.0,accel=kvm,usb=off,dump-guest-core=off,memory-encryption=sev0 \
+-machine pc-i440fx-2.12,accel=kvm,usb=off,dump-guest-core=off,memory-encryption=sev0 \
 -m 214 \
 -realtime mlock=off \
 -smp 1,sockets=1,cores=1,threads=1 \
index b73defd6eeb8a99286147547649575ab97e1ae50..51967071f7ac030fec77e76ad0960d4959752c8c 100644 (file)
@@ -5,7 +5,7 @@
   <currentMemory unit='KiB'>219100</currentMemory>
   <vcpu placement='static'>1</vcpu>
   <os>
-    <type arch='x86_64' machine='pc-1.0'>hvm</type>
+    <type arch='x86_64' machine='pc'>hvm</type>
     <boot dev='hd'/>
   </os>
   <clock offset='utc'/>