Re: [Qemu-devel] [RFC v2 2/2] target-arm: Add support for Cortex-R4F

2012-09-22 Thread Peter Maydell
On 22 September 2012 12:45, Andreas Färber wrote: > With QOM ARMCPU we can now distinguish between -cpu cortex-r4 and > -cpu cortex-r4f despite identical MIDR. I'm not convinced that we should treat the R4 any differently to any of the other CPUs which we model which might or might not have an FP

Re: [Qemu-devel] [RFC v2 2/2] target-arm: Add support for Cortex-R4F

2012-09-22 Thread Blue Swirl
On Sat, Sep 22, 2012 at 11:45 AM, Andreas Färber wrote: > With QOM ARMCPU we can now distinguish between -cpu cortex-r4 and > -cpu cortex-r4f despite identical MIDR. > > Signed-off-by: Andreas Färber > --- > target-arm/cpu.c | 47 +++ > 1 Datei geänd

[Qemu-devel] [RFC v2 2/2] target-arm: Add support for Cortex-R4F

2012-09-22 Thread Andreas Färber
With QOM ARMCPU we can now distinguish between -cpu cortex-r4 and -cpu cortex-r4f despite identical MIDR. Signed-off-by: Andreas Färber --- target-arm/cpu.c | 47 +++ 1 Datei geändert, 47 Zeilen hinzugefügt(+) diff --git a/target-arm/cpu.c b/target-