aboutsummaryrefslogtreecommitdiff
path: root/hw/intc/arm_gicv3_dist.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-13hw/intc: GICv3 ITS Feature enablementShashi Mallela1-1/+4
2021-09-01hw/intc/arm_gicv3: Replace mis-used MEMTX_* constants by booleansPhilippe Mathieu-Daudé1-95/+106
2021-09-01hw/intc/arm_gicv3_dist: Rename 64-bit accessors with 'q' suffixPhilippe Mathieu-Daudé1-6/+6
2019-06-17hw/intc/arm_gicv3: GICD_TYPER.SecurityExtn is RAZ if GICD_CTLR.DS == 1Peter Maydell1-1/+7
2019-06-17hw/intc/arm_gicv3: Fix decoding of ID register rangePeter Maydell1-2/+2
2018-06-22hw/intc/arm_gicv3: fix an extra left-shift when reading IPRIORITYRAmol Surati1-1/+2
2018-01-11hw/intc/arm_gicv3: Make reserved register addresses RAZ/WIPeter Maydell1-0/+13
2016-06-20hw/intc/arm_gicv3: Fix compilation with simple trace backendPeter Maydell1-0/+1
2016-06-17hw/intc/arm_gicv3: Implement gicv3_set_irq()Peter Maydell1-0/+21
2016-06-17hw/intc/arm_gicv3: Implement GICv3 distributor registersShlomo Pongratz1-0/+858