aboutsummaryrefslogtreecommitdiff
path: root/hw/intc/arm_gic_kvm.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02hw: Do not include hw/sysbus.h if it is not necessaryThomas Huth1-1/+0
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-02-28hw/intc/arm_gic_kvm: Don't assume kernel can provide a GICv2Peter Maydell1-0/+9
2019-10-15intc/arm_gic: Support IRQ injection for more than 256 vpusEric Auger1-5/+2
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-1/+1
2018-08-14intc/arm_gic: Add the virtualization extensions to the GIC stateLuc Michel1-1/+7
2018-08-14intc/arm_gic: Refactor operations on the distributorLuc Michel1-11/+12
2018-06-22target/arm: Allow KVM device address overwritingEric Auger1-2/+2
2018-05-31KVM: GIC: Fix memory leak due to calling kvm_init_irq_routing twiceShannon Zhao1-1/+0
2018-02-05qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé1-4/+3
2017-06-13kvm-all: Pass an error object to kvm_device_accessEric Auger1-4/+5
2017-05-17migration: Create migration/blocker.hJuan Quintela1-1/+1
2017-01-24migration: disallow migrate_add_blocker during migrationAshijeet Acharya1-6/+11
2016-10-17hw/intc/arm_gic_kvm: Fix build on aarch64Christopher Covington1-14/+0
2016-10-04hw/intc/arm_gic(v3)_kvm: Initialize gsi routingEric Auger1-0/+12
2016-05-19qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini1-0/+2
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-10-27arm_gic_kvm: Disable live migration if not supportedPavel Fedin1-11/+11
2015-09-24intc/gic: Extract some reusable vGIC codePavel Fedin1-65/+33
2015-08-13hw/arm/gic: Kill code duplicationPavel Fedin1-27/+1
2015-07-06intc: arm_gic_kvm: set the qemu_irq/gsi mappingEric Auger1-0/+6
2015-05-12hw/intc/arm_gic: Restrict priority viewFabian Aggeler1-1/+1
2015-05-12hw/intc/arm_gic: Make ICCICR/GICC_CTLR bankedFabian Aggeler1-4/+4
2015-05-12hw/intc/arm_gic: Make ICDDCR/GICD_CTLR bankedFabian Aggeler1-4/+4
2015-05-12hw/intc/arm_gic_kvm.c: Save and restore GICD_IGROUPRn statePeter Maydell1-10/+20
2015-05-12hw/intc/arm_gic: Add Security Extensions propertyFabian Aggeler1-0/+6
2015-05-12hw/intc/arm_gic: Create outbound FIQ linesFabian Aggeler1-1/+4
2015-04-01hw/intc: arm_gic_kvm.c restore config firstAlex Bennée1-2/+5
2015-03-16hw/intc/arm_gic: Initialize the vgic in the realize functionEric Auger1-0/+7
2014-12-11arm_gic_kvm: Tell kernel about number of IRQsPeter Maydell1-0/+20
2014-05-05arm: Clean up fragile use of error_is_set() in realize() methodsMarkus Armbruster1-2/+4
2014-03-15misc: Fix typos in commentsStefan Weil1-1/+1
2014-02-26hw: arm_gic_kvm: Add KVM VGIC save/restore logicChristoffer Dall1-2/+422
2014-02-26arm: vgic device control api supportChristoffer Dall1-2/+20
2013-12-23sysbus: Set cannot_instantiate_with_device_add_yetMarkus Armbruster1-1/+0
2013-12-23qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster1-1/+1
2013-07-04hw/i*: pass owner to memory_region_init* functionsPaolo Bonzini1-2/+4
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-2/+2
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini1-1/+1
2013-04-08hw: move interrupt controllers to hw/intc/, configure with default-configs/Paolo Bonzini1-0/+167