device: 0.796 graphic: 0.730 instruction: 0.652 network: 0.523 semantic: 0.414 vnc: 0.361 boot: 0.320 socket: 0.275 KVM: 0.269 mistranslation: 0.196 other: 0.162 assembly: 0.161 m68k: fpu: frestore with NULL state should reset FPU state Description of problem: According to the PRM: ``` Floating-Point Status Register: Cleared if the state size is NULL; otherwise, not affected. ``` But this does not currently happen. Steps to reproduce: 1. set a value in fpsr 2. do frestore with state size zero 3. read back fpsr and notice it isn't zero.