summary refs log tree commit diff stats
path: root/results/classifier/105/boot/1280
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-06-03 12:04:13 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-06-03 12:04:13 +0000
commit256709d2eb3fd80d768a99964be5caa61effa2a0 (patch)
tree05b2352fba70923126836a64b6a0de43902e976a /results/classifier/105/boot/1280
parent2ab14fa96a6c5484b5e4ba8337551bb8dcc79cc5 (diff)
downloademulator-bug-study-256709d2eb3fd80d768a99964be5caa61effa2a0.tar.gz
emulator-bug-study-256709d2eb3fd80d768a99964be5caa61effa2a0.zip
add new classifier result
Diffstat (limited to 'results/classifier/105/boot/1280')
-rw-r--r--results/classifier/105/boot/128021
1 files changed, 21 insertions, 0 deletions
diff --git a/results/classifier/105/boot/1280 b/results/classifier/105/boot/1280
new file mode 100644
index 00000000..9555fe77
--- /dev/null
+++ b/results/classifier/105/boot/1280
@@ -0,0 +1,21 @@
+boot: 0.866
+device: 0.835
+instruction: 0.791
+network: 0.741
+graphic: 0.694
+semantic: 0.678
+vnc: 0.602
+socket: 0.542
+mistranslation: 0.333
+other: 0.204
+assembly: 0.075
+KVM: 0.054
+
+qemu-system-arm 7.1 can not boot my cortex-m55 image
+Steps to reproduce:
+```
+1.qemu-system-arm -cpu cortex-m55 -machine mps3-an547 -nographic -vga none -monitor none -semihosting -semihosting-config enable=on,target=native -kernel qemu_simu.elf
+2.arm-none-eabi-gdb -ex "target extended-remote localhost:1234" qemu_simu.elf
+```
+Additional information:
+[qemu_simu.tar.gz](/uploads/b8b3bf0f4868fdbb22b19027f685b4f0/qemu_simu.tar.gz)