mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-18 10:35:20 +00:00
tests: qemuxml2argv: Remove downstream machine type in 'controller-order' case
Use 'pc' instead of ancient 'rhel-6.1'. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
99dcdf505e
commit
f9bb79ff41
@ -10,7 +10,7 @@ QEMU_AUDIO_DRV=spice \
|
|||||||
/usr/bin/qemu-system-x86_64 \
|
/usr/bin/qemu-system-x86_64 \
|
||||||
-name fdr \
|
-name fdr \
|
||||||
-S \
|
-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 \
|
-m 4096 \
|
||||||
-realtime mlock=off \
|
-realtime mlock=off \
|
||||||
-smp 4,sockets=4,cores=1,threads=1 \
|
-smp 4,sockets=4,cores=1,threads=1 \
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<currentMemory unit='KiB'>4194304</currentMemory>
|
<currentMemory unit='KiB'>4194304</currentMemory>
|
||||||
<vcpu placement='static'>4</vcpu>
|
<vcpu placement='static'>4</vcpu>
|
||||||
<os>
|
<os>
|
||||||
<type arch='x86_64' machine='rhel6.1.0'>hvm</type>
|
<type arch='x86_64' machine='pc'>hvm</type>
|
||||||
<boot dev='hd'/>
|
<boot dev='hd'/>
|
||||||
<boot dev='network'/>
|
<boot dev='network'/>
|
||||||
<boot dev='fd'/>
|
<boot dev='fd'/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user