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

2015-01-27 Thread Greg Bellows
On Tue, Jan 27, 2015 at 3:20 PM, Christoffer Dall < christoffer.d...@linaro.org> wrote: > On Wed, Jan 21, 2015 at 12:49:52PM -0600, Greg Bellows wrote: > > Add AArch32 to AArch64 register sychronization functions. > > Replace manual register synchronization with new functions in > > aarch64_cpu_do

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

2015-01-27 Thread Christoffer Dall
On Wed, Jan 21, 2015 at 12:49:52PM -0600, 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 > --- > target-ar

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

2015-01-21 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 --- target-arm/helper-a64.c | 5 +-- target-arm/internals.h | 89 ++