summaryrefslogtreecommitdiffstats
path: root/hw/intc
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.9-20170301' into...Peter Maydell2017-03-023-517/+256Star
|\
| * ppc/xics: rename 'ICPState *' variables to 'icp'Cédric Le Goater2017-03-012-94/+94
| * ppc/xics: move InterruptStatsProvider to the sPAPR machineCédric Le Goater2017-03-011-18/+2Star
| * ppc/xics: move ics-simple post_load under the machineCédric Le Goater2017-03-011-10/+0Star
| * ppc/xics: remove the XICSState classesCédric Le Goater2017-03-013-38/+0Star
| * ppc/xics: export the XICS init routinesCédric Le Goater2017-03-012-19/+5Star
| * ppc/xics: register the reset handler of ICP objectsCédric Le Goater2017-03-011-18/+0Star
| * ppc/xics: simplify spapr_dt_xics() interfaceCédric Le Goater2017-03-011-2/+2
| * ppc/xics: use the QOM interface to grab an ICPCédric Le Goater2017-03-012-22/+27
| * ppc/xics: move the cpu_setup() handler under the ICPState classCédric Le Goater2017-03-012-33/+33
| * ppc/xics: simplify the cpu_setup() handlerCédric Le Goater2017-03-012-9/+5Star
| * ppc/xics: move kernel_xics_fd out of KVMXICSStateCédric Le Goater2017-03-011-9/+7Star
| * ppc/xics: extend the QOM interface to handle ICPsCédric Le Goater2017-03-011-1/+1
| * ppc/xics: remove the XICS list of ICSCédric Le Goater2017-03-011-8/+0Star
| * ppc/xics: register the reset handler of ICS objectsCédric Le Goater2017-03-011-5/+0Star
| * ppc/xics: remove xics_find_source()Cédric Le Goater2017-03-011-12/+0Star
| * ppc/xics: use the QOM interface to resend irqsCédric Le Goater2017-03-011-9/+11
| * ppc/xics: use the QOM interface to get irqsCédric Le Goater2017-03-011-2/+3
| * ppc/xics: use the QOM interface under the sPAPR machineCédric Le Goater2017-03-011-1/+1
| * ppc/xics: introduce a XICSFabric QOM interface to handle ICSsCédric Le Goater2017-03-011-0/+7
| * ppc/xics: add an InterruptStatsProvider interface to ICS and ICP objectsCédric Le Goater2017-03-011-35/+41
| * ppc/xics: store the ICS object under the sPAPR machineCédric Le Goater2017-03-011-13/+9Star
| * ppc/xics: remove set_nr_servers() handler from XICSStateClassCédric Le Goater2017-03-013-102/+19Star
| * ppc/xics: remove set_nr_irqs() handler from XICSStateClassCédric Le Goater2017-03-013-105/+37Star
| * xics: XICS should not be a SysBusDeviceDavid Gibson2017-03-011-1/+1
* | hw/intc/arm_gicv3_kvm: Reset GICv3 cpu interface registersVijaya Kumar K2017-02-281-0/+60
* | target-arm: Add GICv3CPUState in CPUARMState structVijaya Kumar K2017-02-283-0/+12
* | hw/intc/arm_gicv3_kvm: Implement get/put functionsVijaya Kumar K2017-02-282-16/+558
* | hw/intc/arm_gicv3_kvm: Add ICC_SRE_EL1 register to vmstateVijaya Kumar K2017-02-281-0/+36
* | armv7m: Split systick out from NVICPeter Maydell2017-02-281-126/+34Star
* | armv7m: Don't put core v7M devices under CONFIG_STELLARISPeter Maydell2017-02-281-1/+1
* | armv7m: Make NVIC expose a memory region rather than mapping itselfPeter Maydell2017-02-281-5/+2Star
* | armv7m: Move NVICState struct definition into headerPeter Maydell2017-02-281-48/+1Star
|/
* armv7m: Allow SHCSR writes to change pending and active bitsPeter Maydell2017-02-281-2/+11
* armv7m: Check exception return consistencyPeter Maydell2017-02-281-1/+11
* armv7m: VECTCLRACTIVE and VECTRESET are UNPREDICTABLEMichael Davidsaver2017-02-281-2/+6
* armv7m: Remove unused armv7m_nvic_acknowledge_irq() return valuePeter Maydell2017-02-281-3/+1Star
* armv7m: Escalate exceptions to HardFault if necessaryMichael Davidsaver2017-02-281-0/+53
* arm: gic: Remove references to NVICMichael Davidsaver2017-02-283-46/+15Star
* armv7m: Fix condition check for taking exceptionsPeter Maydell2017-02-281-0/+7
* armv7m: Rewrite NVIC to not use any GIC codeMichael Davidsaver2017-02-282-144/+609
* armv7m: Implement reading and writing of PRIGROUPPeter Maydell2017-02-281-6/+8
* armv7m: Rename nvic_state to NVICStatePeter Maydell2017-02-281-22/+22
* Merge remote-tracking branch 'remotes/stsquad/tags/pull-mttcg-240217-1' into ...Peter Maydell2017-02-251-0/+3
|\
| * tcg: drop global lock during TCG code executionJan Kiszka2017-02-241-0/+3
* | s390x: add property adapter_routes_max_batchHalil Pasic2017-02-241-0/+28
* | s390x/flic: fail migration on source alreadyCornelia Huck2017-02-241-2/+4
|/
* hw/mips_gic: Update pin state on mask changesPaul Burton2017-02-211-25/+31
* apic: reset apic_delivered global variable on machine resetPavel Dovgalyuk2017-02-161-0/+2
* ioapic: fix error report value of def versionPeter Xu2017-02-161-2/+4