Re: [Qemu-devel] [PATCH v1 01/16] target-arm: A64: Break out aarch64_save/restore_sp

2014-06-02 Thread Alex Bennée
Edgar E. Iglesias writes: From: Edgar E. Iglesias edgar.igles...@xilinx.com Break out code to save/restore AArch64 SP into functions. Signed-off-by: Edgar E. Iglesias edgar.igles...@xilinx.com --- target-arm/internals.h | 29 - target-arm/kvm64.c | 13

[Qemu-devel] [PATCH v1 01/16] target-arm: A64: Break out aarch64_save/restore_sp

2014-05-30 Thread Edgar E. Iglesias
From: Edgar E. Iglesias edgar.igles...@xilinx.com Break out code to save/restore AArch64 SP into functions. Signed-off-by: Edgar E. Iglesias edgar.igles...@xilinx.com --- target-arm/internals.h | 29 - target-arm/kvm64.c | 13 +++-- target-arm/op_helper.c