Re: [Qemu-devel] [PATCH 2/2] [RFC] ARMv7: Support for simplified access permissions checking

2010-03-01 Thread Paul Brook
> ARMv7 has a simplified access permissions model that is enabled > by setting the AFE bit of the SCTLR. This patch adds checking > for permission values for when this mode is selected. This is already implemented. Paul

[Qemu-devel] [PATCH 2/2] [RFC] ARMv7: Support for simplified access permissions checking

2010-01-24 Thread Bahadir Balban
ARMv7 has a simplified access permissions model that is enabled by setting the AFE bit of the SCTLR. This patch adds checking for permission values for when this mode is selected. Signed-off-by: Bahadir Balban --- target-arm/helper.c | 50 -- 1 f