Re: [Qemu-devel] [PATCH v3 11/32] target-arm: add async excp target_el&mode function

2014-06-17 Thread Aggeler Fabian
On 12 Jun 2014, at 23:56, Greg Bellows mailto:greg.bell...@linaro.org>> wrote: On 10 June 2014 18:54, Fabian Aggeler mailto:aggel...@ethz.ch>> wrote: 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

Re: [Qemu-devel] [PATCH v3 11/32] target-arm: add async excp target_el&mode function

2014-06-12 Thread Greg Bellows
On 10 June 2014 18:54, Fabian Aggeler wrote: > 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 > --- > target-arm/cpu.h| 3 ++ > target-arm/helper.c | 137

[Qemu-devel] [PATCH v3 11/32] target-arm: add async excp target_el&mode function

2014-06-10 Thread 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 --- target-arm/cpu.h| 3 ++ target-arm/helper.c | 137 2 files