summaryrefslogtreecommitdiff
path: root/hw/intc/xics.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-15spapr: introduce a spapr_qirq() helperCédric Le Goater1-12/+0
2017-12-15ppc/xics: assign of the CPU 'intc' pointer under the coreCédric Le Goater1-1/+0
2017-12-15ppc/xics: introduce an icp_create() helperCédric Le Goater1-0/+21
2017-11-14xics/kvm: synchonize state before 'info pic'Greg Kurz1-0/+11
2017-09-27migration: pre_save return intDr. David Alan Gilbert1-2/+6
2017-09-15xics: fix several error leaksGreg Kurz1-6/+6
2017-06-30xics: directly register ICPState objects to vmstateGreg Kurz1-1/+4
2017-06-28vmstate: error hint for failed equal checksHalil Pasic1-1/+1
2017-06-09xics: drop ICPStateClass::cpu_setup() handlerGreg Kurz1-4/+0
2017-06-09xics: setup cpu at realize timeGreg Kurz1-44/+32
2017-06-09xics: pass appropriate types to realize() handlers.Greg Kurz1-6/+4
2017-06-09xics: introduce macros for ICP/ICS link propertiesGreg Kurz1-4/+4
2017-06-08xics: add reset() handler to ICPStateClassGreg Kurz1-0/+5
2017-05-25xics: add unrealize handlerGreg Kurz1-0/+5
2017-04-26ppc/xics: add a realize() handler to ICPStateClassCédric Le Goater1-0/+5
2017-04-26spapr: allocate the ICPState object from under sPAPRCPUCoreCédric Le Goater1-11/+0
2017-04-26ppc/xics: introduce an 'intc' backlink under PowerPCCPUCédric Le Goater1-3/+3
2017-03-06ppc/xics: register reset handlers for the ICP and ICS objectsCédric Le Goater1-4/+6
2017-03-01ppc/xics: rename 'ICPState *' variables to 'icp'Cédric Le Goater1-77/+77
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 Goater1-11/+0
2017-03-01ppc/xics: register the reset handler of ICP objectsCédric Le Goater1-18/+0
2017-03-01ppc/xics: use the QOM interface to grab an ICPCédric Le Goater1-14/+18
2017-03-01ppc/xics: move the cpu_setup() handler under the ICPState classCédric Le Goater1-4/+4
2017-03-01ppc/xics: simplify the cpu_setup() handlerCédric Le Goater1-2/+3
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: remove set_nr_servers() handler from XICSStateClassCédric Le Goater1-56/+18
2017-03-01ppc/xics: remove set_nr_irqs() handler from XICSStateClassCédric Le Goater1-36/+36
2017-03-01xics: XICS should not be a SysBusDeviceDavid Gibson1-1/+1
2016-10-28ppc/xics: change the icp_ routines API to use an 'ICPState *' argumentCédric Le Goater1-15/+10
2016-10-28ppc/xics: add a XICSState backlink in ICPStateCédric Le Goater1-0/+1
2016-10-28ppc/xics: add a xics_set_nr_servers common routineCédric Le Goater1-3/+21
2016-10-28ppc/xics: Add xics to the monitor "info pic" commandBenjamin Herrenschmidt1-0/+49
2016-10-14ppc/xics: Split ICS into ics-base and ics classBenjamin Herrenschmidt1-57/+93
2016-10-14ppc/xics: Make the ICSState a listBenjamin Herrenschmidt1-34/+49
2016-09-23ppc/xics: account correct irq statusNikunj A Dadhania1-2/+5
2016-07-01ppc/xics: Replace "icp" with "xics" in most placesBenjamin Herrenschmidt1-60/+60
2016-07-01ppc/xics: Implement H_IPOLL using an accessorBenjamin Herrenschmidt1-0/+8
2016-07-01ppc/xics: Move SPAPR specific code to a separate fileBenjamin Herrenschmidt1-409/+9
2016-07-01ppc/xics: Rename existing xics to xics_spaprBenjamin Herrenschmidt1-16/+17
2016-06-27ppc/xics: Remove unused xics_set_irq_type()Benjamin Herrenschmidt1-11/+0