[Qemu-devel] [PATCH 22/35] arm: save always 32 fpu registers

2012-05-04 Thread Juan Quintela
This way, we fix a bug (we were overwritten the 16 first registers on load), and we don't need to check for ARM_FEATURE_VPF3, we always send the 32 registers. Signed-off-by: Juan Quintela --- target-arm/cpu.h |2 +- target-arm/machine.c | 22 ++ 2 files changed, 3 i

Re: [Qemu-devel] [PATCH 22/35] arm: save always 32 fpu registers

2012-05-04 Thread Peter Maydell
On 4 May 2012 11:54, Juan Quintela wrote: > This way, we fix a bug (we were overwritten the 16 first registers on > load), and we don't need to check for ARM_FEATURE_VPF3, we always send > the 32 registers. As I pointed out last time around, this bug is already fixed in master and you need to cor