Re: [Qemu-devel] [PATCH] iotests: Fix test 200 on s390x without virtio-pci

2019-03-28 Thread Kevin Wolf
Am 27.03.2019 um 07:43 hat Thomas Huth geschrieben: > 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

Re: [Qemu-devel] [PATCH] iotests: Fix test 200 on s390x without virtio-pci

2019-03-27 Thread John Snow
On 3/27/19 2:43 AM, Thomas Huth wrote: > 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

[Qemu-devel] [PATCH] iotests: Fix test 200 on s390x without virtio-pci

2019-03-26 Thread Thomas Huth
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-b