summaryrefslogtreecommitdiff
path: root/hw/intc
AgeCommit message (Expand)AuthorFilesLines
2014-03-13xics-kvm: Fix reset functionAlexey Kardashevskiy1-1/+10
2014-03-09qemu: x86: ignore ioapic polarityGabriel L. Somlo1-3/+0
2014-03-05target-ppc: spapr: e500: fix to use cpu_dt_idAlexey Kardashevskiy3-8/+19
2014-03-04Merge remote-tracking branch 'remotes/borntraeger/tags/kvm-s390-20140227' int...Peter Maydell2-0/+323
2014-02-27s390x/async_pf: Check for apf extension and enable pfaultDominik Dingel1-0/+36
2014-02-27s390x/kvm: implement floating-interrupt controller deviceJens Freimann2-0/+287
2014-02-26hw: arm_gic_kvm: Add KVM VGIC save/restore logicChristoffer Dall1-2/+422
2014-02-26arm: vgic device control api supportChristoffer Dall1-2/+20
2014-02-26hw/intc/arm_gic: Fix GIC_SET_LEVELChristoffer Dall1-1/+1
2014-02-26hw/intc/exynos4210_combiner: Don't overrun output_irq array in initPeter Maydell1-1/+1
2014-02-21Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140220'...Peter Maydell1-1/+1
2014-02-20hw/intc/arm_gic: Fix NVIC assertion failurePeter Maydell1-1/+1
2014-02-14qdev: Remove hex8/32/64 property typesPaolo Bonzini1-3/+3
2014-02-11exec: Make cpu_physical_memory_write_rom input an ASEdgar E. Iglesias1-1/+2
2014-02-08arm_gic: Add GICC_APRn state to the GICStateChristoffer Dall2-2/+8
2014-02-08arm_gic: Support setting/getting binary point regChristoffer Dall2-5/+13
2014-02-08arm_gic: Keep track of SGI sourcesChristoffer Dall2-14/+89
2014-02-08arm_gic: Fix GIC pending behaviorChristoffer Dall2-18/+62
2014-01-31arm_gic: Fix GICD_ICPENDR and GICD_ISPENDR writesChristoffer Dall1-1/+5
2014-01-31arm_gic: Introduce define for GIC_NR_SGISChristoffer Dall1-6/+11
2014-01-09Merge remote-tracking branch 'afaerber/tags/qom-devices-for-anthony' into sta...Anthony Liguori12-74/+104
2014-01-08hw: arm_gic: Introduce gic_set_priority functionChristoffer Dall2-5/+11
2014-01-08arm_gic: Rename GIC_X_TRIGGER to GIC_X_EDGE_TRIGGERChristoffer Dall3-11/+11
2013-12-24ioapic: QOM'ify ioapicxiaoqiang zhao2-6/+16
2013-12-24ioapic: Cleanup for QOM'ificationxiaoqiang zhao2-3/+5
2013-12-24icc_bus: QOM'ify ICCxiaoqiang zhao1-6/+7
2013-12-24apic: QOM'ify APICxiaoqiang zhao2-3/+5
2013-12-24apic: Cleanup for QOM'ificationxiaoqiang zhao2-51/+51
2013-12-24hw: cannot_instantiate_with_device_add_yet due to pointer propsMarkus Armbruster3-0/+10
2013-12-23isa: Clean up use of cannot_instantiate_with_device_add_yetMarkus Armbruster1-1/+7
2013-12-23apic: Document why cannot_instantiate_with_device_add_yetMarkus Armbruster1-1/+5
2013-12-23sysbus: Set cannot_instantiate_with_device_add_yetMarkus Armbruster5-5/+0
2013-12-23qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster7-7/+7
2013-12-20spapr-rtas: replace return code constants with macrosAlexey Kardashevskiy1-12/+12
2013-12-17hw/intc: add allwinner A10 interrupt controllerliguang2-0/+201
2013-11-05realview_gic: Prepare for QOM embeddingAndreas Färber1-14/+1
2013-11-05realview_gic: Convert to QOM realizeAndreas Färber1-16/+35
2013-11-05arm_gic: Extract headers hw/intc/arm_gic{,_common}.hAndreas Färber2-87/+11
2013-10-25xics-kvm: enable irqfd for MSIAlexey Kardashevskiy1-0/+6
2013-10-25xics: Implement H_XIRR_XBenjamin Herrenschmidt1-0/+14
2013-10-25xics: Implement H_IPOLLBenjamin Herrenschmidt1-0/+13
2013-10-25xics-kvm: Support for in-kernel XICS interrupt controllerDavid Gibson2-0/+489
2013-10-25xics: add cpu_setup callbackAlexey Kardashevskiy1-0/+5
2013-10-25xics: split to xics and xics-commonAlexey Kardashevskiy1-20/+136
2013-10-25xics: add missing const specifiers to TypeInfoAlexey Kardashevskiy1-2/+2
2013-10-25xics: convert init() to realize()Alexey Kardashevskiy1-6/+22
2013-10-25xics: add pre_save/post_load dispatchersAlexey Kardashevskiy1-3/+53
2013-10-25xics: replace fprintf with error_reportAlexey Kardashevskiy1-2/+3
2013-10-25xics: move reset and cpu_setupAlexey Kardashevskiy1-36/+36
2013-09-03Merge remote-tracking branch 'afaerber/tags/qom-devices-for-anthony' into sta...Anthony Liguori1-1/+1