summary refs log tree commit diff stats
path: root/gitlab/issues_text/target_missing/host_missing/accel_missing/2018
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-05-30 16:52:07 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-05-30 16:52:17 +0200
commit9260319e7411ff8281700a532caa436f40120ec4 (patch)
tree2f6bfe5f3458dd49d328d3a9eb508595450adec0 /gitlab/issues_text/target_missing/host_missing/accel_missing/2018
parent225caa38269323af1bfc2daadff5ec8bd930747f (diff)
downloadqemu-analysis-9260319e7411ff8281700a532caa436f40120ec4.tar.gz
qemu-analysis-9260319e7411ff8281700a532caa436f40120ec4.zip
gitlab scraper: download in toml and text format
Diffstat (limited to 'gitlab/issues_text/target_missing/host_missing/accel_missing/2018')
-rw-r--r--gitlab/issues_text/target_missing/host_missing/accel_missing/201818
1 files changed, 18 insertions, 0 deletions
diff --git a/gitlab/issues_text/target_missing/host_missing/accel_missing/2018 b/gitlab/issues_text/target_missing/host_missing/accel_missing/2018
new file mode 100644
index 000000000..b60d0dfc3
--- /dev/null
+++ b/gitlab/issues_text/target_missing/host_missing/accel_missing/2018
@@ -0,0 +1,18 @@
+QEMU would not start when trying to create two UFS host controllers
+Description of problem:
+This issue is reported by Akinobu Mita.
+https://lore.kernel.org/qemu-devel/20231204150543.48252-1-akinobu.mita@gmail.com/
+
+> QEMU would not start when trying to create two UFS host controllers and a UFS logical unit for each with the following options:
+> 
+> -device ufs,id=bus0 \
+> -device ufs-lu,drive=drive1,bus=bus0,lun=0 \
+> -device ufs,id=bus1 \
+> -device ufs-lu,drive=drive2,bus=bus1,lun=0 \
+> 
+> This is because the same ID string ("0:0:0/scsi-disk") is generated
+> for both UFS logical units.
+> 
+> To fix this issue, prepend the parent pci device's path to make
+> the ID string unique.
+> ("0000:00:03.0/0:0:0/scsi-disk" and "0000:00:04.0/0:0:0/scsi-disk")