summaryrefslogtreecommitdiffstats
path: root/hw/intc/arm_gic.c
Commit message (Expand)AuthorAgeFilesLines
* hw/intc/arm_gic: honor target mask in gic_update()Sergey Fedorov2014-08-291-1/+2
* arm_gic: Do not force PPIs to edge-triggered modeAdam Lackorzynski2014-08-291-1/+1
* arm_gic: GICD_ICFGR: Write model only for pre v1 GICsAdam Lackorzynski2014-08-291-4/+6
* arm_gic: Fix read of GICD_ICFGRAdam Lackorzynski2014-08-291-1/+1
* arm: Clean up fragile use of error_is_set() in realize() methodsMarkus Armbruster2014-05-051-2/+4
* hw/intc/arm_gic: Fix NVIC assertion failurePeter Maydell2014-02-201-1/+1
* arm_gic: Add GICC_APRn state to the GICStateChristoffer Dall2014-02-081-0/+5
* arm_gic: Support setting/getting binary point regChristoffer Dall2014-02-081-3/+9
* arm_gic: Keep track of SGI sourcesChristoffer Dall2014-02-081-12/+86
* arm_gic: Fix GIC pending behaviorChristoffer Dall2014-02-081-17/+47
* arm_gic: Fix GICD_ICPENDR and GICD_ISPENDR writesChristoffer Dall2014-01-311-1/+5
* arm_gic: Introduce define for GIC_NR_SGISChristoffer Dall2014-01-311-6/+11
* Merge remote-tracking branch 'afaerber/tags/qom-devices-for-anthony' into sta...Anthony Liguori2014-01-091-1/+0
|\
| * sysbus: Set cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-231-1/+0
| * qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-231-1/+1
* | hw: arm_gic: Introduce gic_set_priority functionChristoffer Dall2014-01-081-5/+10
* | arm_gic: Rename GIC_X_TRIGGER to GIC_X_EDGE_TRIGGERChristoffer Dall2014-01-081-6/+6
|/
* arm_gic: QOM cast cleanupAndreas Färber2013-07-291-2/+3
* intc/arm_gic: Build arm_gic only onceAndreas Färber2013-07-091-0/+1
* cpu: Replace cpu_single_env with CPUState current_cpuAndreas Färber2013-07-091-2/+1
* hw/i*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-4/+5
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-3/+3
* hw: move private headers to hw/ subdirectories.Paolo Bonzini2013-04-081-1/+1
* hw: move interrupt controllers to hw/intc/, configure with default-configs/Paolo Bonzini2013-04-081-0/+723
OpenPOWER on IntegriCloud