summaryrefslogtreecommitdiff
path: root/hw/intc/arm_gic.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-20hw/intc/arm_gic: Fix NVIC assertion failurePeter Maydell1-1/+1
2014-02-08arm_gic: Add GICC_APRn state to the GICStateChristoffer Dall1-0/+5
2014-02-08arm_gic: Support setting/getting binary point regChristoffer Dall1-3/+9
2014-02-08arm_gic: Keep track of SGI sourcesChristoffer Dall1-12/+86
2014-02-08arm_gic: Fix GIC pending behaviorChristoffer Dall1-17/+47
2014-01-31arm_gic: Fix GICD_ICPENDR and GICD_ISPENDR writesChristoffer Dall1-1/+5
2014-01-31arm_gic: Introduce define for GIC_NR_SGISChristoffer Dall1-6/+11
2014-01-09Merge remote-tracking branch 'afaerber/tags/qom-devices-for-anthony' into sta...Anthony Liguori1-1/+0
2014-01-08hw: arm_gic: Introduce gic_set_priority functionChristoffer Dall1-5/+10
2014-01-08arm_gic: Rename GIC_X_TRIGGER to GIC_X_EDGE_TRIGGERChristoffer Dall1-6/+6
2013-12-23sysbus: Set cannot_instantiate_with_device_add_yetMarkus Armbruster1-1/+0
2013-12-23qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster1-1/+1
2013-07-29arm_gic: QOM cast cleanupAndreas Färber1-2/+3
2013-07-09intc/arm_gic: Build arm_gic only onceAndreas Färber1-0/+1
2013-07-09cpu: Replace cpu_single_env with CPUState current_cpuAndreas Färber1-2/+1
2013-07-04hw/i*: pass owner to memory_region_init* functionsPaolo Bonzini1-4/+5
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-3/+3
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini1-1/+1
2013-04-08hw: move interrupt controllers to hw/intc/, configure with default-configs/Paolo Bonzini1-0/+723