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
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.