summary refs log tree commit diff stats
path: root/results/classifier/118/none/1149
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-06-16 16:59:00 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-06-16 16:59:33 +0000
commit9aba81d8eb048db908c94a3c40c25a5fde0caee6 (patch)
treeb765e7fb5e9a3c2143c68b0414e0055adb70e785 /results/classifier/118/none/1149
parentb89a938452613061c0f1f23e710281cf5c83cb29 (diff)
downloademulator-bug-study-9aba81d8eb048db908c94a3c40c25a5fde0caee6.tar.gz
emulator-bug-study-9aba81d8eb048db908c94a3c40c25a5fde0caee6.zip
add 18th iteration of classifier
Diffstat (limited to 'results/classifier/118/none/1149')
-rw-r--r--results/classifier/118/none/114939
1 files changed, 39 insertions, 0 deletions
diff --git a/results/classifier/118/none/1149 b/results/classifier/118/none/1149
new file mode 100644
index 00000000..f74bf246
--- /dev/null
+++ b/results/classifier/118/none/1149
@@ -0,0 +1,39 @@
+device: 0.773
+register: 0.681
+architecture: 0.641
+graphic: 0.537
+mistranslation: 0.508
+semantic: 0.457
+files: 0.348
+network: 0.281
+performance: 0.163
+vnc: 0.163
+socket: 0.157
+ppc: 0.153
+virtual: 0.149
+assembly: 0.149
+boot: 0.125
+peripherals: 0.105
+debug: 0.080
+user-level: 0.073
+i386: 0.064
+kernel: 0.061
+risc-v: 0.055
+x86: 0.050
+permissions: 0.049
+PID: 0.034
+TCG: 0.033
+VMM: 0.030
+arm: 0.023
+hypervisor: 0.020
+KVM: 0.011
+
+Micron Xccela (MT35x) NOR Flash wrong implementation in `hw/block/m25p80.c`
+Additional information:
+I see that in the fork they introduced a new entry - `MAN_MICRON_OCTAL`: - https://github.com/Xilinx/qemu/blob/master/hw/block/m25p80.c
+
+Would be nice to make it more generic, probably to call just `MAN_MICRON` and set octal mode like quad mode in other flash implementations - via the configuration register flags, especially since they could be enabled and disabled on the fly.
+
+Also the 256 configuration registers: https://github.com/Xilinx/qemu/commit/9b2fe1e36bfd8849bb3538161279cdff6efea325
+
+cc @alistair23