PID: 0.819 other: 0.712 device: 0.708 semantic: 0.703 files: 0.697 socket: 0.659 performance: 0.647 network: 0.554 vnc: 0.546 permissions: 0.537 boot: 0.515 graphic: 0.501 KVM: 0.395 debug: 0.383 ppc fails to clear MSR_POW when incurring exception QEMU VERSION: 0.12.4 According to FreeScale's 'Programming Environments Manual for 32-bit Implementations of the PowerPC Architecture' [MPCFPE32B, Rev.3, 9/2005], section 6.5, table 6-7, an interrupt resets MSR_POW to zero but qemu-0.12.4 fails to do so. Resetting the bit is necessary in order to bring the processor out of power-management since otherwise it goes to sleep right away in the exception handler, i.e., it is impossible to leave PM-mode. Thomas Monjalon wrote: > From: till