Greg Bellows 083a58906c target-arm: Add virt machine secure property
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 disable
security extensions on a -kernel Linux boot:

    aarch64-softmmu/qemu-system-aarch64
        -machine type=virt,secure=off
        -kernel ...

Signed-off-by: Greg Bellows <greg.bellows@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1418684992-8996-8-git-send-email-greg.bellows@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
2014-12-22 23:12:28 +00:00
..
2014-09-29 10:20:05 +02:00
2014-12-11 18:27:02 +00:00
2014-08-15 19:12:48 +04:00
2014-12-17 19:22:42 +00:00
2014-11-04 23:26:12 +01:00
2014-09-02 22:38:16 +04:00
2014-12-15 12:21:01 +01:00
2014-12-19 13:17:06 +00:00
2014-10-24 12:19:11 +01:00
2014-12-15 17:34:44 +01:00
2014-12-11 20:57:11 +03:00