aboutsummaryrefslogtreecommitdiff
path: root/hw/intc/arm_gicv3.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-07hw/intc/arm_gicv3: Specify valid and impl in MemoryRegionOpsPeter Maydell1-0/+8
2022-01-28hw/intc/arm_gicv3: Honour GICD_CTLR.EnableGrp1NS for LPIsPeter Maydell1-0/+1
2021-12-15hw/intc/arm_gicv3: Introduce CONFIG_ARM_GIC_TCG Kconfig selectorPhilippe Mathieu-Daudé1-1/+1
2021-11-26hw/intc/arm_gicv3: Update cached state after LPI state changesPeter Maydell1-2/+4
2021-11-15hw/intc/arm_gicv3: Support multiple redistributor regionsPeter Maydell1-6/+0
2021-11-15hw/intc/arm_gicv3: Move checking of redist-region-count to arm_gicv3_common_r...Peter Maydell1-5/+1
2021-09-13hw/intc: GICv3 redistributor ITS processingShashi Mallela1-0/+14
2021-05-02hw: Do not include hw/sysbus.h if it is not necessaryThomas Huth1-1/+0
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2018-06-22hw/intc/arm_gicv3: Introduce redist-region-count array propertyEric Auger1-1/+11
2018-02-05qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé1-2/+1
2016-12-27hw/intc/arm_gicv3: Don't signal Pending+Active interrupts to CPUPeter Maydell1-0/+5
2016-06-17hw/intc/arm_gicv3: Implement GICv3 CPU interface registersPeter Maydell1-0/+2
2016-06-17hw/intc/arm_gicv3: Implement gicv3_set_irq()Peter Maydell1-1/+19
2016-06-17hw/intc/arm_gicv3: Wire up distributor and redistributor MMIO regionsPeter Maydell1-1/+14
2016-06-17hw/intc/arm_gicv3: Implement functions to identify next pending irqPeter Maydell1-0/+293
2016-06-17hw/intc/arm_gicv3: ARM GICv3 device frameworkShlomo Pongratz1-0/+74