Re: [Qemu-devel] [PATCH v2 15/17] target-arm: A64: Emulate the SMC insn

2014-06-15 Thread Edgar E. Iglesias
On Wed, Jun 11, 2014 at 04:14:06PM -0500, Greg Bellows wrote: > On 9 June 2014 10:04, Edgar E. Iglesias wrote: > > > From: "Edgar E. Iglesias" > > > > Signed-off-by: Edgar E. Iglesias > > --- > > target-arm/cpu.h | 1 + > > target-arm/helper-a64.c| 1 + > > target-arm/helper.c

Re: [Qemu-devel] [PATCH v2 15/17] target-arm: A64: Emulate the SMC insn

2014-06-11 Thread Greg Bellows
On 9 June 2014 10:04, Edgar E. Iglesias wrote: > From: "Edgar E. Iglesias" > > Signed-off-by: Edgar E. Iglesias > --- > target-arm/cpu.h | 1 + > target-arm/helper-a64.c| 1 + > target-arm/helper.c| 6 ++ > target-arm/helper.h| 1 + > target-arm/internals.

[Qemu-devel] [PATCH v2 15/17] target-arm: A64: Emulate the SMC insn

2014-06-09 Thread Edgar E. Iglesias
From: "Edgar E. Iglesias" Signed-off-by: Edgar E. Iglesias --- target-arm/cpu.h | 1 + target-arm/helper-a64.c| 1 + target-arm/helper.c| 6 ++ target-arm/helper.h| 1 + target-arm/internals.h | 6 ++ target-arm/op_helper.c | 27 +++