aboutsummaryrefslogtreecommitdiff
path: root/hw/intc/xive.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-09spapr: move the qemu_irq array under the machineCédric Le Goater1-3/+0
2019-01-09ppc: export the XICS and XIVE set_irq handlersCédric Le Goater1-1/+1
2019-01-09ppc/xive: introduce a XiveTCTX pointer under PowerPCCPUCédric Le Goater1-3/+3
2018-12-21spapr: allocate the interrupt thread context under the CPU coreCédric Le Goater1-0/+22
2018-12-21ppc/xive: notify the CPU when the interrupt priority is more privilegedCédric Le Goater1-1/+95
2018-12-21ppc/xive: introduce a simplified XIVE presenterCédric Le Goater1-0/+190
2018-12-21ppc/xive: introduce the XIVE interrupt thread contextCédric Le Goater1-0/+424
2018-12-21ppc/xive: add support for the END Event State BuffersCédric Le Goater1-2/+158
2018-12-21ppc/xive: introduce the XIVE Event Notification DescriptorsCédric Le Goater1-0/+174
2018-12-21ppc/xive: introduce the XiveRouter modelCédric Le Goater1-0/+77
2018-12-21ppc/xive: introduce the XiveNotifier interfaceCédric Le Goater1-0/+25
2018-12-21ppc/xive: add support for the LSI interrupt sourcesCédric Le Goater1-6/+61
2018-12-21ppc/xive: introduce a XIVE interrupt source modelCédric Le Goater1-0/+382