Re: [Qemu-devel] [PATCH v3 12/15] target-arm: Set CPU has_el3 prop during virt init

2014-12-15 Thread Peter Maydell
On 15 December 2014 at 18:51, Greg Bellows wrote: > -object_property_set_description(obj, "secure", > - "Set on/off to enable/disable secure state", > - NULL); > +object_property_set_description(obj, "secure", SECURE_PROP_DESC, NULL); Same r

[Qemu-devel] [PATCH v3 12/15] target-arm: Set CPU has_el3 prop during virt init

2014-12-15 Thread Greg Bellows
Adds setting of the CPU has_el3 property based on the virt machine secure state property during initialization. This enables/disables EL3 state during start-up. Changes include adding an additional secure state boolean during virt CPU initialization. Also disables the ARM secure boot by default.