Re: [Qemu-devel] [PATCH v6 3/4] target-arm: Add 32/64-bit register sync

2015-02-11 Thread Peter Maydell
On 12 February 2015 at 05:53, Greg Bellows wrote: > Add AArch32 to AArch64 register sychronization functions. > Replace manual register synchronization with new functions in > aarch64_cpu_do_interrupt() and HELPER(exception_return)(). > > Signed-off-by: Greg Bellows > > --- > > v5 -> v6 > - Add r

[Qemu-devel] [PATCH v6 3/4] target-arm: Add 32/64-bit register sync

2015-02-11 Thread Greg Bellows
Add AArch32 to AArch64 register sychronization functions. Replace manual register synchronization with new functions in aarch64_cpu_do_interrupt() and HELPER(exception_return)(). Signed-off-by: Greg Bellows --- v5 -> v6 - Add r14 set in 32_to_64 - Reorder conditionals in 64_to_32 fomr reg order