Age | Commit message (Expand) | Author | Files | Lines |
2020-09-08 | spapr/xive: Use the xics flag to check for XIVE-only IRQ backends | Cédric Le Goater | 1 | -1/+1 |
2020-08-12 | spapr: Clarify error and documentation for broken KVM XICS | Greg Kurz | 1 | -3/+9 |
2020-07-10 | error: Eliminate error_propagate() with Coccinelle, part 1 | Markus Armbruster | 1 | -3/+1 |
2020-07-10 | qom: Put name parameter before value / visitor parameter | Markus Armbruster | 1 | -3/+3 |
2020-07-10 | qdev: Use returned bool to check for qdev_realize() etc. failure | Markus Armbruster | 1 | -2/+1 |
2020-06-15 | qdev: Convert bus-less devices to qdev_realize() with Coccinelle | Markus Armbruster | 1 | -1/+1 |
2020-06-15 | sysbus: Convert to sysbus_realize() etc. with Coccinelle | Markus Armbruster | 1 | -1/+1 |
2020-06-15 | qdev: Convert uses of qdev_create() with Coccinelle | Markus Armbruster | 1 | -2/+2 |
2020-05-15 | qom: Drop parameter @errp of object_property_add() & friends | Markus Armbruster | 1 | -1/+1 |
2020-01-08 | spapr, pnv, xive: Add a "xive-fabric" link to the XIVE router | Greg Kurz | 1 | -0/+2 |
2019-12-17 | kvm: introduce kvm_kernel_irqchip_* functions | Paolo Bonzini | 1 | -12/+4 |
2019-12-17 | spapr: Pass the maximum number of vCPUs to the KVM interrupt controller | Greg Kurz | 1 | -3/+5 |
2019-12-17 | spapr: Abort if XICS interrupt controller cannot be initialized | Greg Kurz | 1 | -11/+2 |
2019-12-17 | xics: Link ICS_PROP_XICS property to ICSState::xics pointer | Greg Kurz | 1 | -7/+2 |
2019-11-26 | spapr: Work around spurious warnings from vfio INTx initialization | David Gibson | 1 | -1/+10 |
2019-11-26 | spapr: Handle irq backend changes with VFIO PCI devices | David Gibson | 1 | -0/+6 |
2019-11-18 | ppc: Add intc_destroy() handlers to SpaprInterruptController/PnvChip | Greg Kurz | 1 | -0/+14 |
2019-10-24 | ppc: Reset the interrupt presenter from the CPU reset handler | Cédric Le Goater | 1 | -0/+14 |
2019-10-24 | spapr: Move SpaprIrq::nr_xirqs to SpaprMachineClass | David Gibson | 1 | -17/+16 |
2019-10-24 | spapr: Remove SpaprIrq::nr_msis | David Gibson | 1 | -9/+17 |
2019-10-24 | spapr, xics, xive: Move SpaprIrq::post_load hook to backends | David Gibson | 1 | -41/+4 |
2019-10-24 | spapr, xics, xive: Move SpaprIrq::reset hook logic into activate/deactivate | David Gibson | 1 | -64/+3 |
2019-10-24 | spapr: Remove SpaprIrq::init_kvm hook | David Gibson | 1 | -49/+25 |
2019-10-24 | spapr, xics, xive: Match signatures for XICS and XIVE KVM connect routines | David Gibson | 1 | -17/+5 |
2019-10-24 | spapr, xics, xive: Move dt_populate from SpaprIrq to SpaprInterruptController | David Gibson | 1 | -11/+9 |
2019-10-24 | spapr, xics, xive: Move print_info from SpaprIrq to SpaprInterruptController | David Gibson | 1 | -36/+8 |
2019-10-24 | spapr, xics, xive: Move set_irq from SpaprIrq to SpaprInterruptController | David Gibson | 1 | -31/+10 |
2019-10-24 | spapr: Formalize notion of active interrupt controller | David Gibson | 1 | -0/+51 |
2019-10-24 | spapr, xics, xive: Move irq claim and free from SpaprIrq to SpaprInterruptCon... | David Gibson | 1 | -78/+32 |
2019-10-24 | spapr, xics, xive: Move cpu_intc_create from SpaprIrq to SpaprInterruptContro... | David Gibson | 1 | -57/+24 |
2019-10-24 | spapr, xics, xive: Introduce SpaprInterruptController QOM interface | David Gibson | 1 | -0/+13 |
2019-10-04 | spapr: Eliminate SpaprIrq::init hook | David Gibson | 1 | -69/+61 |
2019-10-04 | spapr: Add return value to spapr_irq_check() | David Gibson | 1 | -8/+7 |
2019-10-04 | spapr: Use less cryptic representation of which irq backends are supported | David Gibson | 1 | -4/+8 |
2019-10-04 | xive: Improve irq claim/free path | David Gibson | 1 | -6/+5 |
2019-10-04 | spapr, xics, xive: Better use of assert()s on irq claim/free paths | David Gibson | 1 | -8/+10 |
2019-10-04 | spapr: Handle freeing of multiple irqs in frontend only | David Gibson | 1 | -15/+12 |
2019-10-04 | spapr: Remove unhelpful tracepoints from spapr_irq_free_xics() | David Gibson | 1 | -4/+0 |
2019-10-04 | spapr: Eliminate SpaprIrq:get_nodename method | David Gibson | 1 | -22/+3 |
2019-10-04 | spapr: Simplify spapr_qirq() handling | David Gibson | 1 | -35/+19 |
2019-10-04 | spapr: Fix indexing of XICS irqs | David Gibson | 1 | -8/+8 |
2019-10-04 | spapr: Eliminate nr_irqs parameter to SpaprIrq::init | David Gibson | 1 | -11/+10 |
2019-10-04 | spapr: Clarify and fix handling of nr_irqs | David Gibson | 1 | -34/+19 |
2019-10-04 | xics: Create sPAPR specific ICS subtype | David Gibson | 1 | -4/+2 |
2019-10-04 | xics: Merge TYPE_ICS_BASE and TYPE_ICS_SIMPLE classes | David Gibson | 1 | -2/+2 |
2019-10-04 | xics: Rename misleading ics_simple_*() functions | David Gibson | 1 | -1/+1 |
2019-10-04 | spapr/irq: Introduce an ics_irq_free() helper | Cédric Le Goater | 1 | -6/+3 |
2019-08-21 | spapr/irq: Drop spapr_irq_msi_reset() | Greg Kurz | 1 | -5/+2 |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster | 1 | -0/+1 |
2019-08-16 | Include hw/irq.h a lot less | Markus Armbruster | 1 | -0/+1 |