summaryrefslogtreecommitdiffstats
path: root/include/hw/ppc/spapr_irq.h
Commit message (Expand)AuthorAgeFilesLines
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-4/+2Star
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* spapr: Move typedef SpaprMachineState to spapr.hEduardo Habkost2020-08-271-18/+18
* spapr: Pass the maximum number of vCPUs to the KVM interrupt controllerGreg Kurz2019-12-171-2/+8
* ppc: Add intc_destroy() handlers to SpaprInterruptController/PnvChipGreg Kurz2019-11-181-0/+2
* ppc: Reset the interrupt presenter from the CPU reset handlerCédric Le Goater2019-10-241-0/+2
* spapr: Move SpaprIrq::nr_xirqs to SpaprMachineClassDavid Gibson2019-10-241-1/+0Star
* spapr: Remove SpaprIrq::nr_msisDavid Gibson2019-10-241-3/+1Star
* spapr, xics, xive: Move SpaprIrq::post_load hook to backendsDavid Gibson2019-10-241-2/+1Star
* spapr, xics, xive: Move SpaprIrq::reset hook logic into activate/deactivateDavid Gibson2019-10-241-1/+3
* spapr: Remove SpaprIrq::init_kvm hookDavid Gibson2019-10-241-1/+0Star
* spapr, xics, xive: Move dt_populate from SpaprIrq to SpaprInterruptControllerDavid Gibson2019-10-241-2/+4
* spapr, xics, xive: Move print_info from SpaprIrq to SpaprInterruptControllerDavid Gibson2019-10-241-2/+2
* spapr, xics, xive: Move set_irq from SpaprIrq to SpaprInterruptControllerDavid Gibson2019-10-241-1/+3
* spapr: Formalize notion of active interrupt controllerDavid Gibson2019-10-241-0/+5
* spapr, xics, xive: Move irq claim and free from SpaprIrq to SpaprInterruptCon...David Gibson2019-10-241-2/+3
* spapr, xics, xive: Move cpu_intc_create from SpaprIrq to SpaprInterruptContro...David Gibson2019-10-241-2/+11
* spapr, xics, xive: Introduce SpaprInterruptController QOM interfaceDavid Gibson2019-10-241-0/+14
* spapr: Eliminate SpaprIrq::init hookDavid Gibson2019-10-041-1/+0Star
* spapr: Use less cryptic representation of which irq backends are supportedDavid Gibson2019-10-041-1/+2
* spapr: Handle freeing of multiple irqs in frontend onlyDavid Gibson2019-10-041-1/+1
* spapr: Eliminate SpaprIrq:get_nodename methodDavid Gibson2019-10-041-1/+0Star
* spapr: Simplify spapr_qirq() handlingDavid Gibson2019-10-041-1/+0Star
* spapr: Eliminate nr_irqs parameter to SpaprIrq::initDavid Gibson2019-10-041-1/+1
* spapr: Clarify and fix handling of nr_irqsDavid Gibson2019-10-041-7/+12
* spapr/irq: Drop spapr_irq_msi_reset()Greg Kurz2019-08-211-1/+0Star
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-1/+0Star
* include: Make headers more self-containedMarkus Armbruster2019-08-161-0/+3
* spapr/xive: simplify spapr_irq_init_device() to remove the emulated initCédric Le Goater2019-07-021-1/+0Star
* spapr/irq: introduce a spapr_irq_init_device() helperCédric Le Goater2019-05-291-0/+2
* spapr: Use CamelCase properlyDavid Gibson2019-03-121-29/+29
* spapr_irq: Expose the phandle of the interrupt controllerGreg Kurz2019-02-251-0/+1
* spapr: Expose the name of the interrupt controller nodeGreg Kurz2019-02-251-0/+1
* spapr/irq: add an 'nr_irq' parameter to initialize the backend.Cédric Le Goater2019-02-171-1/+1
* spapr: introduce a new sPAPR IRQ backend supporting XIVE and XICSCédric Le Goater2019-01-081-0/+1
* spapr: move the qemu_irq array under the machineCédric Le Goater2019-01-081-0/+1
* spapr: modify the prototype of the cpu_intc_create() methodCédric Le Goater2019-01-081-2/+2
* spapr: add an extra OV5 field to the sPAPR IRQ backendCédric Le Goater2018-12-201-0/+1
* spapr: add a 'reset' method to the sPAPR IRQ backendCédric Le Goater2018-12-201-0/+2
* spapr: extend the sPAPR IRQ backend for XICS migrationCédric Le Goater2018-12-201-0/+2
* spapr: allocate the interrupt thread context under the CPU coreCédric Le Goater2018-12-201-0/+2
* spapr: add device tree support for the XIVE exploitation modeCédric Le Goater2018-12-201-0/+2
* spapr: introduce a new machine IRQ backend for XIVECédric Le Goater2018-12-201-0/+2
* spapr: introduce a spapr_irq_init() routineCédric Le Goater2018-12-201-0/+1
* spapr: increase the size of the IRQ number spaceCédric Le Goater2018-09-251-0/+1
* spapr: introduce a spapr_irq class 'nr_msis' attributeCédric Le Goater2018-09-251-0/+1
* spapr: introduce a IRQ controller backend to the machineCédric Le Goater2018-08-211-0/+22
* spapr: introduce a fixed IRQ number spaceCédric Le Goater2018-08-211-0/+32