device: 0.933 files: 0.821 other: 0.723 network: 0.722 performance: 0.712 graphic: 0.662 semantic: 0.641 debug: 0.588 socket: 0.547 vnc: 0.544 boot: 0.466 permissions: 0.352 PID: 0.318 KVM: 0.151 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)