aboutsummaryrefslogtreecommitdiff
path: root/hw/intc
AgeCommit message (Expand)Author
2016-06-06hw/intc/gic: RAZ/WI non-sec access to sec interruptsJens Wiklander
2016-05-23ioapic: clear remote irr bit for edge-triggered interruptsPeter Xu
2016-05-23ioapic: keep RO bits for IOAPIC entryPeter Xu
2016-05-20aspeed: include qemu/log.hPaolo Bonzini
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini
2016-05-19qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini
2016-05-19dma: do not depend on kvm_enabled()Paolo Bonzini
2016-05-19apic: move target-dependent definitions to cpu.hPaolo Bonzini
2016-05-19explicitly include linux/kvm.hPaolo Bonzini
2016-05-16hw/intc/arm_gic: add tracepointsHollis Blanchard
2016-05-12hw/intc: QOM'ify omap_intc.cxiaoqiang zhao
2016-05-12hw/intc: QOM'ify grlib_irqmp.cxiaoqiang.zhao
2016-05-12hw/intc: QOM'ify slavio_intctl.cxiaoqiang.zhao
2016-05-12hw/intc: QOM'ify pl190.cxiaoqiang.zhao
2016-05-12hw/intc: QOM'ify imx_avic.cxiaoqiang.zhao
2016-05-12hw/intc: QOM'ify exynos4210_gic.cxiaoqiang.zhao
2016-05-12hw/intc: QOM'ify exynos4210_combiner.cxiaoqiang.zhao
2016-05-12hw/intc: QOM'ify etraxfs_pic.cxiaoqiang.zhao
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-16hw/intc: Add (new) ASPEED VIC device modelAndrew Jeffery
2016-03-11msi_supported -> msi_nonbrokenMichael S. Tsirkin
2016-03-04hw/intc/arm_gic.c: Implement GICv2 GICC_DIRPeter Maydell
2016-02-28xics: report errors with the QEMU Error APIGreg Kurz
2016-02-16all: Clean up includesPeter Maydell
2016-02-08qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake
2016-02-03bcm2836_control: add bcm2836 ARM control logicAndrew Baumann
2016-02-03bcm2835_ic: add bcm2835 interrupt controllerAndrew Baumann
2016-01-29hw/intc: Clean up includesPeter Maydell
2016-01-29arm: Clean up includesPeter Maydell
2016-01-29x86: Clean up includesPeter Maydell
2016-01-29unicore: Clean up includesPeter Maydell
2016-01-29sparc: Clean up includesPeter Maydell
2016-01-29ppc: Clean up includesPeter Maydell
2016-01-29lm32: Clean up includesPeter Maydell
2016-01-21arm_gic: Update ID registers based on revisionAlistair Francis
2016-01-13omap: Don't use hw_error() in device init() methodsMarkus Armbruster
2015-12-17kvm: x86: add support for KVM_CAP_SPLIT_IRQCHIPPaolo Bonzini
2015-11-19hw/arm_gic: Correctly restore nested irq priorityFrançois Baldassari
2015-11-10hw/intc/arm_gic: Remove the definition of NUM_CPUWei Huang
2015-11-03armv7-m: Implement SYSRESETREQMichael Davidsaver
2015-10-27i.MX: Standardize i.MX AVIC debugJean-Christophe Dubois
2015-10-27arm_gic_kvm: Disable live migration if not supportedPavel Fedin
2015-10-23openpic: add to misc categoryLaurent Vivier
2015-10-08s/cpu_get_real_ticks/cpu_get_host_ticks/Christopher Covington
2015-10-02cpu/apic: drop icc bus/bridgeChen Fan
2015-10-02apic: move APIC's MMIO region mapping into APICChen Fan
2015-09-25hmp: implemented io apic dump state for TCGPavel Butsykin