Re: [Qemu-devel] [PATCH 4/5] target-arm: Enable the AArch32 ATS12NSO ops

2015-08-17 Thread Edgar E. Iglesias
On Fri, Jul 24, 2015 at 04:21:02PM +0100, Peter Maydell wrote: > Apply the correct conditions in the ats_access() function for > the ATS12NSO* address translation operations: > * succeed at EL2 or EL3 > * normal UNDEF trap from NS EL1 > * trap to EL3 from S EL1 (only possible if EL3 is AArch64)

[Qemu-devel] [PATCH 4/5] target-arm: Enable the AArch32 ATS12NSO ops

2015-07-24 Thread Peter Maydell
Apply the correct conditions in the ats_access() function for the ATS12NSO* address translation operations: * succeed at EL2 or EL3 * normal UNDEF trap from NS EL1 * trap to EL3 from S EL1 (only possible if EL3 is AArch64) (This change means they're now available in our EL3-supporting CPUs when