aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/spapr_irq.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-09spapr: enable XIVE MMIOs at resetCédric Le Goater1-0/+9
2019-01-09spapr: introduce a new sPAPR IRQ backend supporting XIVE and XICSCédric Le Goater1-0/+179
2019-01-09spapr: move the qemu_irq array under the machineCédric Le Goater1-3/+27
2019-01-09ppc: replace the 'Object *intc' by a 'ICPState *icp' pointer under the CPUCédric Le Goater1-3/+3
2019-01-09ppc/xive: introduce a XiveTCTX pointer under PowerPCCPUCédric Le Goater1-4/+4
2019-01-09spapr: modify the prototype of the cpu_intc_create() methodCédric Le Goater1-8/+26
2019-01-09spapr/xive: simplify the sPAPR IRQ qirq method for XIVECédric Le Goater1-1/+11
2018-12-21spapr: introduce an 'ic-mode' machine optionCédric Le Goater1-24/+10
2018-12-21spapr: add an extra OV5 field to the sPAPR IRQ backendCédric Le Goater1-0/+3
2018-12-21spapr: add a 'reset' method to the sPAPR IRQ backendCédric Le Goater1-1/+30
2018-12-21spapr: extend the sPAPR IRQ backend for XICS migrationCédric Le Goater1-0/+27
2018-12-21spapr: allocate the interrupt thread context under the CPU coreCédric Le Goater1-0/+15
2018-12-21spapr: add device tree support for the XIVE exploitation modeCédric Le Goater1-0/+3
2018-12-21spapr: add hcalls support for the XIVE exploitation interrupt modeCédric Le Goater1-0/+2
2018-12-21spapr: introduce a new machine IRQ backend for XIVECédric Le Goater1-0/+93
2018-12-21spapr: introduce a spapr_irq_init() routineCédric Le Goater1-5/+11
2018-09-25spapr: increase the size of the IRQ number spaceCédric Le Goater1-1/+14
2018-09-25spapr: introduce a spapr_irq class 'nr_msis' attributeCédric Le Goater1-2/+7
2018-08-21spapr: introduce a IRQ controller backend to the machineCédric Le Goater1-0/+230
2018-08-21spapr: introduce a fixed IRQ number spaceCédric Le Goater1-0/+56