Re: [PATCH] tests/qtest/virtio-ccw: Fix device presence checking

2024-01-08 Thread Thomas Huth
On 06/01/2024 14.01, Samuel Tardieu wrote: An apparent copy-paste error tests for the presence of the virtio-rng-ccw device in order to perform tests on the virtio-scsi-ccw device. Signed-off-by: Samuel Tardieu --- tests/qtest/virtio-ccw-test.c | 2 +- 1 file changed, 1 insertion(+), 1 delet

Re: [PATCH] tests/qtest/virtio-ccw: Fix device presence checking

2024-01-06 Thread Philippe Mathieu-Daudé
On 6/1/24 14:01, Samuel Tardieu wrote: An apparent copy-paste error tests for the presence of the virtio-rng-ccw device in order to perform tests on the virtio-scsi-ccw device. Fixes: 65331bf5d1 ("tests/qtest: Check for virtio-ccw devices before using them") Reviewed-by: Philippe Mathieu-Da