summaryrefslogtreecommitdiffstats
path: root/hw/intc
Commit message (Expand)AuthorAgeFilesLines
...
* error: Fix use of error_prepend() with &error_fatal, &error_abortMarkus Armbruster2018-10-191-6/+9
* hw/intc/arm_gic: Drop GIC_BASE_IRQ macroPeter Maydell2018-09-253-20/+14Star
* hw/intc/arm_gic: Make per-cpu GICH memory regions 0x200 bytes largePeter Maydell2018-08-241-1/+1
* hw/intc/apic: Switch away from old_mmioPeter Maydell2018-08-231-24/+18Star
* nvic: Expose NMI linePeter Maydell2018-08-202-0/+20
* hw/intc/arm_gicv3_its: downgrade error_report to warn_report in kvm_arm_its_r...Jia He2018-08-201-1/+1
* target/arm: Provide accessor functions for HCR_EL2.{IMO, FMO, AMO}Peter Maydell2018-08-141-9/+10
* intc/arm_gic: Improve tracesLuc Michel2018-08-142-8/+35
* intc/arm_gic: Implement maintenance interrupt generationLuc Michel2018-08-141-0/+97
* intc/arm_gic: Implement gic_update_virt() functionLuc Michel2018-08-141-39/+136
* intc/arm_gic: Implement the virtual interface registersLuc Michel2018-08-141-2/+233
* intc/arm_gic: Wire the vCPU interfaceLuc Michel2018-08-141-2/+35
* intc/arm_gic: Implement virtualization extensions in gic_cpu_(read|write)Luc Michel2018-08-141-5/+15
* intc/arm_gic: Implement virtualization extensions in gic_(deactivate|complete...Luc Michel2018-08-141-4/+47
* intc/arm_gic: Implement virtualization extensions in gic_acknowledge_irqLuc Michel2018-08-141-19/+33
* intc/arm_gic: Implement virtualization extensions in gic_(activate_irq|drop_p...Luc Michel2018-08-141-12/+38
* intc/arm_gic: Add virtualization enabled IRQ helper functionsLuc Michel2018-08-142-18/+97
* intc/arm_gic: Refactor secure/ns access check in the CPU interfaceLuc Michel2018-08-141-17/+22
* intc/arm_gic: Add virtualization extensions helper macros and functionsLuc Michel2018-08-142-0/+79
* intc/arm_gic: Add virtual interface register definitionsLuc Michel2018-08-141-0/+65
* 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/+2Star
* 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/+37Star
* 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/+0Star
* 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/+2Star
* hw/arm/armv7: Fix crash when introspecting the "iotkit" deviceThomas Huth2018-07-171-3/+2Star
* 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/+5Star
* 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/+0Star
* ioapic: support "info irq"Peter Xu2018-06-282-0/+24
* ioapic: some proper indents when dump infoPeter Xu2018-06-281-4/+4