Skip to content

Commit 6070f1e

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) (cherry picked from commit 192a6e9) (cherry picked from commit 1d24510) (cherry picked from commit 1a20768)
1 parent 6f68f0b commit 6070f1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ EOF
474474
qemu_opts+=("-device pci-bridge,id=pci_bridge$brid,bus=pci_bridge$((brid-1)),chassis_nr=$((64+brid))")
475475
done
476476

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

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

0 commit comments

Comments
 (0)