On 06.12.21 15:34, Thomas Huth wrote:
The lsi53c895a SCSI adaptor might not be enabled in each and every x86 QEMU binary, e.g. it's disabled in the RHEL/CentOS build. Thus let's add a check to the 051 test so that it does not fail if this device is not available.Signed-off-by: Thomas Huth <th...@redhat.com> --- tests/qemu-iotests/051 | 4 ++++ 1 file changed, 4 insertions(+)
Thanks, applied to my block branch: https://gitlab.com/hreitz/qemu/-/commits/block Hanna