summaryrefslogtreecommitdiff
path: root/hw/intc
AgeCommit message (Expand)AuthorFilesLines
2017-03-31hw/intc/arm_gicv3_kvm: Check KVM_DEV_ARM_VGIC_GRP_CPU_SYSREGS in resetEric Auger1-6/+11
2017-03-27Revert "apic: save apic_delivered flag"Paolo Bonzini1-33/+0
2017-03-18nios2: iic: Convert CPU prop to qom linkMarek Vasut1-8/+5
2017-03-09hw/intc/arm_gic: modernise the DPRINTFAlex Bennée1-4/+9
2017-03-06ppc/xics: register reset handlers for the ICP and ICS objectsCédric Le Goater2-9/+16
2017-03-02Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.9-20170301' into...Peter Maydell3-517/+256
2017-03-01ppc/xics: rename 'ICPState *' variables to 'icp'Cédric Le Goater2-94/+94
2017-03-01ppc/xics: move InterruptStatsProvider to the sPAPR machineCédric Le Goater1-18/+2
2017-03-01ppc/xics: move ics-simple post_load under the machineCédric Le Goater1-10/+0
2017-03-01ppc/xics: remove the XICSState classesCédric Le Goater3-38/+0
2017-03-01ppc/xics: export the XICS init routinesCédric Le Goater2-19/+5
2017-03-01ppc/xics: register the reset handler of ICP objectsCédric Le Goater1-18/+0
2017-03-01ppc/xics: simplify spapr_dt_xics() interfaceCédric Le Goater1-2/+2
2017-03-01ppc/xics: use the QOM interface to grab an ICPCédric Le Goater2-22/+27
2017-03-01ppc/xics: move the cpu_setup() handler under the ICPState classCédric Le Goater2-33/+33
2017-03-01ppc/xics: simplify the cpu_setup() handlerCédric Le Goater2-9/+5
2017-03-01ppc/xics: move kernel_xics_fd out of KVMXICSStateCédric Le Goater1-9/+7
2017-03-01ppc/xics: extend the QOM interface to handle ICPsCédric Le Goater1-1/+1
2017-03-01ppc/xics: remove the XICS list of ICSCédric Le Goater1-8/+0
2017-03-01ppc/xics: register the reset handler of ICS objectsCédric Le Goater1-5/+0
2017-03-01ppc/xics: remove xics_find_source()Cédric Le Goater1-12/+0
2017-03-01ppc/xics: use the QOM interface to resend irqsCédric Le Goater1-9/+11
2017-03-01ppc/xics: use the QOM interface to get irqsCédric Le Goater1-2/+3
2017-03-01ppc/xics: use the QOM interface under the sPAPR machineCédric Le Goater1-1/+1
2017-03-01ppc/xics: introduce a XICSFabric QOM interface to handle ICSsCédric Le Goater1-0/+7
2017-03-01ppc/xics: add an InterruptStatsProvider interface to ICS and ICP objectsCédric Le Goater1-35/+41
2017-03-01ppc/xics: store the ICS object under the sPAPR machineCédric Le Goater1-13/+9
2017-03-01ppc/xics: remove set_nr_servers() handler from XICSStateClassCédric Le Goater3-102/+19
2017-03-01ppc/xics: remove set_nr_irqs() handler from XICSStateClassCédric Le Goater3-105/+37
2017-03-01xics: XICS should not be a SysBusDeviceDavid Gibson1-1/+1
2017-02-28hw/intc/arm_gicv3_kvm: Reset GICv3 cpu interface registersVijaya Kumar K1-0/+60
2017-02-28target-arm: Add GICv3CPUState in CPUARMState structVijaya Kumar K3-0/+12
2017-02-28hw/intc/arm_gicv3_kvm: Implement get/put functionsVijaya Kumar K2-16/+558
2017-02-28hw/intc/arm_gicv3_kvm: Add ICC_SRE_EL1 register to vmstateVijaya Kumar K1-0/+36
2017-02-28armv7m: Split systick out from NVICPeter Maydell1-126/+34
2017-02-28armv7m: Don't put core v7M devices under CONFIG_STELLARISPeter Maydell1-1/+1
2017-02-28armv7m: Make NVIC expose a memory region rather than mapping itselfPeter Maydell1-5/+2
2017-02-28armv7m: Move NVICState struct definition into headerPeter Maydell1-48/+1
2017-02-28armv7m: Allow SHCSR writes to change pending and active bitsPeter Maydell1-2/+11
2017-02-28armv7m: Check exception return consistencyPeter Maydell1-1/+11
2017-02-28armv7m: VECTCLRACTIVE and VECTRESET are UNPREDICTABLEMichael Davidsaver1-2/+6
2017-02-28armv7m: Remove unused armv7m_nvic_acknowledge_irq() return valuePeter Maydell1-3/+1
2017-02-28armv7m: Escalate exceptions to HardFault if necessaryMichael Davidsaver1-0/+53
2017-02-28arm: gic: Remove references to NVICMichael Davidsaver3-46/+15
2017-02-28armv7m: Fix condition check for taking exceptionsPeter Maydell1-0/+7
2017-02-28armv7m: Rewrite NVIC to not use any GIC codeMichael Davidsaver2-144/+609
2017-02-28armv7m: Implement reading and writing of PRIGROUPPeter Maydell1-6/+8
2017-02-28armv7m: Rename nvic_state to NVICStatePeter Maydell1-22/+22
2017-02-25Merge remote-tracking branch 'remotes/stsquad/tags/pull-mttcg-240217-1' into ...Peter Maydell1-0/+3
2017-02-24tcg: drop global lock during TCG code executionJan Kiszka1-0/+3