summaryrefslogtreecommitdiffstats
path: root/results/classifier/zero-shot/118/device/2468
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-03 19:39:53 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-07-03 19:39:53 +0200
commitdee4dcba78baf712cab403d47d9db319ab7f95d6 (patch)
tree418478faf06786701a56268672f73d6b0b4eb239 /results/classifier/zero-shot/118/device/2468
parent4d9e26c0333abd39bdbd039dcdb30ed429c475ba (diff)
downloademulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.tar.gz
emulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.zip
restructure results
Diffstat (limited to 'results/classifier/zero-shot/118/device/2468')
-rw-r--r--results/classifier/zero-shot/118/device/246863
1 files changed, 63 insertions, 0 deletions
diff --git a/results/classifier/zero-shot/118/device/2468 b/results/classifier/zero-shot/118/device/2468
new file mode 100644
index 00000000..ba30f68a
--- /dev/null
+++ b/results/classifier/zero-shot/118/device/2468
@@ -0,0 +1,63 @@
+device: 0.929
+peripherals: 0.910
+architecture: 0.865
+VMM: 0.863
+register: 0.858
+debug: 0.836
+graphic: 0.774
+kernel: 0.758
+user-level: 0.736
+assembly: 0.717
+vnc: 0.693
+boot: 0.674
+socket: 0.671
+ppc: 0.662
+performance: 0.654
+x86: 0.636
+network: 0.606
+risc-v: 0.541
+files: 0.504
+semantic: 0.490
+TCG: 0.456
+arm: 0.434
+PID: 0.407
+mistranslation: 0.400
+i386: 0.390
+permissions: 0.383
+virtual: 0.371
+hypervisor: 0.328
+KVM: 0.236
+
+m68k: movec to/from CAAR not emulated?
+Description of problem:
+
+Steps to reproduce:
+1. Start adding a machine for the Motorola MVME147 VME module
+2. Step through the standard ROM for this board (147BUG)
+3. Step until `ff823bf0 4e 7b 18 02 movec D1,CAAR`
+4. Watch QEMU show a fatal error for an unimplemented control register:
+
+```
+QEMU 9.0.50 monitor - type 'help' for more information
+(qemu) qemu: fatal: Unimplemented control register write 0x802 = 0xffffffff
+
+D0 = ffffffff A0 = fffe0000 F0 = 7fff ffffffffffffffff ( nan)
+D1 = ffffffff A1 = 00000000 F1 = 7fff ffffffffffffffff ( nan)
+D2 = ffff271f A2 = 00000000 F2 = 7fff ffffffffffffffff ( nan)
+D3 = ffffffff A3 = 00000000 F3 = 7fff ffffffffffffffff ( nan)
+D4 = ffffffff A4 = 00000000 F4 = 7fff ffffffffffffffff ( nan)
+D5 = ffffffff A5 = 00000400 F5 = 7fff ffffffffffffffff ( nan)
+D6 = ffffffff A6 = 00000000 F6 = 7fff ffffffffffffffff ( nan)
+D7 = ffffffff A7 = 000037dc F7 = 7fff ffffffffffffffff ( nan)
+PC = ff823bf0 SR = 2714 T:0 I:7 SI X-Z--
+FPSR = 00000000 ----
+ FPCR = 0000 X RN
+ A7(MSP) = 00000000 A7(USP) = ffffffff ->A7(ISP) = 000037dc
+VBR = 0xffffffff
+SFC = 0 DFC 0
+SSW 00000000 TCR 00000000 URP 00000000 SRP 00000000
+DTTR0/1: 00000000/00000000 ITTR0/1: 00000000/00000000
+MMUSR 00000000, fault at 00000000
+```
+Additional information:
+