summaryrefslogtreecommitdiff
path: root/hw/intc
AgeCommit message (Expand)AuthorFilesLines
2016-05-19dma: do not depend on kvm_enabled()Paolo Bonzini2-1/+2
2016-05-19apic: move target-dependent definitions to cpu.hPaolo Bonzini1-0/+1
2016-05-19explicitly include linux/kvm.hPaolo Bonzini1-0/+1
2016-05-16hw/intc/arm_gic: add tracepointsHollis Blanchard1-0/+12
2016-05-12hw/intc: QOM'ify omap_intc.cxiaoqiang zhao1-26/+38
2016-05-12hw/intc: QOM'ify grlib_irqmp.cxiaoqiang.zhao1-11/+16
2016-05-12hw/intc: QOM'ify slavio_intctl.cxiaoqiang.zhao1-8/+6
2016-05-12hw/intc: QOM'ify pl190.cxiaoqiang.zhao1-7/+6
2016-05-12hw/intc: QOM'ify imx_avic.cxiaoqiang.zhao1-8/+7
2016-05-12hw/intc: QOM'ify exynos4210_gic.cxiaoqiang.zhao1-19/+20
2016-05-12hw/intc: QOM'ify exynos4210_combiner.cxiaoqiang.zhao1-8/+6
2016-05-12hw/intc: QOM'ify etraxfs_pic.cxiaoqiang.zhao1-7/+6
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