Re: [Qemu-devel] [PATCH v2 0/5] Expose the secure and virt properties to the

2017-09-07 Thread Alistair Francis
On Thu, Sep 7, 2017 at 11:08 AM, Peter Maydell wrote: > On 7 September 2017 at 19:06, Richard Henderson > wrote: >> On 09/07/2017 09:48 AM, Alistair Francis wrote: >>> Hmmm... I'm not sure how to look into this then, as I can see the >>> patches going through to my personal email address, so it's

Re: [Qemu-devel] [PATCH v2 0/5] Expose the secure and virt properties to the

2017-09-07 Thread Peter Maydell
On 7 September 2017 at 19:06, Richard Henderson wrote: > On 09/07/2017 09:48 AM, Alistair Francis wrote: >> Hmmm... I'm not sure how to look into this then, as I can see the >> patches going through to my personal email address, so it's hard to >> place the blame on the Xilinx mail server. >> >> D

Re: [Qemu-devel] [PATCH v2 0/5] Expose the secure and virt properties to the

2017-09-07 Thread Richard Henderson
On 09/07/2017 09:48 AM, Alistair Francis wrote: > Hmmm... I'm not sure how to look into this then, as I can see the > patches going through to my personal email address, so it's hard to > place the blame on the Xilinx mail server. > > Do you want me to try sending out patches 1 and 3 again? I had

Re: [Qemu-devel] [PATCH v2 0/5] Expose the secure and virt properties to the

2017-09-07 Thread Alistair Francis
On Thu, Sep 7, 2017 at 9:33 AM, Peter Maydell wrote: > On 7 September 2017 at 17:29, Alistair Francis > wrote: >> It looks like patch 1 and 3 still didn't make it through. I see them >> leaving the corporate network and going through to my personal email. >> >> Can anyone see anything on the QEMU

Re: [Qemu-devel] [PATCH v2 0/5] Expose the secure and virt properties to the

2017-09-07 Thread Peter Maydell
On 7 September 2017 at 17:29, Alistair Francis wrote: > It looks like patch 1 and 3 still didn't make it through. I see them > leaving the corporate network and going through to my personal email. > > Can anyone see anything on the QEMU mail server side? Any logs might > help me push IT to investi

Re: [Qemu-devel] [PATCH v2 0/5] Expose the secure and virt properties to the

2017-09-07 Thread Alistair Francis
On Thu, Sep 7, 2017 at 9:01 AM, Alistair Francis wrote: > On Thu, Sep 7, 2017 at 5:51 AM, Peter Maydell > wrote: >> On 1 September 2017 at 00:34, 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 tran

Re: [Qemu-devel] [PATCH v2 0/5] Expose the secure and virt properties to the

2017-09-07 Thread Alistair Francis
On Thu, Sep 7, 2017 at 5:51 AM, Peter Maydell wrote: > On 1 September 2017 at 00:34, 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

Re: [Qemu-devel] [PATCH v2 0/5] Expose the secure and virt properties to the

2017-09-07 Thread Peter Maydell
On 1 September 2017 at 00:34, 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 also add a virt prop

[Qemu-devel] [PATCH v2 0/5] Expose the secure and virt properties to the

2017-08-31 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 also add a virt property that can enable EL2. This series also does some machine/na