summaryrefslogtreecommitdiff
path: root/hw/intc/arm_gic_common.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-27migration: pre_save return intDr. David Alan Gilbert1-1/+3
2017-02-28arm: gic: Remove references to NVICMichael Davidsaver1-15/+8
2017-01-20hw/intc/arm_gic: Add external IRQ lines for VIRQ and VFIQPeter Maydell1-0/+6
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/+1
2016-01-29arm: Clean up includesPeter Maydell1-0/+1
2015-09-08hw/intc/arm_gic_common: Configure IRQs as NS if doing direct NS kernel bootPeter Maydell1-3/+48
2015-09-08hw/intc/arm_gic: Drop running_irq and last_active arraysPeter Maydell1-5/+2
2015-09-08hw/intc/arm_gic: Fix handling of GICC_APR<n>, GICC_NSAPR<n> registersPeter Maydell1-2/+3
2015-08-13hw/arm/gic: Kill code duplicationPavel Fedin1-0/+41
2015-07-06hw/intc/arm_gic_common.c: Reset all registersPeter Maydell1-3/+18
2015-05-12hw/intc/arm_gic: Make ICCICR/GICC_CTLR bankedFabian Aggeler1-4/+4
2015-05-12hw/intc/arm_gic: Make ICDDCR/GICD_CTLR bankedFabian Aggeler1-4/+4
2015-05-12hw/intc/arm_gic: Add Interrupt Group RegistersFabian Aggeler1-2/+3
2015-05-12hw/intc/arm_gic: Add Security Extensions propertyFabian Aggeler1-0/+9
2014-08-29arm_gic: Use GIC_NR_SGIS constantAdam Lackorzynski1-1/+1
2014-02-08arm_gic: Add GICC_APRn state to the GICStateChristoffer Dall1-2/+3
2014-02-08arm_gic: Support setting/getting binary point regChristoffer Dall1-2/+4
2014-02-08arm_gic: Keep track of SGI sourcesChristoffer Dall1-2/+3
2014-01-09Merge remote-tracking branch 'afaerber/tags/qom-devices-for-anthony' into sta...Anthony Liguori1-1/+0
2014-01-08arm_gic: Rename GIC_X_TRIGGER to GIC_X_EDGE_TRIGGERChristoffer Dall1-2/+2
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-11-05arm_gic: Extract headers hw/intc/arm_gic{,_common}.hAndreas Färber1-9/+9
2013-07-29arm_gic: QOM cast cleanupAndreas Färber1-1/+1
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/+176