Re: [Qemu-devel] [PATCH v4 15/33] target-arm: add NSACR register

2014-07-07 Thread Greg Bellows
That sounds like a valid check to perform. Digging deeper, it seems there is some downstream FIXME code in translate.c that should account for cpacr_fpen indicating FP being disabled. I'll plan to fix this code. On 7 July 2014 04:40, Aggeler Fabian wrote: > > On 01 Jul 2014, at 01:09, greg.b

Re: [Qemu-devel] [PATCH v4 15/33] target-arm: add NSACR register

2014-07-07 Thread Aggeler Fabian
On 01 Jul 2014, at 01:09, greg.bell...@linaro.org wrote: > From: Fabian Aggeler > > Implements NSACR register with corresponding read/write functions > for ARMv7 and ARMv8. > Actually, in this patch we could add a check in cpu_get_tb_cpu_state() (cpu.h) to not set the ARM_TBFLAG_CPACR_FPEN_

[Qemu-devel] [PATCH v4 15/33] target-arm: add NSACR register

2014-06-30 Thread greg . bellows
From: Fabian Aggeler Implements NSACR register with corresponding read/write functions for ARMv7 and ARMv8. Signed-off-by: Sergey Fedorov Signed-off-by: Fabian Aggeler Signed-off-by: Greg Bellows --- target-arm/cpu.h| 6 + target-arm/helper.c | 68 +++