Re: [PATCH] tests/qtest/hd-geo-test: Check for the lsi53c895a controller before using it

2022-01-11 Thread Philippe Mathieu-Daudé
On 22/12/21 16:36, Thomas Huth wrote: The lsi53c895a SCSI controller might have been disabled in the target binary, so let's check for its availability first before using it. Signed-off-by: Thomas Huth --- tests/qtest/hd-geo-test.c | 8 +--- 1 file changed, 5 insertions(+), 3

Re: [PATCH] tests/qtest/hd-geo-test: Check for the lsi53c895a controller before using it

2022-01-11 Thread John Snow
On Wed, Dec 22, 2021 at 10:36 AM Thomas Huth wrote: > > The lsi53c895a SCSI controller might have been disabled in the target > binary, so let's check for its availability first before using it. > > Signed-off-by: Thomas Huth > --- > tests/qtest/hd-geo-test.c | 8 +--- > 1 file changed, 5

[PATCH] tests/qtest/hd-geo-test: Check for the lsi53c895a controller before using it

2021-12-22 Thread Thomas Huth
The lsi53c895a SCSI controller might have been disabled in the target binary, so let's check for its availability first before using it. Signed-off-by: Thomas Huth --- tests/qtest/hd-geo-test.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/tests/qtest/hd-geo-test.c