On 15 December 2014 at 11:12, Peter Maydell <peter.mayd...@linaro.org> wrote: > > On 11 December 2014 at 23:29, Greg Bellows <greg.bell...@linaro.org> > wrote: > > Add "secure" virt machine specific property to allow override of the > > default secure state configuration. By default, when using the QEMU > > -kernel command line argument, virt machines boot into NS/SVC. When > using > > the QEMU -bios command line argument, virt machines boot into S/SVC. > > > > The secure state can be changed from the default specifying the secure > > state as a machine property. For example, the below command line would > > enable secure state on a -linux boot: > > > > aarch64-softmmu/qemu-system-aarch64 > > -machine type=virt,secure=on > > -kernel ... > > Example sets the property to its default value again. > > Fixed.
> > > > Signed-off-by: Greg Bellows <greg.bell...@linaro.org> > > Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> > > thanks > -- PMM >