Re: [Qemu-devel] [PATCH] target-arm: Stage 2 permission fault was fixed in AArch32 state

2016-05-04 Thread Peter Maydell
On 18 April 2016 at 19:00, Sergey Sorokin wrote: > As described in AArch32.CheckS2Permission an instruction fetch fails if > XN bit is set or there is no read permission for the address. > > Signed-off-by: Sergey Sorokin > --- > target-arm/helper.c | 4

[Qemu-devel] [PATCH] target-arm: Stage 2 permission fault was fixed in AArch32 state

2016-04-18 Thread Sergey Sorokin
As described in AArch32.CheckS2Permission an instruction fetch fails if XN bit is set or there is no read permission for the address. Signed-off-by: Sergey Sorokin --- target-arm/helper.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git