Re: [Qemu-devel] [PATCH v1 1/2] target-arm: Add the Cortex-R5F

2018-05-03 Thread Alistair Francis
On Thu, May 3, 2018 at 4:58 AM Edgar E. Iglesias wrote: > From: "Edgar E. Iglesias" > Add the Cortex-R5F with the optional FPU enabled. > Signed-off-by: Edgar E. Iglesias Reviewed-by: Alistair Francis Alistair > --- > target/arm/cpu.c | 9 + > 1 file changed, 9 insertions(+) >

Re: [Qemu-devel] [PATCH v1 1/2] target-arm: Add the Cortex-R5F

2018-05-03 Thread KONRAD Frederic
On 05/03/2018 01:56 PM, Edgar E. Iglesias wrote: From: "Edgar E. Iglesias" Add the Cortex-R5F with the optional FPU enabled. Seems ok to me. Reviewed-by: KONRAD Frederic Signed-off-by: Edgar E. Iglesias --- target/arm/cpu.c | 9 + 1 file changed, 9 insertions(+) diff --git

[Qemu-devel] [PATCH v1 1/2] target-arm: Add the Cortex-R5F

2018-05-03 Thread Edgar E. Iglesias
From: "Edgar E. Iglesias" Add the Cortex-R5F with the optional FPU enabled. Signed-off-by: Edgar E. Iglesias --- target/arm/cpu.c | 9 + 1 file changed, 9 insertions(+) diff --git a/target/arm/cpu.c b/target/arm/cpu.c index d175c5e94f..7a7035c037 100644 --- a/target/arm/cpu.c +++ b/ta