Re: [Qemu-devel] [PATCH v3 09/15] target-arm: Add ARMCPU secure property

2014-12-15 Thread Peter Maydell
On 15 December 2014 at 18:51, Greg Bellows wrote: > Added a "has_el3" state property to the ARMCPU descriptor. This property > indicates whether the ARMCPU has security extensions enabled (EL3) or not. > By default it is disabled at this time. > > Signed-off-by: Greg Bellows Reviewed-by: Peter

[Qemu-devel] [PATCH v3 09/15] target-arm: Add ARMCPU secure property

2014-12-15 Thread Greg Bellows
Added a "has_el3" state property to the ARMCPU descriptor. This property indicates whether the ARMCPU has security extensions enabled (EL3) or not. By default it is disabled at this time. Signed-off-by: Greg Bellows --- v1 -> v2 - Added set of has_el3 to true when EL3 is enabled v2 -> v3 - Pr