Re: [Qemu-devel] gic_cpu_write() call in exynos4210_gic_init()

2012-04-03 Thread Evgeny Voevodin
On 03.04.2012 20:45, Peter Maydell wrote: Hi; I've been working on a refactoring of the ARM GIC code (trying to make it its own sysbus device rather than having the .c file included from lots of places), and I noticed the following odd code in hw/exynos4210_gic.c:exynos4210_gic_init(): gic_

[Qemu-devel] gic_cpu_write() call in exynos4210_gic_init()

2012-04-03 Thread Peter Maydell
Hi; I've been working on a refactoring of the ARM GIC code (trying to make it its own sysbus device rather than having the .c file included from lots of places), and I noticed the following odd code in hw/exynos4210_gic.c:exynos4210_gic_init(): gic_cpu_write(&s->gic, 1, 0, 1); This seems to b