]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
tests: qemuxml2argv: Remove downstream machine type in 'controller-order' case
authorPeter Krempa <pkrempa@redhat.com>
Wed, 22 Jan 2020 16:42:42 +0000 (17:42 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 27 Jan 2020 13:55:03 +0000 (14:55 +0100)
Use 'pc' instead of ancient 'rhel-6.1'.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
tests/qemuxml2argvdata/controller-order.args
tests/qemuxml2argvdata/controller-order.xml

index a74813a9e3fb8b44e2a7e5ff39a1d10445c52364..ff88df04d82246015395d1b7ad71f29611d1900c 100644 (file)
@@ -10,7 +10,7 @@ QEMU_AUDIO_DRV=spice \
 /usr/bin/qemu-system-x86_64 \
 -name fdr \
 -S \
--machine rhel6.1.0,accel=kvm,usb=off,dump-guest-core=off \
+-machine pc,accel=kvm,usb=off,dump-guest-core=off \
 -m 4096 \
 -realtime mlock=off \
 -smp 4,sockets=4,cores=1,threads=1 \
index 5aedadcfcbdb2bb2cb3e03c4354a4e65ea880f51..b68976e166105a227b3823d059470dcd14ccb1e2 100644 (file)
@@ -5,7 +5,7 @@
   <currentMemory unit='KiB'>4194304</currentMemory>
   <vcpu placement='static'>4</vcpu>
   <os>
-    <type arch='x86_64' machine='rhel6.1.0'>hvm</type>
+    <type arch='x86_64' machine='pc'>hvm</type>
     <boot dev='hd'/>
     <boot dev='network'/>
     <boot dev='fd'/>