summary refs log tree commit diff stats
path: root/hw/intc/xics.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* error: Fix use of error_prepend() with &error_fatal, &error_abortMarkus Armbruster2018-10-191-6/+9
* ppc/xics: fix ICP reset pathGreg Kurz2018-07-161-3/+11
* 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-031-15/+30
* 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-031-15/+22
* ppc/xics: introduce ICP DeviceRealize and DeviceReset handlersCédric Le Goater2018-07-031-10/+0
* spapr: introduce a spapr_qirq() helperCédric Le Goater2017-12-151-12/+0
* ppc/xics: assign of the CPU 'intc' pointer under the coreCédric Le Goater2017-12-151-1/+0
* ppc/xics: introduce an icp_create() helperCédric Le Goater2017-12-151-0/+21
* xics/kvm: synchonize state before 'info pic'Greg Kurz2017-11-141-0/+11
* migration: pre_save return intDr. David Alan Gilbert2017-09-271-2/+6
* xics: fix several error leaksGreg Kurz2017-09-151-6/+6
* xics: directly register ICPState objects to vmstateGreg Kurz2017-06-301-1/+4
* vmstate: error hint for failed equal checksHalil Pasic2017-06-281-1/+1
* xics: drop ICPStateClass::cpu_setup() handlerGreg Kurz2017-06-091-4/+0
* xics: setup cpu at realize timeGreg Kurz2017-06-091-44/+32
* xics: pass appropriate types to realize() handlers.Greg Kurz2017-06-091-6/+4
* xics: introduce macros for ICP/ICS link propertiesGreg Kurz2017-06-091-4/+4
* xics: add reset() handler to ICPStateClassGreg Kurz2017-06-081-0/+5
* xics: add unrealize handlerGreg Kurz2017-05-251-0/+5
* ppc/xics: add a realize() handler to ICPStateClassCédric Le Goater2017-04-261-0/+5
* spapr: allocate the ICPState object from under sPAPRCPUCoreCédric Le Goater2017-04-261-11/+0
* ppc/xics: introduce an 'intc' backlink under PowerPCCPUCédric Le Goater2017-04-261-3/+3
* ppc/xics: register reset handlers for the ICP and ICS objectsCédric Le Goater2017-03-061-4/+6
* ppc/xics: rename 'ICPState *' variables to 'icp'Cédric Le Goater2017-03-011-77/+77
* ppc/xics: move InterruptStatsProvider to the sPAPR machineCédric Le Goater2017-03-011-18/+2
* ppc/xics: move ics-simple post_load under the machineCédric Le Goater2017-03-011-10/+0
* ppc/xics: remove the XICSState classesCédric Le Goater2017-03-011-11/+0
* ppc/xics: register the reset handler of ICP objectsCédric Le Goater2017-03-011-18/+0
* ppc/xics: use the QOM interface to grab an ICPCédric Le Goater2017-03-011-14/+18
* ppc/xics: move the cpu_setup() handler under the ICPState classCédric Le Goater2017-03-011-4/+4
* ppc/xics: simplify the cpu_setup() handlerCédric Le Goater2017-03-011-2/+3
* 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/+0
* ppc/xics: register the reset handler of ICS objectsCédric Le Goater2017-03-011-5/+0
* ppc/xics: remove xics_find_source()Cédric Le Goater2017-03-011-12/+0
* 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: remove set_nr_servers() handler from XICSStateClassCédric Le Goater2017-03-011-56/+18
* ppc/xics: remove set_nr_irqs() handler from XICSStateClassCédric Le Goater2017-03-011-36/+36
* xics: XICS should not be a SysBusDeviceDavid Gibson2017-03-011-1/+1
* ppc/xics: change the icp_ routines API to use an 'ICPState *' argumentCédric Le Goater2016-10-281-15/+10
* ppc/xics: add a XICSState backlink in ICPStateCédric Le Goater2016-10-281-0/+1
* ppc/xics: add a xics_set_nr_servers common routineCédric Le Goater2016-10-281-3/+21
* ppc/xics: Add xics to the monitor "info pic" commandBenjamin Herrenschmidt2016-10-281-0/+49
* ppc/xics: Split ICS into ics-base and ics classBenjamin Herrenschmidt2016-10-141-57/+93