summaryrefslogtreecommitdiffstats
path: root/hw/intc/xics.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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/+0Star
* xics: setup cpu at realize timeGreg Kurz2017-06-091-44/+32Star
* xics: pass appropriate types to realize() handlers.Greg Kurz2017-06-091-6/+4Star
* 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/+0Star
* 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/+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-011-11/+0Star
* ppc/xics: register the reset handler of ICP objectsCédric Le Goater2017-03-011-18/+0Star
* 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/+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: remove set_nr_servers() handler from XICSStateClassCédric Le Goater2017-03-011-56/+18Star
* 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/+10Star
* 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
* ppc/xics: Make the ICSState a listBenjamin Herrenschmidt2016-10-141-34/+49
* ppc/xics: account correct irq statusNikunj A Dadhania2016-09-231-2/+5
* ppc/xics: Replace "icp" with "xics" in most placesBenjamin Herrenschmidt2016-07-011-60/+60
* ppc/xics: Implement H_IPOLL using an accessorBenjamin Herrenschmidt2016-07-011-0/+8
* ppc/xics: Move SPAPR specific code to a separate fileBenjamin Herrenschmidt2016-07-011-409/+9Star
* ppc/xics: Rename existing xics to xics_spaprBenjamin Herrenschmidt2016-07-011-16/+17
* ppc/xics: Remove unused xics_set_irq_type()Benjamin Herrenschmidt2016-06-271-11/+0Star
* xics,xics_kvm: Handle CPU unplug correctlyBharata B Rao2016-06-171-0/+14
* hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini2016-03-221-0/+2
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1