summaryrefslogtreecommitdiff
path: root/hw/intc/arm_gic.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-03-04hw/intc/arm_gic.c: Implement GICv2 GICC_DIRPeter Maydell1-1/+44
2016-01-29arm: Clean up includesPeter Maydell1-0/+1
2016-01-21arm_gic: Update ID registers based on revisionAlistair Francis1-5/+30
2015-11-19hw/arm_gic: Correctly restore nested irq priorityFrançois Baldassari1-2/+2
2015-11-10hw/intc/arm_gic: Remove the definition of NUM_CPUWei Huang1-5/+3
2015-09-11maint: remove double semicolons in many filesDaniel P. Berrange1-1/+1
2015-09-08hw/intc/arm_gic: Actually set the active bits for active interruptsPeter Maydell1-0/+2
2015-09-08hw/intc/arm_gic: Drop running_irq and last_active arraysPeter Maydell1-29/+74
2015-09-08hw/intc/arm_gic: Fix handling of GICC_APR<n>, GICC_NSAPR<n> registersPeter Maydell1-2/+112
2015-09-08hw/intc/arm_gic: Running priority is group priority, not full priorityPeter Maydell1-1/+27
2015-08-13hw/arm/gic: Kill code duplicationPavel Fedin1-45/+19
2015-06-15arm_gic: gic_update should always update all coresJohan Karlsson1-1/+1
2015-05-12hw/intc/arm_gic: Add grouping support to gic_update()Peter Maydell1-5/+22
2015-05-12hw/intc/arm_gic: Change behavior of IAR writesFabian Aggeler1-6/+16
2015-05-12hw/intc/arm_gic: Change behavior of EOIR writesFabian Aggeler1-2/+12
2015-05-12hw/intc/arm_gic: Handle grouping for GICC_HPPIRFabian Aggeler1-1/+27
2015-05-12hw/intc/arm_gic: Restrict priority viewFabian Aggeler1-5/+58
2015-05-12hw/intc/arm_gic: Implement Non-secure view of RPRFabian Aggeler1-1/+18
2015-05-12hw/intc/arm_gic: Make ICCICR/GICC_CTLR bankedFabian Aggeler1-4/+47
2015-05-12hw/intc/arm_gic: Make ICCBPR/GICC_BPR bankedFabian Aggeler1-5/+26
2015-05-12hw/intc/arm_gic: Make ICDDCR/GICD_CTLR bankedFabian Aggeler1-5/+23
2015-05-12hw/intc/arm_gic: Add Interrupt Group RegistersFabian Aggeler1-3/+47
2015-05-12hw/intc/arm_gic: Switch to read/write callbacks with tx attributesPeter Maydell1-54/+90
2015-05-12hw/intc/arm_gic: Add Security Extensions propertyFabian Aggeler1-1/+4
2015-05-12hw/intc/arm_gic: Create outbound FIQ linesFabian Aggeler1-0/+3
2015-03-19Fix remaining warnings from Sparse (void return)Stefan Weil1-1/+2
2014-10-24arm_gic: remove unused parameter.KONRAD Frederic1-2/+2
2014-08-29hw/intc/arm_gic: honor target mask in gic_update()Sergey Fedorov1-1/+2
2014-08-29arm_gic: Do not force PPIs to edge-triggered modeAdam Lackorzynski1-1/+1
2014-08-29arm_gic: GICD_ICFGR: Write model only for pre v1 GICsAdam Lackorzynski1-4/+6
2014-08-29arm_gic: Fix read of GICD_ICFGRAdam Lackorzynski1-1/+1
2014-05-05arm: Clean up fragile use of error_is_set() in realize() methodsMarkus Armbruster1-2/+4
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