index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
intc
/
arm_gicv3.c
Age
Commit message (
Expand
)
Author
2022-03-07
hw/intc/arm_gicv3: Specify valid and impl in MemoryRegionOps
Peter Maydell
2022-01-28
hw/intc/arm_gicv3: Honour GICD_CTLR.EnableGrp1NS for LPIs
Peter Maydell
2021-12-15
hw/intc/arm_gicv3: Introduce CONFIG_ARM_GIC_TCG Kconfig selector
Philippe Mathieu-Daudé
2021-11-26
hw/intc/arm_gicv3: Update cached state after LPI state changes
Peter Maydell
2021-11-15
hw/intc/arm_gicv3: Support multiple redistributor regions
Peter Maydell
2021-11-15
hw/intc/arm_gicv3: Move checking of redist-region-count to arm_gicv3_common_r...
Peter Maydell
2021-09-13
hw/intc: GICv3 redistributor ITS processing
Shashi Mallela
2021-05-02
hw: Do not include hw/sysbus.h if it is not necessary
Thomas Huth
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2018-06-22
hw/intc/arm_gicv3: Introduce redist-region-count array property
Eric Auger
2018-02-05
qdev: use device_class_set_parent_realize/unrealize/reset()
Philippe Mathieu-Daudé
2016-12-27
hw/intc/arm_gicv3: Don't signal Pending+Active interrupts to CPU
Peter Maydell
2016-06-17
hw/intc/arm_gicv3: Implement GICv3 CPU interface registers
Peter Maydell
2016-06-17
hw/intc/arm_gicv3: Implement gicv3_set_irq()
Peter Maydell
2016-06-17
hw/intc/arm_gicv3: Wire up distributor and redistributor MMIO regions
Peter Maydell
2016-06-17
hw/intc/arm_gicv3: Implement functions to identify next pending irq
Peter Maydell
2016-06-17
hw/intc/arm_gicv3: ARM GICv3 device framework
Shlomo Pongratz