Re: [Qemu-devel] [PATCH v3 04/15] target-arm: Add vexpress machine secure property

2014-12-15 Thread Greg Bellows
On 15 December 2014 at 13:43, Peter Maydell wrote: > > On 15 December 2014 at 18:51, Greg Bellows > wrote: > > Add "secure" Vexpress machine specific property to allow override of the > > default secure state configuration. By default, when using the QEMU > > -kernel command line argument, Vexpr

Re: [Qemu-devel] [PATCH v3 04/15] target-arm: Add vexpress machine secure property

2014-12-15 Thread Peter Maydell
On 15 December 2014 at 18:51, Greg Bellows wrote: > Add "secure" Vexpress machine specific property to allow override of the > default secure state configuration. By default, when using the QEMU > -kernel command line argument, Vexpress machines boot into NS/SVC. When using > the QEMU -bios comm

[Qemu-devel] [PATCH v3 04/15] target-arm: Add vexpress machine secure property

2014-12-15 Thread Greg Bellows
Add "secure" Vexpress machine specific property to allow override of the default secure state configuration. By default, when using the QEMU -kernel command line argument, Vexpress machines boot into NS/SVC. When using the QEMU -bios command line argument, Vexpress machines boot into S/SVC. The