aboutsummaryrefslogtreecommitdiff
path: root/hw/intc/arm_gicv3_kvm.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-19hw/intc/arm_gicv3_kvm.c: Stop using GIC_MIN_BPR constantPeter Maydell1-3/+13
2022-05-05target/arm: Replace sentinels with ARRAY_SIZE in cpregs.hRichard Henderson1-1/+0
2022-05-05target/arm: Split out cpregs.hRichard Henderson1-0/+2
2022-04-22hw/intc/arm_gicv3: Allow 'revision' property to be set to 4Peter Maydell1-0/+5
2021-11-15hw/intc/arm_gicv3: Support multiple redistributor regionsPeter Maydell1-2/+2
2021-11-15hw/intc/arm_gicv3: Move checking of redist-region-count to arm_gicv3_common_r...Peter Maydell1-5/+1
2021-05-02hw: Do not include hw/sysbus.h if it is not necessaryThomas Huth1-1/+0
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé1-1/+1
2020-12-18hw/intc/arm_gicv3_kvm: silence the compiler warningsChen Qun1-0/+8
2020-09-09Use DECLARE_*CHECKER* when possible (--force mode)Eduardo Habkost1-6/+3
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-2/+4
2020-07-10error: Avoid error_propagate() after migrate_add_blocker()Markus Armbruster1-3/+1
2020-04-30bugfix: Use gicr_typer in arm_gicv3_icc_resetKeqian Zhu1-3/+1
2020-01-30hw/intc/arm_gicv3_kvm: Stop wrongly programming GICR_PENDBASER.PTZ bitZenghui Yu1-7/+4
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster1-1/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2018-06-22hw/intc/arm_gicv3_kvm: Get prepared to handle multiple redist regionsEric Auger1-3/+34
2018-06-22hw/intc/arm_gicv3: Introduce redist-region-count array propertyEric Auger1-2/+7
2018-06-22target/arm: Allow KVM device address overwritingEric Auger1-2/+2
2018-06-15arm_gicv3_kvm: kvm_dist_get/put_priority: skip the registers banked by GICR_I...Shannon Zhao1-2/+16
2018-06-08arm_gicv3_kvm: kvm_dist_get/put: skip the registers banked by GICRShannon Zhao1-0/+38
2018-05-31KVM: GIC: Fix memory leak due to calling kvm_init_irq_routing twiceShannon Zhao1-1/+0
2018-05-31arm_gicv3_kvm: increase clroffset accordinglyShannon Zhao1-0/+1
2018-02-05qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé1-4/+3
2017-09-04arm_gicv3_kvm: Fix compile warningPranith Kumar1-1/+1
2017-06-13hw/intc/arm_gicv3_kvm: Implement pending table saveEric Auger1-0/+34
2017-06-13kvm-all: Pass an error object to kvm_device_accessEric Auger1-7/+7
2017-05-17migration: Create migration/blocker.hJuan Quintela1-1/+1
2017-03-31hw/intc/arm_gicv3_kvm: Check KVM_DEV_ARM_VGIC_GRP_CPU_SYSREGS in resetEric Auger1-6/+11
2017-02-28hw/intc/arm_gicv3_kvm: Reset GICv3 cpu interface registersVijaya Kumar K1-0/+60
2017-02-28hw/intc/arm_gicv3_kvm: Implement get/put functionsVijaya Kumar K1-16/+557
2017-01-24migration: disallow migrate_add_blocker during migrationAshijeet Acharya1-7/+12
2016-10-04hw/intc/arm_gic(v3)_kvm: Initialize gsi routingEric Auger1-0/+13
2016-06-17hw/intc/arm_gicv3: Add vmstate descriptorsPavel Fedin1-0/+8
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: Initial implementation of vGICv3Pavel Fedin1-0/+149