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/1498 | |
| parent | 4d9e26c0333abd39bdbd039dcdb30ed429c475ba (diff) | |
| download | emulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.tar.gz emulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.zip | |
restructure results
Diffstat (limited to 'results/classifier/semantic-bugs/instruction/1498')
| -rw-r--r-- | results/classifier/semantic-bugs/instruction/1498 | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/results/classifier/semantic-bugs/instruction/1498 b/results/classifier/semantic-bugs/instruction/1498 deleted file mode 100644 index 2ac4b50f..00000000 --- a/results/classifier/semantic-bugs/instruction/1498 +++ /dev/null @@ -1,18 +0,0 @@ -instruction: 0.978 -graphic: 0.914 -other: 0.851 -device: 0.849 -semantic: 0.841 -mistranslation: 0.800 -network: 0.564 -boot: 0.371 -vnc: 0.362 -socket: 0.166 -assembly: 0.098 -KVM: 0.027 - -LDC, STC unimplemented in qemu-system-arm -Description of problem: -I used differential testing to compared the instruction consistency (ARMv7) between QEMU and raspberry pi 2B in system level and some inconsistency in LDC, SDC instruction was detected. - -The instructions run successfully in raspi2b, but cause undefined in QEMU. I found that LDC and SDC instructions remain unimplemented in QEMU. |