summary refs log tree commit diff stats
path: root/results/classifier/108/other/1447
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/108/other/1447')
-rw-r--r--results/classifier/108/other/144722
1 files changed, 22 insertions, 0 deletions
diff --git a/results/classifier/108/other/1447 b/results/classifier/108/other/1447
new file mode 100644
index 000000000..dd5229572
--- /dev/null
+++ b/results/classifier/108/other/1447
@@ -0,0 +1,22 @@
+device: 0.764
+debug: 0.702
+graphic: 0.576
+network: 0.394
+performance: 0.347
+boot: 0.324
+semantic: 0.256
+files: 0.222
+vnc: 0.222
+socket: 0.207
+permissions: 0.165
+PID: 0.145
+KVM: 0.113
+other: 0.090
+
+riscv: reset_vec uses CSR even when disabled causing inability to boot
+Steps to reproduce:
+1. Run any rv32 binary with `./qemu-system-riscv32 -cpu rv32,d=off,f=off,Zicsr=off`
+
+To view using GDB use `./qemu-system-riscv32 -cpu rv32,d=off,f=off,Zicsr=off -S -s`
+`gdb-multiarch --ex="target remote localhost:1234" -ex "layout asm"`
+then type `si` till $pc jumps to zero on `csrr   a0, mhartid`