Re: [Qemu-devel] [[PATCH] 2/7] target-arm: Extend helpers to route exceptions

2015-04-21 Thread Greg Bellows
On Thu, Apr 16, 2015 at 12:51 PM, Peter Maydell wrote: > On 27 March 2015 at 19:10, Greg Bellows wrote: > > Updated the various helper routines to set the target EL as needed. > > > > Signed-off-by: Greg Bellows > > --- > > target-arm/op_helper.c | 5 + > > 1 file changed, 5 insertions(+)

Re: [Qemu-devel] [[PATCH] 2/7] target-arm: Extend helpers to route exceptions

2015-04-16 Thread Peter Maydell
On 27 March 2015 at 19:10, Greg Bellows wrote: > Updated the various helper routines to set the target EL as needed. > > Signed-off-by: Greg Bellows > --- > target-arm/op_helper.c | 5 + > 1 file changed, 5 insertions(+) > > diff --git a/target-arm/op_helper.c b/target-arm/op_helper.c > inde

[Qemu-devel] [[PATCH] 2/7] target-arm: Extend helpers to route exceptions

2015-03-27 Thread Greg Bellows
Updated the various helper routines to set the target EL as needed. Signed-off-by: Greg Bellows --- target-arm/op_helper.c | 5 + 1 file changed, 5 insertions(+) diff --git a/target-arm/op_helper.c b/target-arm/op_helper.c index 72a973a..aa175b5 100644 --- a/target-arm/op_helper.c +++ b/tar