aboutsummaryrefslogtreecommitdiff
path: root/hw/intc
AgeCommit message (Expand)Author
2018-06-28hmp: obsolete "info ioapic"Peter Xu
2018-06-28ioapic: support "info irq"Peter Xu
2018-06-28ioapic: some proper indents when dump infoPeter Xu
2018-06-28ioapic: support "info pic"Peter Xu
2018-06-22hw/intc/arm_gicv3_kvm: Get prepared to handle multiple redist regionsEric Auger
2018-06-22hw/intc/arm_gicv3: Introduce redist-region-count array propertyEric Auger
2018-06-22target/arm: Allow KVM device address overwritingEric Auger
2018-06-22hw/intc/arm_gicv3: fix an extra left-shift when reading IPRIORITYRAmol Surati
2018-06-16xics_kvm: fix a build breakCédric Le Goater
2018-06-15arm: Don't crash if user tries to use a Cortex-M CPU without an NVICPeter Maydell
2018-06-15arm_gicv3_kvm: kvm_dist_get/put_priority: skip the registers banked by GICR_I...Shannon Zhao
2018-06-12xics_kvm: use KVM helpersCédric Le Goater
2018-06-08arm_gicv3_kvm: kvm_dist_get/put: skip the registers banked by GICRShannon Zhao
2018-06-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2018-06-01ioapic: fix up includesMichael S. Tsirkin
2018-05-31KVM: GIC: Fix memory leak due to calling kvm_init_irq_routing twiceShannon Zhao
2018-05-31arm_gicv3_kvm: increase clroffset accordinglyShannon Zhao
2018-05-31hw/intc/arm_gicv3: Fix APxR<n> register dispatchingJan Kiszka
2018-04-27heathrow: remove obsolete heathow_init() functionMark Cave-Ayland
2018-04-26target/arm: Fetch GICv3 state directly from CPUARMStateAaron Lindsay
2018-03-23hw/intc/arm_gicv3: Fix secure-GIC NS ICC_PMR and ICC_RPR accessesPeter Maydell
2018-03-06openpic_kvm: drop address_space_to_flatview callPaolo Bonzini
2018-03-06openpic: move OpenPIC state and related definitions to openpic.hMark Cave-Ayland
2018-03-06openpic: move KVM-specific declarations into separate openpic_kvm.h fileMark Cave-Ayland
2018-03-06heathrow: change heathrow_pic_init() to return the heathrow deviceMark Cave-Ayland
2018-03-06heathrow: convert to trace-eventsMark Cave-Ayland
2018-03-06heathrow: QOMify heathrow PICMark Cave-Ayland
2018-02-26qmp: expose s390-specific CPU infoViktor Mihajlovski
2018-02-15hw/intc/armv7m_nvic: Fix byte-to-interrupt number conversionsPeter Maydell
2018-02-15hw/intc/armv7m_nvic: Implement SCRPeter Maydell
2018-02-15hw/intc/armv7m_nvic: Implement cache ID registersPeter Maydell
2018-02-15hw/intc/armv7m_nvic: Implement v8M CPPWR registerPeter Maydell
2018-02-15hw/intc/armv7m_nvic: Implement M profile cache maintenance opsPeter Maydell
2018-02-15hw/intc/armv7m_nvic: Fix ICSR PENDNMISET/CLR handlingPeter Maydell
2018-02-15hw/intc/armv7m_nvic: Don't hardcode M profile ID registers in NVICPeter Maydell
2018-02-09Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-02-07-v4' in...Peter Maydell
2018-02-09Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180209'...Peter Maydell
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2018-02-09i.MX: Add code to emulate GPCv2 IP blockAndrey Smirnov
2018-02-09target/arm: Split "get pending exception info" from "acknowledge it"Peter Maydell
2018-02-09target/arm: Add armv7m_nvic_set_pending_derived()Peter Maydell
2018-02-09s390x/flic: cache the common flic class in a central functionDavid Hildenbrand
2018-02-09s390x/kvm: cache the kvm flic in a central functionDavid Hildenbrand
2018-02-09s390x/tcg: cache the qemu flic in a central functionDavid Hildenbrand
2018-02-09s390x/flic: optimize CPU wakeup for TCGDavid Hildenbrand
2018-02-09s390x/flic: implement qemu_s390_clear_io_flic()David Hildenbrand
2018-02-09s390x/flic: make floating interrupts on TCG actually floatingDavid Hildenbrand
2018-02-09s390x/flic: no need to call s390_io_interrupt() from flicDavid Hildenbrand
2018-02-09s390x/flic: factor out injection of floating interruptsDavid Hildenbrand
2018-02-09s390x/tcg: simplify lookup of flicDavid Hildenbrand