summaryrefslogtreecommitdiffstats
path: root/hw/intc/arm_gicv3.c
Commit message (Expand)AuthorAgeFilesLines
* hw/intc/arm_gicv3: Specify valid and impl in MemoryRegionOpsPeter Maydell2022-03-071-0/+8
* hw/intc/arm_gicv3: Honour GICD_CTLR.EnableGrp1NS for LPIsPeter Maydell2022-01-281-0/+1
* hw/intc/arm_gicv3: Introduce CONFIG_ARM_GIC_TCG Kconfig selectorPhilippe Mathieu-Daudé2021-12-151-1/+1
* hw/intc/arm_gicv3: Update cached state after LPI state changesPeter Maydell2021-11-261-2/+4
* hw/intc/arm_gicv3: Support multiple redistributor regionsPeter Maydell2021-11-151-6/+0Star
* hw/intc/arm_gicv3: Move checking of redist-region-count to arm_gicv3_common_r...Peter Maydell2021-11-151-5/+1Star
* hw/intc: GICv3 redistributor ITS processingShashi Mallela2021-09-131-0/+14
* hw: Do not include hw/sysbus.h if it is not necessaryThomas Huth2021-05-021-1/+0Star
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* hw/intc/arm_gicv3: Introduce redist-region-count array propertyEric Auger2018-06-221-1/+11
* qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé2018-02-051-2/+1Star
* hw/intc/arm_gicv3: Don't signal Pending+Active interrupts to CPUPeter Maydell2016-12-271-0/+5
* hw/intc/arm_gicv3: Implement GICv3 CPU interface registersPeter Maydell2016-06-171-0/+2
* hw/intc/arm_gicv3: Implement gicv3_set_irq()Peter Maydell2016-06-171-1/+19
* hw/intc/arm_gicv3: Wire up distributor and redistributor MMIO regionsPeter Maydell2016-06-171-1/+14
* hw/intc/arm_gicv3: Implement functions to identify next pending irqPeter Maydell2016-06-171-0/+293
* hw/intc/arm_gicv3: ARM GICv3 device frameworkShlomo Pongratz2016-06-171-0/+74