Re: [Qemu-devel] [PATCH v2 3/9] target-i386: remove old code handling float64

2011-05-24 Thread Peter Maydell
On 23 May 2011 22:42, Aurelien Jarno wrote: > Now that target-i386 uses softfloat, floatx80 is always available and > there is no need anymore to have code handling both float64 and floax80. > > Signed-off-by: Aurelien Jarno Reviewed-by: Peter Maydell

[Qemu-devel] [PATCH v2 3/9] target-i386: remove old code handling float64

2011-05-23 Thread Aurelien Jarno
Now that target-i386 uses softfloat, floatx80 is always available and there is no need anymore to have code handling both float64 and floax80. Signed-off-by: Aurelien Jarno --- target-i386/cpu.h | 22 +--- target-i386/exec.h | 132 +--- target-i386/helper.c|