Re: [Qemu-devel] [PATCH v1 07/17] target-arm: a64: Add endianness support

2016-01-19 Thread Peter Maydell
On 18 January 2016 at 07:12, Peter Crosthwaite wrote: > From: Peter Crosthwaite > > Set the dc->mo_endianness flag for AA64 and use it in all ldst ops. > > Signed-off-by: Peter Crosthwaite > --- Reviewed-by: Peter Maydell thanks -- PMM

[Qemu-devel] [PATCH v1 07/17] target-arm: a64: Add endianness support

2016-01-17 Thread Peter Crosthwaite
From: Peter Crosthwaite Set the dc->mo_endianness flag for AA64 and use it in all ldst ops. Signed-off-by: Peter Crosthwaite --- target-arm/translate-a64.c | 49 -- 1 file changed, 30 insertions(+), 19 deletions(-) diff --git a/target-arm/translate