[Qemu-devel] [PATCH] tests: virtio: separate ccw tests from libqos

2018-08-21 Thread Paolo Bonzini
Because qtest does not support s390 channel I/O, s390 only performs smoke tests on those few devices that do not have any functional tests. Therefore, every time we add functional tests for a virtio device, the choice is between removing those tests from the s390 suite (so that s390 actually _lo

Re: [Qemu-devel] [PATCH] tests: virtio: separate ccw tests from libqos

2018-08-01 Thread Cornelia Huck
On Wed, 1 Aug 2018 15:27:33 +0200 Paolo Bonzini wrote: > Because qtest does not support s390 channel I/O, s390 only performs smoke > tests on > those few devices that do not have any functional tests. Therefore, every > time we > add functional tests for a virtio device, the choice is between

[Qemu-devel] [PATCH] tests: virtio: separate ccw tests from libqos

2018-08-01 Thread Paolo Bonzini
Because qtest does not support s390 channel I/O, s390 only performs smoke tests on those few devices that do not have any functional tests. Therefore, every time we add functional tests for a virtio device, the choice is between removing those tests from the s390 suite (so that s390 actually _lo