]> git.proxmox.com Git - mirror_qemu.git/commit
iotests: Fix test 200 on s390x without virtio-pci
authorThomas Huth <thuth@redhat.com>
Wed, 27 Mar 2019 06:43:49 +0000 (07:43 +0100)
committerKevin Wolf <kwolf@redhat.com>
Tue, 2 Apr 2019 10:04:44 +0000 (12:04 +0200)
commite0a59749efc246646bb208e553489b894450cbcd
tree46dc417b34b842b84005c621235f89ec2d0abdc4
parentd61d1a1fb2f1db6c54651844a28389c523f3f8c7
iotests: Fix test 200 on s390x without virtio-pci

virtio-pci is optional on s390x, e.g. in downstream RHEL builds, it
is disabled. On s390x, virtio-ccw should be used instead. Other tests
like 051 or 240 already use virtio-scsi-ccw instead of virtio-scsi-pci
on s390x, so let's do the same here and always use virtio-scsi-ccw on
s390x.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
tests/qemu-iotests/200