Re: [Qemu-devel] [PATCH v7 08/32] target-arm: add async excp target_el function

2014-10-28 Thread Greg Bellows
This is the table we were talking about in patch 7. A table has been added and the function reworked in v8. On 24 October 2014 11:26, Peter Maydell wrote: > On 21 October 2014 17:55, Greg Bellows wrote: > > From: Fabian Aggeler > > > > Adds a dedicated function for IRQ and FIQ exceptions to

Re: [Qemu-devel] [PATCH v7 08/32] target-arm: add async excp target_el function

2014-10-24 Thread Peter Maydell
On 21 October 2014 17:55, Greg Bellows wrote: > From: Fabian Aggeler > > Adds a dedicated function for IRQ and FIQ exceptions to determine > target_el and mode (AArch32) according to tables in ARM ARMv8 and > ARM ARM v7. > > Signed-off-by: Fabian Aggeler > Signed-off-by: Greg Bellows This seem

[Qemu-devel] [PATCH v7 08/32] target-arm: add async excp target_el function

2014-10-21 Thread Greg Bellows
From: Fabian Aggeler Adds a dedicated function for IRQ and FIQ exceptions to determine target_el and mode (AArch32) according to tables in ARM ARMv8 and ARM ARM v7. Signed-off-by: Fabian Aggeler Signed-off-by: Greg Bellows == v5 -> v6 - Removed unneeded arm_phys_excp_target_el() func