diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-05-21 21:21:26 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-05-21 21:21:26 +0200 |
| commit | 4b927bc37359dec23f67d3427fc982945f24f404 (patch) | |
| tree | 245449ef9146942dc7fffd0235b48b7e70a00bf2 /gitlab/issues/target_missing/host_missing/accel_missing/2018.toml | |
| parent | aa8bd79cec7bf6790ddb01d156c2ef2201abbaab (diff) | |
| download | emulator-bug-study-4b927bc37359dec23f67d3427fc982945f24f404.tar.gz emulator-bug-study-4b927bc37359dec23f67d3427fc982945f24f404.zip | |
add gitlab issues in toml format
Diffstat (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/2018.toml')
| -rw-r--r-- | gitlab/issues/target_missing/host_missing/accel_missing/2018.toml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/2018.toml b/gitlab/issues/target_missing/host_missing/accel_missing/2018.toml new file mode 100644 index 00000000..aa78e959 --- /dev/null +++ b/gitlab/issues/target_missing/host_missing/accel_missing/2018.toml @@ -0,0 +1,30 @@ +id = 2018 +title = "QEMU would not start when trying to create two UFS host controllers" +state = "closed" +created_at = "2023-12-05T04:34:18.821Z" +closed_at = "2023-12-05T21:32:34.466Z" +labels = ["workflow::Patch available"] +url = "https://gitlab.com/qemu-project/qemu/-/issues/2018" +host-os = "22.04.1-Ubuntu" +host-arch = "x86_64" +qemu-version = "latest master" +guest-os = "NA" +guest-arch = "NA" +description = """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")""" +reproduce = "n/a" +additional = "n/a" |