index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
intc
/
arm_gicv3_common.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-29
hw/intc: Constify VMState
Richard Henderson
1
-8
/
+8
2023-06-28
hw/intc/arm_gic: Un-inline GIC*/ITS class_name() helpers
Philippe Mathieu-Daudé
1
-0
/
+14
2022-12-15
hw/intc: Convert TYPE_ARM_GICV3_COMMON to 3-phase reset
Peter Maydell
1
-3
/
+4
2022-05-19
hw/intc/arm_gicv3: Use correct number of priority bits for the CPU
Peter Maydell
1
-0
/
+5
2022-04-22
hw/intc/arm_gicv3: Allow 'revision' property to be set to 4
Peter Maydell
1
-5
/
+7
2022-04-22
hw/intc/arm_gicv3: Update ID and feature registers for GICv4
Peter Maydell
1
-2
/
+5
2022-04-22
hw/intc/arm_gicv3_cpuif: Support vLPIs
Peter Maydell
1
-0
/
+1
2022-04-22
hw/intc/arm_gicv3: Implement new GICv4 redistributor registers
Peter Maydell
1
-0
/
+22
2022-04-22
hw/intc/arm_gicv3: Implement GICv4's new redistributor frame
Peter Maydell
1
-1
/
+1
2022-04-22
hw/intc/arm_gicv3: Keep pointers to every connected ITS
Peter Maydell
1
-0
/
+2
2022-04-22
hw/intc/arm_gicv3: Insist that redist region capacity matches CPU count
Peter Maydell
1
-2
/
+2
2022-04-22
hw/intc/arm_gicv3: Sanity-check num-cpu property
Peter Maydell
1
-0
/
+4
2022-01-28
hw/intc/arm_gicv3: Set GICR_CTLR.CES if LPIs are supported
Peter Maydell
1
-0
/
+4
2022-01-28
hw/intc/arm_gicv3: Initialise dma_as in GIC, not ITS
Peter Maydell
1
-0
/
+5
2021-11-15
hw/intc/arm_gicv3: Support multiple redistributor regions
Peter Maydell
1
-4
/
+11
2021-11-15
hw/intc/arm_gicv3: Set GICR_TYPER.Last correctly when nb_redist_regions > 1
Peter Maydell
1
-5
/
+12
2021-11-15
hw/intc/arm_gicv3: Move checking of redist-region-count to arm_gicv3_common_r...
Peter Maydell
1
-13
/
+13
2021-09-13
hw/intc: GICv3 redistributor ITS processing
Shashi Mallela
1
-0
/
+1
2021-09-13
hw/intc: GICv3 ITS Feature enablement
Shashi Mallela
1
-0
/
+12
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
1
-1
/
+1
2019-08-21
hw/core: Move cpu.c, cpu.h from qom/ to hw/core/
Markus Armbruster
1
-1
/
+1
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
1
-0
/
+1
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-0
/
+1
2018-08-06
hw/intc/arm_gicv3_common: Move gicd shift bug handling to gicv3_post_load
Peter Maydell
1
-40
/
+37
2018-08-06
hw/intc/arm_gicv3_common: Move post_load hooks to top-level VMSD
Peter Maydell
1
-4
/
+4
2018-08-06
hw/intc/arm_gicv3_common: Combine duplicate .subsections in vmstate_gicv3_cpu
Peter Maydell
1
-3
/
+0
2018-08-06
hw/intc/arm_gicv3_common: Give no-migration-shift-bug subsection a needed fun...
Peter Maydell
1
-0
/
+6
2018-06-22
hw/intc/arm_gicv3: Introduce redist-region-count array property
Eric Auger
1
-5
/
+33
2018-06-08
arm_gicv3_kvm: kvm_dist_get/put: skip the registers banked by GICR
Shannon Zhao
1
-0
/
+79
2017-09-27
migration: pre_save return int
Dr. David Alan Gilbert
1
-1
/
+3
2017-06-20
arm: use get_uint() for "mp-affinity" property
Marc-André Lureau
1
-1
/
+1
2017-06-13
hw/intc/arm_gicv3_its: Allow save/restore
Eric Auger
1
-0
/
+1
2017-02-28
target-arm: Add GICv3CPUState in CPUARMState struct
Vijaya Kumar K
1
-0
/
+2
2017-02-28
hw/intc/arm_gicv3_kvm: Add ICC_SRE_EL1 register to vmstate
Vijaya Kumar K
1
-0
/
+36
2017-01-20
hw/intc/gicv3: Add data fields for virtualization support
Peter Maydell
1
-0
/
+25
2017-01-20
hw/intc/arm_gicv3: Add external IRQ lines for VIRQ and VFIQ
Peter Maydell
1
-0
/
+6
2016-12-27
hw/intc/arm_gicv3_common: fix aff3 in typer
Andrew Jones
1
-1
/
+2
2016-06-17
hw/intc/arm_gicv3: Implement functions to identify next pending irq
Peter Maydell
1
-0
/
+9
2016-06-17
hw/intc/arm_gicv3: Add vmstate descriptors
Pavel Fedin
1
-1
/
+49
2016-06-17
hw/intc/arm_gicv3: Move irq lines into GICv3CPUState structure
Peter Maydell
1
-5
/
+2
2016-06-17
hw/intc/arm_gicv3: Add state information
Pavel Fedin
1
-2
/
+157
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
2016-01-29
arm: Clean up includes
Peter Maydell
1
-0
/
+1
2015-09-24
hw/intc: Implement GIC-500 base class
Shlomo Pongratz
1
-0
/
+140