Re: [Qemu-devel] [PATCH 02/12] target-arm: A64: add set_pc cpu method

2013-12-03 Thread Richard Henderson
On 12/04/2013 10:51 AM, Peter Maydell wrote: > From: Alexander Graf > > When executing translation blocks we need to be able to recover > our program counter. Add a method to set it for AArch64 CPUs. > This covers user-mode, but for system mode emulation we will > need to check if the CPU is in a

[Qemu-devel] [PATCH 02/12] target-arm: A64: add set_pc cpu method

2013-12-03 Thread Peter Maydell
From: Alexander Graf When executing translation blocks we need to be able to recover our program counter. Add a method to set it for AArch64 CPUs. This covers user-mode, but for system mode emulation we will need to check if the CPU is in an AArch32 execution state. Signed-off-by: Alexander Graf