aboutsummaryrefslogtreecommitdiff
path: root/hw/intc/arm_gic_common.c
AgeCommit message (Expand)Author
2023-06-28hw/intc/arm_gic: Rename 'first_cpu' argumentPhilippe Mathieu-Daudé
2023-06-28hw/intc/arm_gic: Un-inline GIC*/ITS class_name() helpersPhilippe Mathieu-Daudé
2022-12-15hw/intc: Convert TYPE_ARM_GIC_COMMON to 3-phase resetPeter Maydell
2020-02-28arm_gic: Mask the un-supported priority bitsSai Pavan Boddu
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2018-09-25hw/intc/arm_gic: Drop GIC_BASE_IRQ macroPeter Maydell
2018-08-14intc/arm_gic: Add the virtualization extensions to the GIC stateLuc Michel
2018-08-14intc/arm_gic: Refactor operations on the distributorLuc Michel
2017-09-27migration: pre_save return intDr. David Alan Gilbert
2017-02-28arm: gic: Remove references to NVICMichael Davidsaver
2017-01-20hw/intc/arm_gic: Add external IRQ lines for VIRQ and VFIQPeter Maydell
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-04hw/intc/arm_gic.c: Implement GICv2 GICC_DIRPeter Maydell
2016-01-29arm: Clean up includesPeter Maydell
2015-09-08hw/intc/arm_gic_common: Configure IRQs as NS if doing direct NS kernel bootPeter Maydell
2015-09-08hw/intc/arm_gic: Drop running_irq and last_active arraysPeter Maydell
2015-09-08hw/intc/arm_gic: Fix handling of GICC_APR<n>, GICC_NSAPR<n> registersPeter Maydell
2015-08-13hw/arm/gic: Kill code duplicationPavel Fedin
2015-07-06hw/intc/arm_gic_common.c: Reset all registersPeter Maydell
2015-05-12hw/intc/arm_gic: Make ICCICR/GICC_CTLR bankedFabian Aggeler
2015-05-12hw/intc/arm_gic: Make ICDDCR/GICD_CTLR bankedFabian Aggeler
2015-05-12hw/intc/arm_gic: Add Interrupt Group RegistersFabian Aggeler
2015-05-12hw/intc/arm_gic: Add Security Extensions propertyFabian Aggeler
2014-08-29arm_gic: Use GIC_NR_SGIS constantAdam Lackorzynski
2014-02-08arm_gic: Add GICC_APRn state to the GICStateChristoffer Dall
2014-02-08arm_gic: Support setting/getting binary point regChristoffer Dall
2014-02-08arm_gic: Keep track of SGI sourcesChristoffer Dall
2014-01-09Merge remote-tracking branch 'afaerber/tags/qom-devices-for-anthony' into sta...Anthony Liguori
2014-01-08arm_gic: Rename GIC_X_TRIGGER to GIC_X_EDGE_TRIGGERChristoffer Dall
2013-12-23sysbus: Set cannot_instantiate_with_device_add_yetMarkus Armbruster
2013-12-23qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster
2013-11-05arm_gic: Extract headers hw/intc/arm_gic{,_common}.hAndreas Färber
2013-07-29arm_gic: QOM cast cleanupAndreas Färber
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini
2013-04-08hw: move interrupt controllers to hw/intc/, configure with default-configs/Paolo Bonzini