[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/

[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

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