Re: [Qemu-devel] [PATCH v6 02/32] target-arm: add arm_is_secure() function

2014-10-13 Thread Peter Maydell
On 10 October 2014 18:03, Greg Bellows wrote: > From: Fabian Aggeler > > arm_is_secure() function allows to determine CPU security state > if the CPU implements Security Extensions/EL3. > arm_is_secure_below_el3() returns true if CPU is in secure state > below EL3. > > Signed-off-by: Sergey Fedor

[Qemu-devel] [PATCH v6 02/32] target-arm: add arm_is_secure() function

2014-10-10 Thread Greg Bellows
From: Fabian Aggeler arm_is_secure() function allows to determine CPU security state if the CPU implements Security Extensions/EL3. arm_is_secure_below_el3() returns true if CPU is in secure state below EL3. Signed-off-by: Sergey Fedorov Signed-off-by: Fabian Aggeler Signed-off-by: Greg Bellow