From: Cornelia Huck Date: Wed, 13 Sep 2017 09:10:38 +0000 (+0200) Subject: iotests: use virtio aliases for 067 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b1149c1a2ad8eaecca08e78f677513672ff3d627;p=qemu.git 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: Cornelia Huck Reviewed-by: QingFeng Hao Reviewed-by: David Hildenbrand Reviewed-by: Thomas Huth Signed-off-by: Kevin Wolf --- diff --git a/tests/qemu-iotests/067 b/tests/qemu-iotests/067 index 5d4ca4bc61..ee9595f0da 100755 --- a/tests/qemu-iotests/067 +++ b/tests/qemu-iotests/067 @@ -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 <