diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-07-03 19:39:53 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-07-03 19:39:53 +0200 |
| commit | dee4dcba78baf712cab403d47d9db319ab7f95d6 (patch) | |
| tree | 418478faf06786701a56268672f73d6b0b4eb239 /results/classifier/118/device/2018 | |
| parent | 4d9e26c0333abd39bdbd039dcdb30ed429c475ba (diff) | |
| download | emulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.tar.gz emulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.zip | |
restructure results
Diffstat (limited to 'results/classifier/118/device/2018')
| -rw-r--r-- | results/classifier/118/device/2018 | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/results/classifier/118/device/2018 b/results/classifier/118/device/2018 deleted file mode 100644 index cae0f118..00000000 --- a/results/classifier/118/device/2018 +++ /dev/null @@ -1,48 +0,0 @@ -device: 0.850 -kernel: 0.833 -graphic: 0.823 -socket: 0.714 -network: 0.713 -performance: 0.658 -ppc: 0.612 -semantic: 0.582 -architecture: 0.579 -permissions: 0.528 -PID: 0.520 -peripherals: 0.480 -vnc: 0.477 -risc-v: 0.472 -register: 0.446 -debug: 0.432 -hypervisor: 0.424 -boot: 0.403 -VMM: 0.354 -i386: 0.351 -files: 0.345 -KVM: 0.329 -x86: 0.325 -arm: 0.318 -TCG: 0.313 -mistranslation: 0.265 -user-level: 0.230 -virtual: 0.226 -assembly: 0.215 - -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") |
