On Thu, 17 Aug 2017 08:25:13 +0200 Thomas Huth <th...@redhat.com> wrote:
> Most of the simple virtio test can be used on virtio-ccw on > s390x, too, by simply using the bus-independent alias names > of the devices instead of the device names ending in "-pci". > Hot-plugging can also be tested here - we just have to use > the generic hot plug function instead of the PCI hot plug > function in the qvirtio_plug_device_test() function. Same comments as before regarding aliasing, and a possible future desire to test virtio-pci on s390x as well. But yes, we want the virtio tests on s390x as well. > > Signed-off-by: Thomas Huth <th...@redhat.com> > --- > tests/Makefile.include | 4 ++++ > tests/libqos/virtio.c | 4 +++- > tests/virtio-balloon-test.c | 6 +++--- > tests/virtio-console-test.c | 12 ++++++------ > tests/virtio-rng-test.c | 10 +++++----- > tests/virtio-serial-test.c | 8 ++++---- > 6 files changed, 25 insertions(+), 19 deletions(-)