Re: [Qemu-devel] [PATCH 05/14] target-arm: Set exception target EL in tlb_fill

2015-05-27 Thread Edgar E. Iglesias
On Tue, May 19, 2015 at 07:33:25PM +0100, Peter Maydell wrote: > Set the exception target EL for MMU faults in tlb_fill. > > Signed-off-by: Peter Maydell Reviewed-by: Edgar E. Iglesias > --- > target-arm/op_helper.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/target-arm/op_help

[Qemu-devel] [PATCH 05/14] target-arm: Set exception target EL in tlb_fill

2015-05-19 Thread Peter Maydell
Set the exception target EL for MMU faults in tlb_fill. Signed-off-by: Peter Maydell --- target-arm/op_helper.c | 1 + 1 file changed, 1 insertion(+) diff --git a/target-arm/op_helper.c b/target-arm/op_helper.c index cda9767..cbb26c4 100644 --- a/target-arm/op_helper.c +++ b/target-arm/op_helpe