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