[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 2/4] iotests: Revert "iotests: use -ccw on s390x for 040, 139
From: |
Cornelia Huck |
Subject: |
Re: [PATCH 2/4] iotests: Revert "iotests: use -ccw on s390x for 040, 139, and 182" |
Date: |
Fri, 19 Mar 2021 12:43:39 +0100 |
On Thu, 18 Mar 2021 23:39:05 +0100
Laurent Vivier <laurent@vivier.eu> wrote:
> Commit f1d5516ab583 introduces a test in some iotests to check if
> the machine is a s390-ssw-virtio and to select virtio-*-ccw rather
s/ssw/ccw/
> than virtio-*-pci.
>
> We don't need that because QEMU already provides aliases to use the correct
> virtio interface according to the machine type.
Maybe add a comment that this also enables virtio-mmio?
>
> This patch removes all virtio-*-pci and virtio-*-ccw to use virtio-*
> instead.
>
> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
> cc: Cornelia Huck <cohuck@redhat.com>
> ---
> blockdev.c | 6 +-----
Hm, that also tweaks how -drive behaves, IIUC. Intended, I think; but
worth a note as well?
> tests/qemu-iotests/040 | 2 +-
> tests/qemu-iotests/051 | 12 +-----------
> tests/qemu-iotests/068 | 4 +---
> tests/qemu-iotests/093 | 3 +--
> tests/qemu-iotests/139 | 9 ++-------
> tests/qemu-iotests/182 | 13 ++-----------
> tests/qemu-iotests/238 | 4 +---
> tests/qemu-iotests/240 | 10 +++++-----
> tests/qemu-iotests/257 | 4 ++--
> tests/qemu-iotests/307 | 4 +---
> tests/qemu-iotests/iotests.py | 5 -----
> 12 files changed, 18 insertions(+), 58 deletions(-)
- [PATCH 0/4] iotests: fix failures with non-PCI machines, Laurent Vivier, 2021/03/18
- [PATCH 1/4] m68k: add the virtio devices aliases, Laurent Vivier, 2021/03/18
- [PATCH 2/4] iotests: Revert "iotests: use -ccw on s390x for 040, 139, and 182", Laurent Vivier, 2021/03/18
- [PATCH 3/4] iotests: test m68k with the virt machine, Laurent Vivier, 2021/03/18
- [PATCH 4/4] iotests: iothreads need ioeventfd, Laurent Vivier, 2021/03/18