Re: [Qemu-devel] [PATCH V2 3/4] target-arm: Change reset to highest available EL

2015-01-23 Thread Peter Maydell
On 23 January 2015 at 16:17, Greg Bellows wrote: > Update to arm_cpu_reset() to reset into the highest available exception level > based on the set ARM features. > > Signed-off-by: Greg Bellows > > --- > > v1 -> v2 > - Added Linux boot into secure EL1 > - Added reset to EL2 if enabled > - Removed

[Qemu-devel] [PATCH V2 3/4] target-arm: Change reset to highest available EL

2015-01-23 Thread Greg Bellows
Update to arm_cpu_reset() to reset into the highest available exception level based on the set ARM features. Signed-off-by: Greg Bellows --- v1 -> v2 - Added Linux boot into secure EL1 - Added reset to EL2 if enabled - Removed extraneous SCR.NS reset - Fixed incorrect feature check --- hw/arm/