summaryrefslogtreecommitdiff
path: root/hw/intc
AgeCommit message (Expand)AuthorFilesLines
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah1-1/+1
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini4-0/+7
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster14-0/+14
2016-03-16hw/intc: Add (new) ASPEED VIC device modelAndrew Jeffery2-0/+340
2016-03-11msi_supported -> msi_nonbrokenMichael S. Tsirkin4-4/+4
2016-03-04hw/intc/arm_gic.c: Implement GICv2 GICC_DIRPeter Maydell2-2/+45
2016-02-28xics: report errors with the QEMU Error APIGreg Kurz1-4/+9
2016-02-16all: Clean up includesPeter Maydell2-0/+2
2016-02-08qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake1-6/+6
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake1-4/+4
2016-02-03bcm2836_control: add bcm2836 ARM control logicAndrew Baumann2-1/+304
2016-02-03bcm2835_ic: add bcm2835 interrupt controllerAndrew Baumann2-0/+237
2016-01-29hw/intc: Clean up includesPeter Maydell12-0/+12
2016-01-29arm: Clean up includesPeter Maydell13-0/+13
2016-01-29x86: Clean up includesPeter Maydell4-0/+4
2016-01-29unicore: Clean up includesPeter Maydell1-0/+1
2016-01-29sparc: Clean up includesPeter Maydell1-0/+1
2016-01-29ppc: Clean up includesPeter Maydell2-0/+2
2016-01-29lm32: Clean up includesPeter Maydell1-1/+1
2016-01-21arm_gic: Update ID registers based on revisionAlistair Francis1-5/+30
2016-01-13omap: Don't use hw_error() in device init() methodsMarkus Armbruster1-3/+7
2015-12-17kvm: x86: add support for KVM_CAP_SPLIT_IRQCHIPPaolo Bonzini1-2/+66
2015-11-19hw/arm_gic: Correctly restore nested irq priorityFrançois Baldassari1-2/+2
2015-11-10hw/intc/arm_gic: Remove the definition of NUM_CPUWei Huang1-5/+3
2015-11-03armv7-m: Implement SYSRESETREQMichael Davidsaver1-1/+8
2015-10-27i.MX: Standardize i.MX AVIC debugJean-Christophe Dubois1-26/+18
2015-10-27arm_gic_kvm: Disable live migration if not supportedPavel Fedin1-11/+11
2015-10-23openpic: add to misc categoryLaurent Vivier2-0/+2
2015-10-08s/cpu_get_real_ticks/cpu_get_host_ticks/Christopher Covington1-1/+1
2015-10-02cpu/apic: drop icc bus/bridgeChen Fan1-3/+2
2015-10-02apic: move APIC's MMIO region mapping into APICChen Fan1-6/+0
2015-09-25hmp: implemented io apic dump state for TCGPavel Butsykin1-0/+12
2015-09-25hmp: added io apic dump statePavel Butsykin1-0/+55
2015-09-25apic_internal.h: rename ESR_ILLEGAL_ADDRESS to APIC_ESR_ILLEGAL_ADDRESSPavel Butsykin1-2/+2
2015-09-25apic_internal.h: make some apic_get_* functions externally visiblePavel Butsykin1-17/+1
2015-09-25ioapic: fix contents of arbitration registerPaolo Bonzini1-3/+1
2015-09-25ioapic: coalesce level interruptsPaolo Bonzini1-1/+3
2015-09-24hw/intc: Initial implementation of vGICv3Pavel Fedin2-0/+150
2015-09-24intc/gic: Extract some reusable vGIC codePavel Fedin2-65/+68
2015-09-24hw/intc: Implement GIC-500 base classShlomo Pongratz2-0/+141
2015-09-11typofixes - v4Veres Lajos1-1/+1
2015-09-11maint: remove double semicolons in many filesDaniel P. Berrange1-1/+1
2015-09-08hw/intc/arm_gic_common: Configure IRQs as NS if doing direct NS kernel bootPeter Maydell1-3/+48
2015-09-08hw/intc/arm_gic: Actually set the active bits for active interruptsPeter Maydell1-0/+2
2015-09-08hw/intc/arm_gic: Drop running_irq and last_active arraysPeter Maydell2-34/+76
2015-09-08hw/intc/arm_gic: Fix handling of GICC_APR<n>, GICC_NSAPR<n> registersPeter Maydell2-4/+115
2015-09-08hw/intc/arm_gic: Running priority is group priority, not full priorityPeter Maydell1-1/+27
2015-09-08armv7m_nvic: Implement ICSR without using internal GIC statePeter Maydell1-7/+6
2015-09-07s390x/kvm: make setting of in-kernel irq routes more efficientJens Freimann1-0/+2
2015-08-13hw/arm/gic: Kill code duplicationPavel Fedin3-72/+61