aboutsummaryrefslogtreecommitdiff
path: root/hw/intc
AgeCommit message (Expand)AuthorFilesLines
2018-07-06ioapic: remove useless lower bounds checkPaolo Bonzini1-1/+1
2018-07-03ppc/xics: rework the ICS classes inheritance treeCédric Le Goater1-7/+5
2018-07-03ppc/xics: move the vmstate structures under the ics-base classCédric Le Goater1-56/+56
2018-07-03ppx/xics: introduce a parent_reset in ICSStateClassCédric Le Goater2-31/+40
2018-07-03ppc/xics: move the instance_init handler under the ics-base classCédric Le Goater1-8/+8
2018-07-03ppc/xics: introduce a parent_realize in ICSStateClassCédric Le Goater2-20/+37
2018-07-03ppc/xics: introduce ICP DeviceRealize and DeviceReset handlersCédric Le Goater3-19/+40
2018-06-28hmp: obsolete "info ioapic"Peter Xu1-11/+0
2018-06-28ioapic: support "info irq"Peter Xu2-0/+24
2018-06-28ioapic: some proper indents when dump infoPeter Xu1-4/+4
2018-06-28ioapic: support "info pic"Peter Xu1-0/+16
2018-06-22hw/intc/arm_gicv3_kvm: Get prepared to handle multiple redist regionsEric Auger1-3/+34
2018-06-22hw/intc/arm_gicv3: Introduce redist-region-count array propertyEric Auger3-8/+51
2018-06-22target/arm: Allow KVM device address overwritingEric Auger3-5/+5
2018-06-22hw/intc/arm_gicv3: fix an extra left-shift when reading IPRIORITYRAmol Surati2-2/+4
2018-06-16xics_kvm: fix a build breakCédric Le Goater1-6/+4
2018-06-15arm: Don't crash if user tries to use a Cortex-M CPU without an NVICPeter Maydell1-1/+5
2018-06-15arm_gicv3_kvm: kvm_dist_get/put_priority: skip the registers banked by GICR_I...Shannon Zhao1-2/+16
2018-06-12xics_kvm: use KVM helpersCédric Le Goater1-38/+14
2018-06-08arm_gicv3_kvm: kvm_dist_get/put: skip the registers banked by GICRShannon Zhao2-0/+117
2018-06-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-2/+1
2018-06-01ioapic: fix up includesMichael S. Tsirkin1-2/+1
2018-05-31KVM: GIC: Fix memory leak due to calling kvm_init_irq_routing twiceShannon Zhao2-2/+0
2018-05-31arm_gicv3_kvm: increase clroffset accordinglyShannon Zhao1-0/+1
2018-05-31hw/intc/arm_gicv3: Fix APxR<n> register dispatchingJan Kiszka1-6/+6
2018-04-27heathrow: remove obsolete heathow_init() functionMark Cave-Ayland1-18/+5
2018-04-26target/arm: Fetch GICv3 state directly from CPUARMStateAaron Lindsay1-8/+2
2018-03-23hw/intc/arm_gicv3: Fix secure-GIC NS ICC_PMR and ICC_RPR accessesPeter Maydell1-3/+3
2018-03-06openpic_kvm: drop address_space_to_flatview callPaolo Bonzini1-4/+0
2018-03-06openpic: move OpenPIC state and related definitions to openpic.hMark Cave-Ayland1-157/+0
2018-03-06openpic: move KVM-specific declarations into separate openpic_kvm.h fileMark Cave-Ayland1-0/+1
2018-03-06heathrow: change heathrow_pic_init() to return the heathrow deviceMark Cave-Ayland1-4/+6
2018-03-06heathrow: convert to trace-eventsMark Cave-Ayland2-21/+16
2018-03-06heathrow: QOMify heathrow PICMark Cave-Ayland1-56/+70
2018-02-26qmp: expose s390-specific CPU infoViktor Mihajlovski1-2/+2
2018-02-15hw/intc/armv7m_nvic: Fix byte-to-interrupt number conversionsPeter Maydell1-4/+4
2018-02-15hw/intc/armv7m_nvic: Implement SCRPeter Maydell1-4/+8
2018-02-15hw/intc/armv7m_nvic: Implement cache ID registersPeter Maydell1-0/+16
2018-02-15hw/intc/armv7m_nvic: Implement v8M CPPWR registerPeter Maydell1-0/+14
2018-02-15hw/intc/armv7m_nvic: Implement M profile cache maintenance opsPeter Maydell1-0/+12
2018-02-15hw/intc/armv7m_nvic: Fix ICSR PENDNMISET/CLR handlingPeter Maydell1-3/+3
2018-02-15hw/intc/armv7m_nvic: Don't hardcode M profile ID registers in NVICPeter Maydell1-14/+16
2018-02-09Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-02-07-v4' in...Peter Maydell2-2/+0
2018-02-09Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180209'...Peter Maydell4-12/+218
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster2-2/+0
2018-02-09i.MX: Add code to emulate GPCv2 IP blockAndrey Smirnov2-1/+126
2018-02-09target/arm: Split "get pending exception info" from "acknowledge it"Peter Maydell2-8/+25
2018-02-09target/arm: Add armv7m_nvic_set_pending_derived()Peter Maydell2-3/+67
2018-02-09s390x/flic: cache the common flic class in a central functionDavid Hildenbrand1-1/+12
2018-02-09s390x/kvm: cache the kvm flic in a central functionDavid Hildenbrand1-5/+16