On 06/08/2018 16:33, Emanuele Giuseppe Esposito wrote: > From: Paolo Bonzini <pbonz...@redhat.com> > > 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 _loses_ coverage) > or sprinkling the test with architecture checks. > > This patch simply creates a ccw-specific test that only performs smoke tests > on > all virtio-ccw devices. If channel I/O support is ever added to qtest and > libqos, > then this file can go away. In the meanwhile, it simplifies maintenance and > makes sure that all virtio devices are tested. > > Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> > Signed-off-by: Emanuele Giuseppe Esposito <e.emanuelegiuse...@gmail.com>
You can add the "Acked-by" from Cornelia and the "Reviewed-by" from Thomas. Thanks, Laurent