summary refs log tree commit diff stats
path: root/results/classifier/deepseek-2-tmp/output/device/2018
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-03 07:27:52 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-07-03 07:27:52 +0000
commitd0c85e36e4de67af628d54e9ab577cc3fad7796a (patch)
treef8f784b0f04343b90516a338d6df81df3a85dfa2 /results/classifier/deepseek-2-tmp/output/device/2018
parent7f4364274750eb8cb39a3e7493132fca1c01232e (diff)
downloademulator-bug-study-d0c85e36e4de67af628d54e9ab577cc3fad7796a.tar.gz
emulator-bug-study-d0c85e36e4de67af628d54e9ab577cc3fad7796a.zip
add deepseek and gemma results
Diffstat (limited to 'results/classifier/deepseek-2-tmp/output/device/2018')
-rw-r--r--results/classifier/deepseek-2-tmp/output/device/201819
1 files changed, 0 insertions, 19 deletions
diff --git a/results/classifier/deepseek-2-tmp/output/device/2018 b/results/classifier/deepseek-2-tmp/output/device/2018
deleted file mode 100644
index ebbf18b6..00000000
--- a/results/classifier/deepseek-2-tmp/output/device/2018
+++ /dev/null
@@ -1,19 +0,0 @@
-
-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")