summaryrefslogtreecommitdiffstats
path: root/hw/intc
Commit message (Expand)AuthorAgeFilesLines
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2019-11-2914-0/+14
* hw/intc: Add (new) ASPEED VIC device modelAndrew Jeffery2019-11-292-0/+340
* msi_supported -> msi_nonbrokenMichael S. Tsirkin2019-11-294-4/+4
* hw/intc/arm_gic.c: Implement GICv2 GICC_DIRPeter Maydell2019-11-292-2/+45
* xics: report errors with the QEMU Error APIGreg Kurz2019-11-291-4/+9
* all: Clean up includesPeter Maydell2019-11-292-0/+2
* qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake2019-11-291-6/+6
* qapi: Swap visit_* arguments for consistent 'name' placementEric Blake2019-11-291-4/+4
* bcm2836_control: add bcm2836 ARM control logicAndrew Baumann2019-11-292-1/+304
* bcm2835_ic: add bcm2835 interrupt controllerAndrew Baumann2019-11-292-0/+237
* hw/intc: Clean up includesPeter Maydell2019-11-2912-0/+12
* arm: Clean up includesPeter Maydell2019-11-2913-0/+13
* x86: Clean up includesPeter Maydell2019-11-294-0/+4
* unicore: Clean up includesPeter Maydell2019-11-291-0/+1
* sparc: Clean up includesPeter Maydell2019-11-291-0/+1
* ppc: Clean up includesPeter Maydell2019-11-292-0/+2
* lm32: Clean up includesPeter Maydell2019-11-291-1/+1
* arm_gic: Update ID registers based on revisionAlistair Francis2019-11-291-5/+30
* omap: Don't use hw_error() in device init() methodsMarkus Armbruster2019-11-291-3/+7
* kvm: x86: add support for KVM_CAP_SPLIT_IRQCHIPPaolo Bonzini2019-11-291-2/+66
* hw/arm_gic: Correctly restore nested irq priorityFrançois Baldassari2015-11-191-2/+2
* hw/intc/arm_gic: Remove the definition of NUM_CPUWei Huang2015-11-101-5/+3
* armv7-m: Implement SYSRESETREQMichael Davidsaver2015-11-031-1/+8
* i.MX: Standardize i.MX AVIC debugJean-Christophe Dubois2015-10-271-26/+18
* arm_gic_kvm: Disable live migration if not supportedPavel Fedin2015-10-271-11/+11
* openpic: add to misc categoryLaurent Vivier2015-10-232-0/+2
* 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
OpenPOWER on IntegriCloud