Re: [Qemu-devel] [PATCH v9 01/26] target-arm: extend async excp masking

2014-11-05 Thread Greg Bellows
Yeah I wanted to get out what I had after all the patches. I am planning to rebar tomorrow. Greg On Nov 5, 2014 5:37 PM, "Peter Maydell" wrote: > On 5 November 2014 23:22, Greg Bellows wrote: > > This patch extends arm_excp_unmasked() to use lookup tables for > determining > > whether IRQ and

Re: [Qemu-devel] [PATCH v9 01/26] target-arm: extend async excp masking

2014-11-05 Thread Peter Maydell
On 5 November 2014 23:22, Greg Bellows wrote: > This patch extends arm_excp_unmasked() to use lookup tables for determining > whether IRQ and FIQ exceptions are masked. The lookup tables are based on the > ARMv8 and ARMv7 specification physical interrupt masking tables. > > If EL3 is using AArch6

[Qemu-devel] [PATCH v9 01/26] target-arm: extend async excp masking

2014-11-05 Thread Greg Bellows
This patch extends arm_excp_unmasked() to use lookup tables for determining whether IRQ and FIQ exceptions are masked. The lookup tables are based on the ARMv8 and ARMv7 specification physical interrupt masking tables. If EL3 is using AArch64 IRQ/FIQ masking is ignored in all exception levels oth