Re: [Qemu-devel] [PATCH v1 15/16] target-arm: Add IRQ and FIQ routing to EL2 and 3

2014-06-03 Thread Alex Bennée
Edgar E. Iglesias writes: > From: "Edgar E. Iglesias" > > Signed-off-by: Edgar E. Iglesias > --- > target-arm/cpu.h| 10 ++ > target-arm/helper.c | 16 > 2 files changed, 26 insertions(+) > > diff --git a/target-arm/cpu.h b/target-arm/cpu.h > index b3631f2..d15e8d2

[Qemu-devel] [PATCH v1 15/16] target-arm: Add IRQ and FIQ routing to EL2 and 3

2014-05-30 Thread Edgar E. Iglesias
From: "Edgar E. Iglesias" Signed-off-by: Edgar E. Iglesias --- target-arm/cpu.h| 10 ++ target-arm/helper.c | 16 2 files changed, 26 insertions(+) diff --git a/target-arm/cpu.h b/target-arm/cpu.h index b3631f2..d15e8d2 100644 --- a/target-arm/cpu.h +++ b/target-ar