| Commit message (Expand) | Author | Age | Files | Lines |
* | hw/intc/arm_gic_kvm: Don't assume kernel can provide a GICv2 | Peter Maydell | 2020-02-28 | 1 | -0/+9 |
* | intc/arm_gic: Support IRQ injection for more than 256 vpus | Eric Auger | 2019-10-15 | 1 | -5/+2 |
* | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 2019-06-12 | 1 | -1/+1 |
* | intc/arm_gic: Add the virtualization extensions to the GIC state | Luc Michel | 2018-08-14 | 1 | -1/+7 |
* | intc/arm_gic: Refactor operations on the distributor | Luc Michel | 2018-08-14 | 1 | -11/+12 |
* | target/arm: Allow KVM device address overwriting | Eric Auger | 2018-06-22 | 1 | -2/+2 |
* | KVM: GIC: Fix memory leak due to calling kvm_init_irq_routing twice | Shannon Zhao | 2018-05-31 | 1 | -1/+0 |
* | qdev: use device_class_set_parent_realize/unrealize/reset() | Philippe Mathieu-Daudé | 2018-02-05 | 1 | -4/+3 |
* | kvm-all: Pass an error object to kvm_device_access | Eric Auger | 2017-06-13 | 1 | -4/+5 |
* | migration: Create migration/blocker.h | Juan Quintela | 2017-05-17 | 1 | -1/+1 |
* | migration: disallow migrate_add_blocker during migration | Ashijeet Acharya | 2017-01-24 | 1 | -6/+11 |
* | hw/intc/arm_gic_kvm: Fix build on aarch64 | Christopher Covington | 2016-10-17 | 1 | -14/+0 |
* | hw/intc/arm_gic(v3)_kvm: Initialize gsi routing | Eric Auger | 2016-10-04 | 1 | -0/+12 |
* | qemu-common: push cpu.h inclusion out of qemu-common.h | Paolo Bonzini | 2016-05-19 | 1 | -0/+2 |
* | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 2016-03-22 | 1 | -0/+1 |
* | arm: Clean up includes | Peter Maydell | 2016-01-29 | 1 | -0/+1 |
* | arm_gic_kvm: Disable live migration if not supported | Pavel Fedin | 2015-10-27 | 1 | -11/+11 |
* | intc/gic: Extract some reusable vGIC code | Pavel Fedin | 2015-09-24 | 1 | -65/+33 |
* | hw/arm/gic: Kill code duplication | Pavel Fedin | 2015-08-13 | 1 | -27/+1 |
* | intc: arm_gic_kvm: set the qemu_irq/gsi mapping | Eric Auger | 2015-07-06 | 1 | -0/+6 |
* | hw/intc/arm_gic: Restrict priority view | Fabian Aggeler | 2015-05-12 | 1 | -1/+1 |
* | hw/intc/arm_gic: Make ICCICR/GICC_CTLR banked | Fabian Aggeler | 2015-05-12 | 1 | -4/+4 |
* | hw/intc/arm_gic: Make ICDDCR/GICD_CTLR banked | Fabian Aggeler | 2015-05-12 | 1 | -4/+4 |
* | hw/intc/arm_gic_kvm.c: Save and restore GICD_IGROUPRn state | Peter Maydell | 2015-05-12 | 1 | -10/+20 |
* | hw/intc/arm_gic: Add Security Extensions property | Fabian Aggeler | 2015-05-12 | 1 | -0/+6 |
* | hw/intc/arm_gic: Create outbound FIQ lines | Fabian Aggeler | 2015-05-12 | 1 | -1/+4 |
* | hw/intc: arm_gic_kvm.c restore config first | Alex Bennée | 2015-04-01 | 1 | -2/+5 |
* | hw/intc/arm_gic: Initialize the vgic in the realize function | Eric Auger | 2015-03-16 | 1 | -0/+7 |
* | arm_gic_kvm: Tell kernel about number of IRQs | Peter Maydell | 2014-12-11 | 1 | -0/+20 |
* | arm: Clean up fragile use of error_is_set() in realize() methods | Markus Armbruster | 2014-05-05 | 1 | -2/+4 |
* | misc: Fix typos in comments | Stefan Weil | 2014-03-15 | 1 | -1/+1 |
* | hw: arm_gic_kvm: Add KVM VGIC save/restore logic | Christoffer Dall | 2014-02-26 | 1 | -2/+422 |
* | arm: vgic device control api support | Christoffer Dall | 2014-02-26 | 1 | -2/+20 |
* | sysbus: Set cannot_instantiate_with_device_add_yet | Markus Armbruster | 2013-12-23 | 1 | -1/+0 |
* | qdev: Replace no_user by cannot_instantiate_with_device_add_yet | Markus Armbruster | 2013-12-23 | 1 | -1/+1 |
* | hw/i*: pass owner to memory_region_init* functions | Paolo Bonzini | 2013-07-04 | 1 | -2/+4 |
* | memory: add owner argument to initialization functions | Paolo Bonzini | 2013-07-04 | 1 | -2/+2 |
* | hw: move private headers to hw/ subdirectories. | Paolo Bonzini | 2013-04-08 | 1 | -1/+1 |
* | hw: move interrupt controllers to hw/intc/, configure with default-configs/ | Paolo Bonzini | 2013-04-08 | 1 | -0/+167 |