Re: [Qemu-devel] [[PATCH] 7/7] target-arm: Add WFx instruction trap support

2015-04-17 Thread Peter Maydell
On 17 April 2015 at 16:47, Greg Bellows wrote: > > > On Thu, Apr 16, 2015 at 1:22 PM, Peter Maydell > wrote: >> >> On 27 March 2015 at 19:10, Greg Bellows wrote: >> > Add support for trapping WFI and WFE instructions to the proper EL when >> > SCTLR/SCR/HCR settings apply. >> > >> > Signed-off-b

Re: [Qemu-devel] [[PATCH] 7/7] target-arm: Add WFx instruction trap support

2015-04-17 Thread Greg Bellows
On Thu, Apr 16, 2015 at 1:22 PM, Peter Maydell wrote: > On 27 March 2015 at 19:10, Greg Bellows wrote: > > Add support for trapping WFI and WFE instructions to the proper EL when > > SCTLR/SCR/HCR settings apply. > > > > Signed-off-by: Greg Bellows > > --- > > target-arm/op_helper.c | 75 > +++

Re: [Qemu-devel] [[PATCH] 7/7] target-arm: Add WFx instruction trap support

2015-04-16 Thread Peter Maydell
On 27 March 2015 at 19:10, Greg Bellows wrote: > Add support for trapping WFI and WFE instructions to the proper EL when > SCTLR/SCR/HCR settings apply. > > Signed-off-by: Greg Bellows > --- > target-arm/op_helper.c | 75 > +++--- > 1 file changed, 71

[Qemu-devel] [[PATCH] 7/7] target-arm: Add WFx instruction trap support

2015-03-27 Thread Greg Bellows
Add support for trapping WFI and WFE instructions to the proper EL when SCTLR/SCR/HCR settings apply. Signed-off-by: Greg Bellows --- target-arm/op_helper.c | 75 +++--- 1 file changed, 71 insertions(+), 4 deletions(-) diff --git a/target-arm/op_helpe