Re: [Qemu-devel] [[PATCH] 1/7] target-arm: Add exception target el infrastructure

2015-04-16 Thread Greg Bellows
On Thu, Apr 16, 2015 at 12:50 PM, Peter Maydell wrote: > On 27 March 2015 at 19:10, Greg Bellows wrote: > > Add a CPU state exception target EL field that will be used for > communicating > > the EL to which an exception should be routed. > > > > Add a target EL argument to the generic exception

Re: [Qemu-devel] [[PATCH] 1/7] target-arm: Add exception target el infrastructure

2015-04-16 Thread Peter Maydell
On 27 March 2015 at 19:10, Greg Bellows wrote: > Add a CPU state exception target EL field that will be used for communicating > the EL to which an exception should be routed. > > Add a target EL argument to the generic exception helper for callers to > specify > the EL to which the exception sho

[Qemu-devel] [[PATCH] 1/7] target-arm: Add exception target el infrastructure

2015-03-27 Thread Greg Bellows
Add a CPU state exception target EL field that will be used for communicating the EL to which an exception should be routed. Add a target EL argument to the generic exception helper for callers to specify the EL to which the exception should be routed. Extended the helper to set the newly added C