summary refs log tree commit diff stats
path: root/hw/intc (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* intc/arm_gic: Add the virtualization extensions to the GIC stateLuc Michel2018-08-144-26/+137
* intc/arm_gic: Remove some dead code and put some functions staticLuc Michel2018-08-142-25/+2
* intc/arm_gic: Implement GICD_ISACTIVERn and GICD_ICACTIVERn registersLuc Michel2018-08-141-4/+57
* intc/arm_gic: Refactor operations on the distributorLuc Michel2018-08-144-116/+127
* nvic: Change NVIC to support ARMv6-MJulia Suvorova2018-08-141-3/+18
* arm: Add ARMv6-M programmer's model supportJulia Suvorova2018-08-141-0/+10
* nvic: Handle ARMv6-M SCS reserved registersJulia Suvorova2018-08-141-2/+49
* hw/intc/arm_gicv3_common: Move gicd shift bug handling to gicv3_post_loadPeter Maydell2018-08-061-40/+37
* hw/intc/arm_gicv3_common: Move post_load hooks to top-level VMSDPeter Maydell2018-08-061-4/+4
* hw/intc/arm_gicv3_common: Combine duplicate .subsections in vmstate_gicv3_cpuPeter Maydell2018-08-061-3/+0
* hw/intc/arm_gicv3_common: Give no-migration-shift-bug subsection a needed fun...Peter Maydell2018-08-061-0/+6
* armv7m_nvic: Fix m-security subsection namePeter Maydell2018-07-301-1/+1
* target/arm: Escalate to correct HardFault when AIRCR.BFHFNMINS is setPeter Maydell2018-07-242-3/+7
* hw/intc/arm_gicv3: Check correct HCR_EL2 bit when routing IRQPeter Maydell2018-07-241-1/+1
* hw/intc/exynos4210_gic: Turn instance_init into realize functionThomas Huth2018-07-231-3/+3
* hw/*/realview: Fix introspection problem with 'realview_mpcore' & 'realview_gic'Thomas Huth2018-07-171-5/+2
* hw/arm/armv7: Fix crash when introspecting the "iotkit" deviceThomas Huth2018-07-171-3/+2
* hw/intc/arm_gic: Fix handling of GICD_ITARGETSRPeter Maydell2018-07-161-2/+4
* hw/intc/arm_gic: Check interrupt number in gic_deactivate_irq()Peter Maydell2018-07-161-1/+15
* ppc/xics: fix ICP reset pathGreg Kurz2018-07-161-3/+11
* ioapic: remove useless lower bounds checkPaolo Bonzini2018-07-061-1/+1
* ppc/xics: rework the ICS classes inheritance treeCédric Le Goater2018-07-031-7/+5
* ppc/xics: move the vmstate structures under the ics-base classCédric Le Goater2018-07-031-56/+56
* ppx/xics: introduce a parent_reset in ICSStateClassCédric Le Goater2018-07-032-31/+40
* ppc/xics: move the instance_init handler under the ics-base classCédric Le Goater2018-07-031-8/+8
* ppc/xics: introduce a parent_realize in ICSStateClassCédric Le Goater2018-07-032-20/+37
* ppc/xics: introduce ICP DeviceRealize and DeviceReset handlersCédric Le Goater2018-07-033-19/+40
* hmp: obsolete "info ioapic"Peter Xu2018-06-281-11/+0
* ioapic: support "info irq"Peter Xu2018-06-282-0/+24
* ioapic: some proper indents when dump infoPeter Xu2018-06-281-4/+4
* ioapic: support "info pic"Peter Xu2018-06-281-0/+16
* hw/intc/arm_gicv3_kvm: Get prepared to handle multiple redist regionsEric Auger2018-06-221-3/+34
* hw/intc/arm_gicv3: Introduce redist-region-count array propertyEric Auger2018-06-223-8/+51
* target/arm: Allow KVM device address overwritingEric Auger2018-06-223-5/+5
* hw/intc/arm_gicv3: fix an extra left-shift when reading IPRIORITYRAmol Surati2018-06-222-2/+4
* xics_kvm: fix a build breakCédric Le Goater2018-06-161-6/+4
* arm: Don't crash if user tries to use a Cortex-M CPU without an NVICPeter Maydell2018-06-151-1/+5
* arm_gicv3_kvm: kvm_dist_get/put_priority: skip the registers banked by GICR_I...Shannon Zhao2018-06-151-2/+16
* xics_kvm: use KVM helpersCédric Le Goater2018-06-121-38/+14
* arm_gicv3_kvm: kvm_dist_get/put: skip the registers banked by GICRShannon Zhao2018-06-082-0/+117
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2018-06-041-2/+1
|\
| * ioapic: fix up includesMichael S. Tsirkin2018-06-011-2/+1
* | KVM: GIC: Fix memory leak due to calling kvm_init_irq_routing twiceShannon Zhao2018-05-312-2/+0
* | arm_gicv3_kvm: increase clroffset accordinglyShannon Zhao2018-05-311-0/+1
* | hw/intc/arm_gicv3: Fix APxR<n> register dispatchingJan Kiszka2018-05-311-6/+6
|/
* heathrow: remove obsolete heathow_init() functionMark Cave-Ayland2018-04-271-18/+5
* target/arm: Fetch GICv3 state directly from CPUARMStateAaron Lindsay2018-04-261-8/+2
* hw/intc/arm_gicv3: Fix secure-GIC NS ICC_PMR and ICC_RPR accessesPeter Maydell2018-03-231-3/+3
* openpic_kvm: drop address_space_to_flatview callPaolo Bonzini2018-03-061-4/+0
* openpic: move OpenPIC state and related definitions to openpic.hMark Cave-Ayland2018-03-061-157/+0