summaryrefslogtreecommitdiffstats
path: root/hw/intc/arm_gic_common.c
Commit message (Expand)AuthorAgeFilesLines
* arm_gic: Mask the un-supported priority bitsSai Pavan Boddu2020-02-281-0/+1
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* hw/intc/arm_gic: Drop GIC_BASE_IRQ macroPeter Maydell2018-09-251-1/+0Star
* intc/arm_gic: Add the virtualization extensions to the GIC stateLuc Michel2018-08-141-24/+124
* intc/arm_gic: Refactor operations on the distributorLuc Michel2018-08-141-3/+3
* migration: pre_save return intDr. David Alan Gilbert2017-09-271-1/+3
* arm: gic: Remove references to NVICMichael Davidsaver2017-02-281-15/+8Star
* hw/intc/arm_gic: Add external IRQ lines for VIRQ and VFIQPeter Maydell2017-01-201-0/+6
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* hw/intc/arm_gic.c: Implement GICv2 GICC_DIRPeter Maydell2016-03-041-1/+1
* arm: Clean up includesPeter Maydell2016-01-291-0/+1
* hw/intc/arm_gic_common: Configure IRQs as NS if doing direct NS kernel bootPeter Maydell2015-09-081-3/+48
* hw/intc/arm_gic: Drop running_irq and last_active arraysPeter Maydell2015-09-081-5/+2Star
* hw/intc/arm_gic: Fix handling of GICC_APR<n>, GICC_NSAPR<n> registersPeter Maydell2015-09-081-2/+3
* hw/arm/gic: Kill code duplicationPavel Fedin2015-08-131-0/+41
* hw/intc/arm_gic_common.c: Reset all registersPeter Maydell2015-07-061-3/+18
* hw/intc/arm_gic: Make ICCICR/GICC_CTLR bankedFabian Aggeler2015-05-121-4/+4
* hw/intc/arm_gic: Make ICDDCR/GICD_CTLR bankedFabian Aggeler2015-05-121-4/+4
* hw/intc/arm_gic: Add Interrupt Group RegistersFabian Aggeler2015-05-121-2/+3
* hw/intc/arm_gic: Add Security Extensions propertyFabian Aggeler2015-05-121-0/+9
* arm_gic: Use GIC_NR_SGIS constantAdam Lackorzynski2014-08-291-1/+1
* arm_gic: Add GICC_APRn state to the GICStateChristoffer Dall2014-02-081-2/+3
* arm_gic: Support setting/getting binary point regChristoffer Dall2014-02-081-2/+4
* arm_gic: Keep track of SGI sourcesChristoffer Dall2014-02-081-2/+3
* Merge remote-tracking branch 'afaerber/tags/qom-devices-for-anthony' into sta...Anthony Liguori2014-01-091-1/+0Star
|\
| * sysbus: Set cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-231-1/+0Star
| * qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-231-1/+1
* | arm_gic: Rename GIC_X_TRIGGER to GIC_X_EDGE_TRIGGERChristoffer Dall2014-01-081-2/+2
|/
* arm_gic: Extract headers hw/intc/arm_gic{,_common}.hAndreas Färber2013-11-051-9/+9
* arm_gic: QOM cast cleanupAndreas Färber2013-07-291-1/+1
* 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/+176