summary refs log tree commit diff stats
path: root/hw/intc/xics_spapr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-091-1/+0
* spapr: move the IRQ allocation routines under the machineCédric Le Goater2017-12-151-114/+0
* ppc/xics: remove useless if conditionCédric Le Goater2017-12-151-4/+2
* ppc/xics: simplify prototype of xics_spapr_init()Greg Kurz2017-05-241-2/+1
* spapr: move the IRQ server number mapping under the machineCédric Le Goater2017-04-261-3/+2
* ppc/xics: introduce an 'intc' backlink under PowerPCCPUCédric Le Goater2017-04-261-15/+5
* ppc/xics: remove the XICSState classesCédric Le Goater2017-03-011-14/+0
* ppc/xics: export the XICS init routinesCédric Le Goater2017-03-011-9/+2
* 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-011-8/+9
* ppc/xics: store the ICS object under the sPAPR machineCédric Le Goater2017-03-011-13/+9
* ppc/xics: remove set_nr_servers() handler from XICSStateClassCédric Le Goater2017-03-011-26/+0
* ppc/xics: remove set_nr_irqs() handler from XICSStateClassCédric Le Goater2017-03-011-34/+0
* pseries: Move construction of /interrupt-controller fdt nodeDavid Gibson2016-10-281-0/+22
* ppc/xics: change the icp_ routines API to use an 'ICPState *' argumentCédric Le Goater2016-10-281-7/+11
* ppc/xics: add a xics_set_nr_servers common routineCédric Le Goater2016-10-281-12/+1
* ppc/xics: Split ICS into ics-base and ics classBenjamin Herrenschmidt2016-10-141-13/+17
* ppc/xics: Make the ICSState a listBenjamin Herrenschmidt2016-10-141-31/+57
* ppc/xics: Replace "icp" with "xics" in most placesBenjamin Herrenschmidt2016-07-011-36/+37
* ppc/xics: Implement H_IPOLL using an accessorBenjamin Herrenschmidt2016-07-011-3/+4
* ppc/xics: Move SPAPR specific code to a separate fileBenjamin Herrenschmidt2016-07-011-0/+432