Re: [Qemu-devel] [PATCH v8 02/27] target-arm: add async excp target_el function

2014-10-31 Thread Peter Maydell
On 30 October 2014 21:28, Greg Bellows wrote: > Adds a dedicated function and a lookup table for determining the target > exception level of IRQ and FIQ exceptions. The lookup table is taken from the > ARMv7 and ARMv8 specification exception routing tables. > > Signed-off-by: Greg Bellows > > --

Re: [Qemu-devel] [PATCH v8 02/27] target-arm: add async excp target_el function

2014-10-31 Thread Greg Bellows
Thanks for the comments, responses inline. On 31 October 2014 06:56, Peter Maydell wrote: > On 30 October 2014 21:28, Greg Bellows wrote: > > Adds a dedicated function and a lookup table for determining the target > > exception level of IRQ and FIQ exceptions. The lookup table is taken > from