On 4 April 2012 16:30, Peter Maydell wrote:
> hw/arm_gic: Move NCPU definition to arm_gic.c
> hw/arm_gic: Move gic_get_current_cpu into arm_gic.c
> hw/arm_gic.c: Expose PPI inputs as gpio inputs
> arm_gic: Make the GIC its own sysbus device
> hw/a15mpcore: switch to using sysbus GIC
> hw/a9m
On 04.04.2012 19:30, Peter Maydell wrote:
This patch series converts the ARM GIC to a self-contained
sysbus device, rather than having it be implemented by a C
file which is #included in half a dozen different other files.
The motivation for this is that when we have a KVM in-kernel
GIC implemen
This patch series converts the ARM GIC to a self-contained
sysbus device, rather than having it be implemented by a C
file which is #included in half a dozen different other files.
The motivation for this is that when we have a KVM in-kernel
GIC implementation it will be easier to just drop that i