aboutsummaryrefslogtreecommitdiff
path: root/hw/intc/arm_gicv3_kvm.c
AgeCommit message (Expand)Author
2021-05-02hw: Do not include hw/sysbus.h if it is not necessaryThomas Huth
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé
2020-12-18hw/intc/arm_gicv3_kvm: silence the compiler warningsChen Qun
2020-09-09Use DECLARE_*CHECKER* when possible (--force mode)Eduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-07-10error: Avoid error_propagate() after migrate_add_blocker()Markus Armbruster
2020-04-30bugfix: Use gicr_typer in arm_gicv3_icc_resetKeqian Zhu
2020-01-30hw/intc/arm_gicv3_kvm: Stop wrongly programming GICR_PENDBASER.PTZ bitZenghui Yu
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2018-06-22hw/intc/arm_gicv3_kvm: Get prepared to handle multiple redist regionsEric Auger
2018-06-22hw/intc/arm_gicv3: Introduce redist-region-count array propertyEric Auger
2018-06-22target/arm: Allow KVM device address overwritingEric Auger
2018-06-15arm_gicv3_kvm: kvm_dist_get/put_priority: skip the registers banked by GICR_I...Shannon Zhao
2018-06-08arm_gicv3_kvm: kvm_dist_get/put: skip the registers banked by GICRShannon Zhao
2018-05-31KVM: GIC: Fix memory leak due to calling kvm_init_irq_routing twicepull-target-arm-20180531-1Shannon Zhao
2018-05-31arm_gicv3_kvm: increase clroffset accordinglyShannon Zhao
2018-02-05qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé
2017-09-04arm_gicv3_kvm: Fix compile warningpull-target-arm-20170904-2Pranith Kumar
2017-06-13hw/intc/arm_gicv3_kvm: Implement pending table saveEric Auger
2017-06-13kvm-all: Pass an error object to kvm_device_accessEric Auger
2017-05-17migration: Create migration/blocker.hJuan Quintela
2017-03-31hw/intc/arm_gicv3_kvm: Check KVM_DEV_ARM_VGIC_GRP_CPU_SYSREGS in resetEric Auger
2017-02-28hw/intc/arm_gicv3_kvm: Reset GICv3 cpu interface registersVijaya Kumar K
2017-02-28hw/intc/arm_gicv3_kvm: Implement get/put functionsVijaya Kumar K
2017-01-24migration: disallow migrate_add_blocker during migrationAshijeet Acharya
2016-10-04hw/intc/arm_gic(v3)_kvm: Initialize gsi routingEric Auger
2016-06-17hw/intc/arm_gicv3: Add vmstate descriptorsPavel Fedin
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-01-29arm: Clean up includesPeter Maydell
2015-09-24hw/intc: Initial implementation of vGICv3Pavel Fedin