Re: [Qemu-devel] [PATCH v8 1/8] ARM: exynos4210: IRQ subsystem support.

2012-01-19 Thread Peter Maydell
On 19 January 2012 08:31, Evgeny Voevodin wrote: > +#define GIC_NIRQ            160 > +#include "arm_gic.c" NB that when my current outstanding arm-devs pullreq lands you'll need to update this to handle the changes in http://patchwork.ozlabs.org/patch/136609/ This shouldn't be too hard -- you c

[Qemu-devel] [PATCH v8 1/8] ARM: exynos4210: IRQ subsystem support.

2012-01-19 Thread Evgeny Voevodin
Signed-off-by: Evgeny Voevodin --- Makefile.target |1 + hw/exynos4210.h | 82 hw/exynos4210_combiner.c | 472 ++ hw/exynos4210_gic.c | 436 ++ 4 files changed, 991 inserti