aboutsummaryrefslogtreecommitdiff
path: root/hw/intc/spapr_xive.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-12spapr: Use CamelCase properlyDavid Gibson1-43/+43
2019-02-26hw/ppc: Use object_initialize_child for correct reference countingThomas Huth1-6/+5
2019-02-26spapr: Expose the name of the interrupt controller nodeGreg Kurz1-5/+4
2019-02-17xive: Only set source type for LSIsGreg Kurz1-4/+3
2019-02-04spapr: move the interrupt presenters under machine_dataCédric Le Goater1-1/+2
2019-02-04xive: add a get_tctx() method to the XiveRouterCédric Le Goater1-0/+8
2019-01-09spapr: enable XIVE MMIOs at resetCédric Le Goater1-0/+9
2019-01-09spapr/xive: simplify the sPAPR IRQ qirq method for XIVECédric Le Goater1-14/+0
2018-12-21spapr: add a 'reset' method to the sPAPR IRQ backendCédric Le Goater1-0/+17
2018-12-21spapr: add device tree support for the XIVE exploitation modeCédric Le Goater1-0/+67
2018-12-21spapr: add hcalls support for the XIVE exploitation interrupt modeCédric Le Goater1-0/+982
2018-12-21spapr/xive: use the VCPU id as a NVT identifierCédric Le Goater1-1/+55
2018-12-21spapr/xive: introduce a XIVE interrupt controllerCédric Le Goater1-0/+366