Commit b1149c1a authored by Cornelia Huck's avatar Cornelia Huck Committed by Kevin Wolf
Browse files

iotests: use virtio aliases for 067



The default cpu model on s390x does not provide zPCI, which is
not yet wired up on tcg. Moreover, virtio-ccw is the standard
on s390x.

Using virtio-scsi will implicitly pick the right device, so just
switch to that for simplicity.

Signed-off-by: default avatarCornelia Huck <cohuck@redhat.com>
Reviewed-by: default avatarQingFeng Hao <haoqf@linux.vnet.ibm.com>
Reviewed-by: default avatarDavid Hildenbrand <david@redhat.com>
Reviewed-by: default avatarThomas Huth <thuth@redhat.com>
Signed-off-by: default avatarKevin Wolf <kwolf@redhat.com>
parent 75f02ed5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -141,7 +141,7 @@ echo
echo === Empty drive with -device and device_del ===
echo

run_qemu -device virtio-scsi-pci -device scsi-cd,id=cd0 <<EOF
run_qemu -device virtio-scsi -device scsi-cd,id=cd0 <<EOF
{ "execute": "qmp_capabilities" }
{ "execute": "query-block" }
{ "execute": "device_del", "arguments": { "id": "cd0" } }
+1 −1
Original line number Diff line number Diff line
@@ -419,7 +419,7 @@ Testing:

=== Empty drive with -device and device_del ===

Testing: -device virtio-scsi-pci -device scsi-cd,id=cd0
Testing: -device virtio-scsi -device scsi-cd,id=cd0
{
    QMP_VERSION
}