aboutsummaryrefslogtreecommitdiff
path: root/hw/intc/arm_gicv3_common.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2019-08-21hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster1-1/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2018-08-06hw/intc/arm_gicv3_common: Move gicd shift bug handling to gicv3_post_loadPeter Maydell1-40/+37
2018-08-06hw/intc/arm_gicv3_common: Move post_load hooks to top-level VMSDPeter Maydell1-4/+4
2018-08-06hw/intc/arm_gicv3_common: Combine duplicate .subsections in vmstate_gicv3_cpuPeter Maydell1-3/+0
2018-08-06hw/intc/arm_gicv3_common: Give no-migration-shift-bug subsection a needed fun...Peter Maydell1-0/+6
2018-06-22hw/intc/arm_gicv3: Introduce redist-region-count array propertyEric Auger1-5/+33
2018-06-08arm_gicv3_kvm: kvm_dist_get/put: skip the registers banked by GICRShannon Zhao1-0/+79
2017-09-27migration: pre_save return intDr. David Alan Gilbert1-1/+3
2017-06-20arm: use get_uint() for "mp-affinity" propertyMarc-André Lureau1-1/+1
2017-06-13hw/intc/arm_gicv3_its: Allow save/restoreEric Auger1-0/+1
2017-02-28target-arm: Add GICv3CPUState in CPUARMState structVijaya Kumar K1-0/+2
2017-02-28hw/intc/arm_gicv3_kvm: Add ICC_SRE_EL1 register to vmstateVijaya Kumar K1-0/+36
2017-01-20hw/intc/gicv3: Add data fields for virtualization supportPeter Maydell1-0/+25
2017-01-20hw/intc/arm_gicv3: Add external IRQ lines for VIRQ and VFIQPeter Maydell1-0/+6
2016-12-27hw/intc/arm_gicv3_common: fix aff3 in typerAndrew Jones1-1/+2
2016-06-17hw/intc/arm_gicv3: Implement functions to identify next pending irqPeter Maydell1-0/+9
2016-06-17hw/intc/arm_gicv3: Add vmstate descriptorsPavel Fedin1-1/+49
2016-06-17hw/intc/arm_gicv3: Move irq lines into GICv3CPUState structurePeter Maydell1-5/+2
2016-06-17hw/intc/arm_gicv3: Add state informationPavel Fedin1-2/+157
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-01-29arm: Clean up includesPeter Maydell1-0/+1
2015-09-24hw/intc: Implement GIC-500 base classShlomo Pongratz1-0/+140