summaryrefslogtreecommitdiff
path: root/hw/intc/arm_gic.c
AgeCommit message (Expand)Author
2014-04-11WIP: Initial attempt at GICv2 (without security extensions).dev/arm-gicv2Daniel Thompson
2014-02-20hw/intc/arm_gic: Fix NVIC assertion failurePeter Maydell
2014-02-08arm_gic: Add GICC_APRn state to the GICStateChristoffer Dall
2014-02-08arm_gic: Support setting/getting binary point regChristoffer Dall
2014-02-08arm_gic: Keep track of SGI sourcesChristoffer Dall
2014-02-08arm_gic: Fix GIC pending behaviorChristoffer Dall
2014-01-31arm_gic: Fix GICD_ICPENDR and GICD_ISPENDR writesChristoffer Dall
2014-01-31arm_gic: Introduce define for GIC_NR_SGISChristoffer Dall
2014-01-09Merge remote-tracking branch 'afaerber/tags/qom-devices-for-anthony' into sta...Anthony Liguori
2014-01-08hw: arm_gic: Introduce gic_set_priority functionChristoffer Dall
2014-01-08arm_gic: Rename GIC_X_TRIGGER to GIC_X_EDGE_TRIGGERChristoffer Dall
2013-12-23sysbus: Set cannot_instantiate_with_device_add_yetMarkus Armbruster
2013-12-23qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster
2013-07-29arm_gic: QOM cast cleanupAndreas Färber
2013-07-09intc/arm_gic: Build arm_gic only onceAndreas Färber
2013-07-09cpu: Replace cpu_single_env with CPUState current_cpuAndreas Färber
2013-07-04hw/i*: pass owner to memory_region_init* functionsPaolo Bonzini
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini
2013-04-08hw: move interrupt controllers to hw/intc/, configure with default-configs/Paolo Bonzini