Re: [Qemu-devel] [PATCH 05/11] target-i386: remove old code handling float64

2011-05-20 Thread Peter Maydell
On 15 May 2011 15:13, 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 This patch is OK in terms of how it leaves the code, but I think some p

[Qemu-devel] [PATCH 05/11] target-i386: remove old code handling float64

2011-05-15 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|