Re: [Qemu-devel] [PATCH 7/8] target-arm: Implement remaining illegal return event checks

2016-01-29 Thread Sergey Fedorov
On 14.01.2016 21:34, Peter Maydell wrote: > We already implement almost all the checks for the illegal > return events from AArch64 state described in the ARM ARM section > D1.11.2. Add the two missing ones: > * return to EL2 when EL3 is implemented and SCR_EL3.NS is 0 > * return to Non-secure

Re: [Qemu-devel] [PATCH 7/8] target-arm: Implement remaining illegal return event checks

2016-01-19 Thread Edgar E. Iglesias
On Thu, Jan 14, 2016 at 06:34:10PM +, Peter Maydell wrote: > We already implement almost all the checks for the illegal > return events from AArch64 state described in the ARM ARM section > D1.11.2. Add the two missing ones: > * return to EL2 when EL3 is implemented and SCR_EL3.NS is 0 > *

Re: [Qemu-devel] [PATCH 7/8] target-arm: Implement remaining illegal return event checks

2016-01-19 Thread Peter Maydell
On 19 January 2016 at 16:53, Edgar E. Iglesias wrote: > On Thu, Jan 14, 2016 at 06:34:10PM +, Peter Maydell wrote: >> We already implement almost all the checks for the illegal >> return events from AArch64 state described in the ARM ARM section >> D1.11.2. Add the

[Qemu-devel] [PATCH 7/8] target-arm: Implement remaining illegal return event checks

2016-01-14 Thread Peter Maydell
We already implement almost all the checks for the illegal return events from AArch64 state described in the ARM ARM section D1.11.2. Add the two missing ones: * return to EL2 when EL3 is implemented and SCR_EL3.NS is 0 * return to Non-secure EL1 when EL2 is implemented and HCR_EL2.TGE is 1 (We