Re: [Qemu-devel] [PATCH 10/24] target-arm: Implement AArch64 MIDR_EL1

2014-01-27 Thread Peter Crosthwaite
On Wed, Jan 22, 2014 at 6:12 AM, Peter Maydell wrote: > Implement the AArch64 view of the MIDR system register > (for AArch64 it is a simple constant, unlike the complicated > mess that TI925 imposes on the 32-bit view). > > Signed-off-by: Peter Maydell Reviewed-by: Peter Crosthwaite > --- >

[Qemu-devel] [PATCH 10/24] target-arm: Implement AArch64 MIDR_EL1

2014-01-21 Thread Peter Maydell
Implement the AArch64 view of the MIDR system register (for AArch64 it is a simple constant, unlike the complicated mess that TI925 imposes on the 32-bit view). Signed-off-by: Peter Maydell --- target-arm/helper.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/target-arm/helper.c b/targe