Re: [Qemu-devel] [PATCH] arm: add Cortex A7 CPU parameters

2016-09-19 Thread Peter Maydell
On 6 September 2016 at 19:07, Andrey Yurovsky wrote: > Add the "cortex-a7" CPU with features and registers matching the Cortex-A7 > MPCore Technical Reference Manual and the Cortex-A7 Floating-Point Unit > Technical Reference Manual. The A7 is very similar to the A15. > > Signed-off-by: Andrey Yur

[Qemu-devel] [PATCH] arm: add Cortex A7 CPU parameters

2016-09-06 Thread Andrey Yurovsky
Add the "cortex-a7" CPU with features and registers matching the Cortex-A7 MPCore Technical Reference Manual and the Cortex-A7 Floating-Point Unit Technical Reference Manual. The A7 is very similar to the A15. Signed-off-by: Andrey Yurovsky Reviewed-by: Peter Maydell --- target-arm/cpu.c | 46 +

[Qemu-devel] [PATCH] arm: add Cortex A7 CPU parameters

2016-08-29 Thread Andrey Yurovsky
From: Andrey Yurovsky Add the "cortex-a7" CPU with features and registers matching the Cortex-A7 MPCore Technical Reference Manual and the Cortex-A7 Floating-Point Unit Technical Reference Manual. The A7 is very similar to the A15. Tested via the "virt" machine. Signed-off-by: Andrey Yurovsky

Re: [Qemu-devel] [PATCH] arm: add Cortex A7 CPU parameters

2016-08-29 Thread Andrey Yurovsky
On Mon, Aug 29, 2016 at 3:41 PM, Peter Maydell wrote: > On 29 August 2016 at 18:36, Andrey Yurovsky wrote: >> From: Andrey Yurovsky >> >> Add the "cortex-a7" CPU with features and registers matching the Cortex-A7 >> MPCore Technical Reference Manual and the Cortex-A7 Floating-Point Unit >> Techn

Re: [Qemu-devel] [PATCH] arm: add Cortex A7 CPU parameters

2016-08-29 Thread Peter Maydell
On 29 August 2016 at 18:36, Andrey Yurovsky wrote: > From: Andrey Yurovsky > > Add the "cortex-a7" CPU with features and registers matching the Cortex-A7 > MPCore Technical Reference Manual and the Cortex-A7 Floating-Point Unit > Technical Reference Manual. The A7 is very similar to the A15. > >