Skip to content

Commit 192a6e9

Browse files
mrc0mmandbluca
authored andcommitted
test: drop removed SCSI passthrough feature
This feature has been deprecated since QEMU 5.0 and finally removed in QEMU 9.1 [0] which now causes issues when running the storage tests on latest Arch: ------ testcase_long_sysfs_path: BEGIN ------ ... qemu-system-x86_64: -device virtio-blk-pci,drive=drive0,scsi=off,bus=pci_bridge25: Property 'virtio-blk-pci.scsi' not found E: qemu failed with exit code 1 [0] qemu/qemu@a271b8d (cherry picked from commit cd57920) (cherry picked from commit c5baa5d)
1 parent 0c6e525 commit 192a6e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/TEST-64-UDEV-STORAGE/test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ EOF
495495
qemu_opts+=("-device pci-bridge,id=pci_bridge$brid,bus=pci_bridge$((brid-1)),chassis_nr=$((64+brid))")
496496
done
497497

498-
qemu_opts+=("-device virtio-blk-pci,drive=drive0,scsi=off,bus=pci_bridge$brid")
498+
qemu_opts+=("-device virtio-blk-pci,drive=drive0,bus=pci_bridge$brid")
499499

500500
KERNEL_APPEND="systemd.setenv=TEST_FUNCTION_NAME=${FUNCNAME[0]} ${USER_KERNEL_APPEND:-}"
501501
QEMU_OPTIONS="${qemu_opts[*]} ${USER_QEMU_OPTIONS:-}"

0 commit comments

Comments
 (0)