Re: [Qemu-devel] [PATCH v1 0/5] Expose the secure property to the machine

2017-08-22 Thread Peter Maydell
On 22 August 2017 at 18:57, Alistair Francis wrote: > On Tue, Aug 22, 2017 at 10:24 AM, Edgar E. Iglesias > wrote: >> On Thu, Aug 17, 2017 at 11:51:59AM -0700, Alistair Francis wrote: >>> The EL2 and EL3 work is working well now and interanlly we now have >>> tests that expect to start in EL3 and

Re: [Qemu-devel] [PATCH v1 0/5] Expose the secure property to the machine

2017-08-22 Thread Alistair Francis
On Tue, Aug 22, 2017 at 10:24 AM, Edgar E. Iglesias wrote: > On Thu, Aug 17, 2017 at 11:51:59AM -0700, Alistair Francis wrote: >> The EL2 and EL3 work is working well now and interanlly we now have >> tests that expect to start in EL3 and transition through EL2 to EL1. To >> make this easy to run

Re: [Qemu-devel] [PATCH v1 0/5] Expose the secure property to the machine

2017-08-22 Thread Edgar E. Iglesias
On Thu, Aug 17, 2017 at 11:51:59AM -0700, Alistair Francis wrote: > The EL2 and EL3 work is working well now and interanlly we now have > tests that expect to start in EL3 and transition through EL2 to EL1. To > make this easy to run let's expose the secure property to the machine > and then use th

[Qemu-devel] [PATCH v1 0/5] Expose the secure property to the machine

2017-08-17 Thread Alistair Francis
The EL2 and EL3 work is working well now and interanlly we now have tests that expect to start in EL3 and transition through EL2 to EL1. To make this easy to run let's expose the secure property to the machine and then use that to enable EL2. This series also does some machine/name tidying up and