Re: [Qemu-devel] [PATCH 10/13] target-arm: Add ARMCPU secure property

2014-12-05 Thread Greg Bellows
On 5 December 2014 at 09:26, Peter Maydell wrote: > On 3 December 2014 at 20:06, Greg Bellows wrote: > > Added a "secure" state property to the ARMCPU descriptor. This property > > indicates whether the ARMCPU is enabled for secure state or not. By > default it > > is disabled at this time. >

Re: [Qemu-devel] [PATCH 10/13] target-arm: Add ARMCPU secure property

2014-12-05 Thread Peter Maydell
On 3 December 2014 at 20:06, Greg Bellows wrote: > Added a "secure" state property to the ARMCPU descriptor. This property > indicates whether the ARMCPU is enabled for secure state or not. By default > it > is disabled at this time. Shouldn't this feature be "has_el3" ? It's the configurable

[Qemu-devel] [PATCH 10/13] target-arm: Add ARMCPU secure property

2014-12-03 Thread Greg Bellows
Added a "secure" state property to the ARMCPU descriptor. This property indicates whether the ARMCPU is enabled for secure state or not. By default it is disabled at this time. Signed-off-by: Greg Bellows --- target-arm/cpu-qom.h | 2 ++ target-arm/cpu.c | 24 2 f