mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
tests: qemuxml: Use existing machine type in 'iothreads-virtio-scsi-ccw' case
Use the 's390-ccw-virtio' machine type which is actually supported by the qemu we gathered the test data from. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
9517890f7c
commit
6d9caaaef5
@ -12,7 +12,7 @@ QEMU_AUDIO_DRV=none \
|
|||||||
-S \
|
-S \
|
||||||
-object secret,id=masterKey0,format=raw,\
|
-object secret,id=masterKey0,format=raw,\
|
||||||
file=/tmp/lib/domain--1-QEMUGuest1/master-key.aes \
|
file=/tmp/lib/domain--1-QEMUGuest1/master-key.aes \
|
||||||
-machine s390-ccw,accel=tcg,usb=off,dump-guest-core=off \
|
-machine s390-ccw-virtio,accel=tcg,usb=off,dump-guest-core=off \
|
||||||
-m 214 \
|
-m 214 \
|
||||||
-overcommit mem-lock=off \
|
-overcommit mem-lock=off \
|
||||||
-smp 1,sockets=1,cores=1,threads=1 \
|
-smp 1,sockets=1,cores=1,threads=1 \
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<vcpu placement='static'>1</vcpu>
|
<vcpu placement='static'>1</vcpu>
|
||||||
<iothreads>2</iothreads>
|
<iothreads>2</iothreads>
|
||||||
<os>
|
<os>
|
||||||
<type arch='s390x' machine='s390-ccw'>hvm</type>
|
<type arch='s390x' machine='s390-ccw-virtio'>hvm</type>
|
||||||
<boot dev='hd'/>
|
<boot dev='hd'/>
|
||||||
</os>
|
</os>
|
||||||
<clock offset='utc'/>
|
<clock offset='utc'/>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<vcpu placement='static'>1</vcpu>
|
<vcpu placement='static'>1</vcpu>
|
||||||
<iothreads>2</iothreads>
|
<iothreads>2</iothreads>
|
||||||
<os>
|
<os>
|
||||||
<type arch='s390x' machine='s390-ccw'>hvm</type>
|
<type arch='s390x' machine='s390-ccw-virtio'>hvm</type>
|
||||||
<boot dev='hd'/>
|
<boot dev='hd'/>
|
||||||
</os>
|
</os>
|
||||||
<clock offset='utc'/>
|
<clock offset='utc'/>
|
||||||
|
Loading…
Reference in New Issue
Block a user