summaryrefslogtreecommitdiffstats
path: root/hw/intc
Commit message (Expand)AuthorAgeFilesLines
* s/cpu_get_real_ticks/cpu_get_host_ticks/Christopher Covington2015-10-081-1/+1
* cpu/apic: drop icc bus/bridgeChen Fan2015-10-021-3/+2
* apic: move APIC's MMIO region mapping into APICChen Fan2015-10-021-6/+0
* hmp: implemented io apic dump state for TCGPavel Butsykin2015-09-251-0/+12
* hmp: added io apic dump statePavel Butsykin2015-09-251-0/+55
* apic_internal.h: rename ESR_ILLEGAL_ADDRESS to APIC_ESR_ILLEGAL_ADDRESSPavel Butsykin2015-09-251-2/+2
* apic_internal.h: make some apic_get_* functions externally visiblePavel Butsykin2015-09-251-17/+1
* ioapic: fix contents of arbitration registerPaolo Bonzini2015-09-251-3/+1
* ioapic: coalesce level interruptsPaolo Bonzini2015-09-251-1/+3
* hw/intc: Initial implementation of vGICv3Pavel Fedin2015-09-242-0/+150
* intc/gic: Extract some reusable vGIC codePavel Fedin2015-09-242-65/+68
* hw/intc: Implement GIC-500 base classShlomo Pongratz2015-09-242-0/+141
* typofixes - v4Veres Lajos2015-09-111-1/+1
* maint: remove double semicolons in many filesDaniel P. Berrange2015-09-111-1/+1
* hw/intc/arm_gic_common: Configure IRQs as NS if doing direct NS kernel bootPeter Maydell2015-09-081-3/+48
* hw/intc/arm_gic: Actually set the active bits for active interruptsPeter Maydell2015-09-081-0/+2
* hw/intc/arm_gic: Drop running_irq and last_active arraysPeter Maydell2015-09-082-34/+76
* hw/intc/arm_gic: Fix handling of GICC_APR<n>, GICC_NSAPR<n> registersPeter Maydell2015-09-082-4/+115
* hw/intc/arm_gic: Running priority is group priority, not full priorityPeter Maydell2015-09-081-1/+27
* armv7m_nvic: Implement ICSR without using internal GIC statePeter Maydell2015-09-081-7/+6
* s390x/kvm: make setting of in-kernel irq routes more efficientJens Freimann2015-09-071-0/+2
* hw/arm/gic: Kill code duplicationPavel Fedin2015-08-133-72/+61
* i.MX: Fix Coding style for AVIC emulator.Jean-Christophe Dubois2015-08-131-9/+7
* i.MX: Split AVIC emulator in a header file and a source fileJean-Christophe Dubois2015-08-131-37/+3
* xics_kvm: Don't enable KVM_CAP_IRQ_XICS if already enabledBharata B Rao2015-07-071-0/+10
* spapr: Merge sPAPREnvironment into sPAPRMachineStateDavid Gibson2015-07-072-11/+11
* intc: arm_gic_kvm: set the qemu_irq/gsi mappingEric Auger2015-07-061-0/+6
* hw/intc/arm_gic_common.c: Reset all registersPeter Maydell2015-07-061-3/+18
* qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster2015-06-221-3/+3
* arm_gic: gic_update should always update all coresJohan Karlsson2015-06-151-1/+1
* migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela2015-06-121-6/+4
* Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-06-0...Peter Maydell2015-06-041-4/+3
|\
| * hw/intc/exynos4210_gic.c: Fix memory leak by adjusting orderShannon Zhao2015-06-031-4/+3
* | Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell2015-06-041-3/+6
|\ \
| * | apic: convert ->busdev.qdev casts to C castsZhu Guihua2015-06-021-3/+6
| |/
* | arm_gicv2m: set kvm_gsi_direct_mapping and kvm_msi_via_irqfd_allowedEric Auger2015-06-021-0/+2
* | arm_gicv2m: Add GICv2m widget to support MSIsChristoffer Dall2015-06-022-0/+191
|/
* hw/intc/arm_gic: Add grouping support to gic_update()Peter Maydell2015-05-121-5/+22
* hw/intc/arm_gic: Change behavior of IAR writesFabian Aggeler2015-05-123-8/+18
* hw/intc/arm_gic: Change behavior of EOIR writesFabian Aggeler2015-05-123-4/+14
* hw/intc/arm_gic: Handle grouping for GICC_HPPIRFabian Aggeler2015-05-121-1/+27
* hw/intc/arm_gic: Restrict priority viewFabian Aggeler2015-05-123-7/+61
* hw/intc/arm_gic: Implement Non-secure view of RPRFabian Aggeler2015-05-121-1/+18
* hw/intc/arm_gic: Make ICCICR/GICC_CTLR bankedFabian Aggeler2015-05-125-13/+72
* hw/intc/arm_gic: Make ICCBPR/GICC_BPR bankedFabian Aggeler2015-05-121-5/+26
* hw/intc/arm_gic: Make ICDDCR/GICD_CTLR bankedFabian Aggeler2015-05-125-14/+34
* hw/intc/arm_gic_kvm.c: Save and restore GICD_IGROUPRn statePeter Maydell2015-05-121-10/+20
* hw/intc/arm_gic: Add Interrupt Group RegistersFabian Aggeler2015-05-123-5/+54
* hw/intc/arm_gic: Switch to read/write callbacks with tx attributesPeter Maydell2015-05-121-54/+90
* hw/intc/arm_gic: Add Security Extensions propertyFabian Aggeler2015-05-123-1/+19
OpenPOWER on IntegriCloud