Re: [Qemu-devel] [PATCH v1 13/16] target-arm: A64: Emulate the HVC insn

2014-06-04 Thread Edgar E. Iglesias
On Tue, Jun 03, 2014 at 11:41:25AM +0100, Alex Bennée wrote: Edgar E. Iglesias writes: From: Edgar E. Iglesias edgar.igles...@xilinx.com Signed-off-by: Edgar E. Iglesias edgar.igles...@xilinx.com --- target-arm/cpu.h | 7 ++- target-arm/helper-a64.c| 1 +

Re: [Qemu-devel] [PATCH v1 13/16] target-arm: A64: Emulate the HVC insn

2014-06-04 Thread Alex Benn�e
Edgar E. Iglesias writes: On Tue, Jun 03, 2014 at 11:41:25AM +0100, Alex Bennée wrote: Edgar E. Iglesias writes: static inline void arm_log_exception(int idx) @@ -204,6 +205,11 @@ static inline uint32_t syn_aa64_svc(uint32_t imm16) return (EC_AA64_SVC ARM_EL_EC_SHIFT) |

Re: [Qemu-devel] [PATCH v1 13/16] target-arm: A64: Emulate the HVC insn

2014-06-04 Thread Edgar E. Iglesias
On Wed, Jun 04, 2014 at 08:26:51AM +0100, Alex Benn�e wrote: Edgar E. Iglesias writes: On Tue, Jun 03, 2014 at 11:41:25AM +0100, Alex Benn?e wrote: Edgar E. Iglesias writes: static inline void arm_log_exception(int idx) @@ -204,6 +205,11 @@ static inline uint32_t

Re: [Qemu-devel] [PATCH v1 13/16] target-arm: A64: Emulate the HVC insn

2014-06-03 Thread Alex Bennée
Edgar E. Iglesias writes: From: Edgar E. Iglesias edgar.igles...@xilinx.com Signed-off-by: Edgar E. Iglesias edgar.igles...@xilinx.com --- target-arm/cpu.h | 7 ++- target-arm/helper-a64.c| 1 + target-arm/helper.c| 39 +++

[Qemu-devel] [PATCH v1 13/16] target-arm: A64: Emulate the HVC insn

2014-05-30 Thread Edgar E. Iglesias
From: Edgar E. Iglesias edgar.igles...@xilinx.com Signed-off-by: Edgar E. Iglesias edgar.igles...@xilinx.com --- target-arm/cpu.h | 7 ++- target-arm/helper-a64.c| 1 + target-arm/helper.c| 39 +++ target-arm/helper.h| 1 +