Re: [Qemu-devel] [PATCH 03/12] ARM: Prepare translation for AArch64 code

2013-03-07 Thread Peter Maydell
On 6 March 2013 10:01, Alexander Graf wrote: > @@ -699,25 +740,31 @@ static inline void cpu_clone_regs(CPUARMState *env, > target_ulong newsp) > static inline void cpu_get_tb_cpu_state(CPUARMState *env, target_ulong *pc, > target_ulong *cs_base, int *flag

Re: [Qemu-devel] [PATCH 03/12] ARM: Prepare translation for AArch64 code

2013-03-06 Thread Laurent Desnogues
On Wed, Mar 6, 2013 at 10:36 AM, Alexander Graf wrote: > > > Am 06.03.2013 um 08:11 schrieb Laurent Desnogues > : > >> On Wed, Mar 6, 2013 at 3:01 AM, Alexander Graf wrote: >>> This patch adds all the prerequisites for AArch64 support that didn't >>> fit into split up patches. It extends importa

Re: [Qemu-devel] [PATCH 03/12] ARM: Prepare translation for AArch64 code

2013-03-06 Thread Alexander Graf
Am 06.03.2013 um 08:11 schrieb Laurent Desnogues : > On Wed, Mar 6, 2013 at 3:01 AM, Alexander Graf wrote: >> This patch adds all the prerequisites for AArch64 support that didn't >> fit into split up patches. It extends important bits in the core cpu >> headers to also take AArch64 mode into a

Re: [Qemu-devel] [PATCH 03/12] ARM: Prepare translation for AArch64 code

2013-03-05 Thread Laurent Desnogues
On Wed, Mar 6, 2013 at 3:01 AM, Alexander Graf wrote: > This patch adds all the prerequisites for AArch64 support that didn't > fit into split up patches. It extends important bits in the core cpu > headers to also take AArch64 mode into account. > > Signed-off-by: Alexander Graf > --- > include

[Qemu-devel] [PATCH 03/12] ARM: Prepare translation for AArch64 code

2013-03-05 Thread Alexander Graf
This patch adds all the prerequisites for AArch64 support that didn't fit into split up patches. It extends important bits in the core cpu headers to also take AArch64 mode into account. Signed-off-by: Alexander Graf --- include/elf.h |2 + target-arm/cpu.h | 103