From 3d0c1256b4a60fc2635fa79153af10faa2d88345 Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Sat, 1 Oct 2022 20:56:01 +0200 Subject: [PATCH] test: drop the explicit bus assignment for the pci-bridge as it doesn't work with the Q35 chipset due to a different topology. Auto-assignment seems to work with both Q35 and i440FX chipsets. --- test/TEST-64-UDEV-STORAGE/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/TEST-64-UDEV-STORAGE/test.sh b/test/TEST-64-UDEV-STORAGE/test.sh index 26d72944987..f662d4dafb6 100755 --- a/test/TEST-64-UDEV-STORAGE/test.sh +++ b/test/TEST-64-UDEV-STORAGE/test.sh @@ -420,7 +420,7 @@ testcase_long_sysfs_path() { local testdisk="${TESTDIR:?}/longsysfspath.img" local qemu_opts=( "-drive if=none,id=drive0,format=raw,cache=unsafe,file=$testdisk" - "-device pci-bridge,id=pci_bridge0,bus=pci.0,chassis_nr=64" + "-device pci-bridge,id=pci_bridge0,chassis_nr=64" ) dd if=/dev/zero of="$testdisk" bs=1M count=64