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/semantic-bugs/instruction/1915027 | |
| parent | 4d9e26c0333abd39bdbd039dcdb30ed429c475ba (diff) | |
| download | qemu-analysis-dee4dcba78baf712cab403d47d9db319ab7f95d6.tar.gz qemu-analysis-dee4dcba78baf712cab403d47d9db319ab7f95d6.zip | |
restructure results
Diffstat (limited to 'results/classifier/semantic-bugs/instruction/1915027')
| -rw-r--r-- | results/classifier/semantic-bugs/instruction/1915027 | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/results/classifier/semantic-bugs/instruction/1915027 b/results/classifier/semantic-bugs/instruction/1915027 deleted file mode 100644 index 4df7ceb4b..000000000 --- a/results/classifier/semantic-bugs/instruction/1915027 +++ /dev/null @@ -1,27 +0,0 @@ -instruction: 0.816 -assembly: 0.781 -graphic: 0.759 -other: 0.744 -device: 0.634 -semantic: 0.632 -mistranslation: 0.442 -vnc: 0.284 -network: 0.181 -boot: 0.140 -socket: 0.116 -KVM: 0.044 - -RISC-V 64, CPUs do ilegal 0x00 write with SMP - -When QEMU is runt like this: - -qemu-system-riscv64 -d unimp,guest_errors -smp 8 - -Other harts will do a illegal write on address 0x00. - -This could be mostly (i think) because the initial assembly code is only loaded on the first hart and the others do a mess because there is no code to execute. - -Even with -smp 1 you will see the same errors. The problem is because there is nothing to run after OpenSBI jumps to the next stage. - -If you load a kernel you will not see the error messages. - |