summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/peripherals/2663
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/gemma3:12b/peripherals/2663')
-rw-r--r--results/classifier/gemma3:12b/peripherals/26638
1 files changed, 8 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/peripherals/2663 b/results/classifier/gemma3:12b/peripherals/2663
new file mode 100644
index 00000000..f2bcd7d2
--- /dev/null
+++ b/results/classifier/gemma3:12b/peripherals/2663
@@ -0,0 +1,8 @@
+
+powerpc: for 6xx,7xx,74xx msr and srr1 are not set correctly on exception
+Description of problem:
+When an exception is raised, qemu does not set bits in SRR1 and MSR correctly.
+
+This causes some operating systems to not work, in particular early little endian ones like Windows NT.
+Additional information:
+The following patch changes the MSR and SRR1 bit settings on exception to what is mentioned in the various user manuals for the 6xx, 7xx and 74xx series (6xx and 7xx are effectively identical, 74xx has some additional changes): [exception_msr.patch](/uploads/aae17dd35f0f0e72b831243fcfd0c416/exception_msr.patch)