Re: [Qemu-devel] [PATCH v2 9/9] target-i386: add support for FPU exceptions

2011-05-24 Thread Peter Maydell
On 23 May 2011 22:42, Aurelien Jarno wrote: > This patch adds support for FPU exceptions. It keeps the exception in > the softfloat status, and copy them back to env->fpus when needed by > oring them. When loading a new value to env->fpus, it starts with a > clean softfloat status. > > Signed-off-

[Qemu-devel] [PATCH v2 9/9] target-i386: add support for FPU exceptions

2011-05-23 Thread Aurelien Jarno
This patch adds support for FPU exceptions. It keeps the exception in the softfloat status, and copy them back to env->fpus when needed by oring them. When loading a new value to env->fpus, it starts with a clean softfloat status. Signed-off-by: Aurelien Jarno --- target-i386/cpu.h | 15