diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-06-05 06:55:18 +0000 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-06-05 06:55:18 +0000 |
| commit | 993a7c1ea28968a4479a87ad6c2637a7045d2d51 (patch) | |
| tree | 024d7266fc695c4f93ab6ce0fcd52326f3ac379d /results/classifier/108/other/2018 | |
| parent | 2773b5e236e2217a35a53dbc298757610c7bbbc6 (diff) | |
| download | qemu-analysis-993a7c1ea28968a4479a87ad6c2637a7045d2d51.tar.gz qemu-analysis-993a7c1ea28968a4479a87ad6c2637a7045d2d51.zip | |
add new classifier result
Diffstat (limited to 'results/classifier/108/other/2018')
| -rw-r--r-- | results/classifier/108/other/2018 | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/results/classifier/108/other/2018 b/results/classifier/108/other/2018 new file mode 100644 index 000000000..71975098e --- /dev/null +++ b/results/classifier/108/other/2018 @@ -0,0 +1,33 @@ +device: 0.850 +graphic: 0.823 +socket: 0.714 +network: 0.713 +performance: 0.658 +semantic: 0.582 +permissions: 0.528 +PID: 0.520 +vnc: 0.477 +debug: 0.432 +boot: 0.403 +other: 0.368 +files: 0.345 +KVM: 0.329 + +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") |