summary refs log tree commit diff stats
path: root/results/classifier/user-mode-bugs/2497
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-05 20:00:38 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-07-05 20:00:38 +0200
commit96049c939b1916d80532630d63c14e04d5244f1d (patch)
tree7fb9df428f074078e714f1e038210cdff887185a /results/classifier/user-mode-bugs/2497
parent40bbb77d4dfebff4f99c2f90b2c0db737b0ecc5a (diff)
downloadqemu-analysis-96049c939b1916d80532630d63c14e04d5244f1d.tar.gz
qemu-analysis-96049c939b1916d80532630d63c14e04d5244f1d.zip
lock user-mode and semantic-bugs
Diffstat (limited to 'results/classifier/user-mode-bugs/2497')
-rw-r--r--results/classifier/user-mode-bugs/24975
1 files changed, 5 insertions, 0 deletions
diff --git a/results/classifier/user-mode-bugs/2497 b/results/classifier/user-mode-bugs/2497
new file mode 100644
index 000000000..0bfbc3129
--- /dev/null
+++ b/results/classifier/user-mode-bugs/2497
@@ -0,0 +1,5 @@
+
+
+m68k: fpu: FPIAR register is not implemented
+Description of problem:
+QEMU doesn't currently implement the `FPIAR` register in the FPU which is fine in most cases but test code (like that in 147bug) that is testing if instructions like `fmove` are working correctly by writing to the register and reading it back don't get the value written when reading it back and detect a failure.