summaryrefslogtreecommitdiffstats
path: root/hw/intc/spapr_xive.c
Commit message (Expand)AuthorAgeFilesLines
* ppc/xive: Add support for PQ state bits offloadCédric Le Goater2022-03-021-0/+25
* dma: Let dma_memory_rw() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-301-1/+2
* spapr/xive: Add source status helpersCédric Le Goater2021-10-211-1/+1
* hw/intc/spapr_xive: Use device_cold_reset() instead of device_legacy_reset()Peter Maydell2021-05-041-1/+1
* spapr/xive: Make spapr_xive_pic_print_info() staticCédric Le Goater2021-01-061-1/+1
* xive: Add trace eventsCédric Le Goater2020-12-141-0/+33
* spapr/xive: Turn some sanity checks into assertionsGreg Kurz2020-12-141-10/+4Star
* spapr/xive: Add a 'hv-prio' property to represent the KVM escalation priorityCédric Le Goater2020-09-081-19/+14Star
* spapr/xive: Use xive_source_esb_len()Greg Kurz2020-08-141-1/+1
* ppc/xive: Introduce dedicated kvm_irqchip_in_kernel() wrappersGreg Kurz2020-08-131-14/+31
* error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster2020-07-101-4/+2Star
* qom: Put name parameter before value / visitor parameterMarkus Armbruster2020-07-101-5/+4Star
* qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster2020-07-101-4/+2Star
* qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster2020-06-151-2/+2
* qom: Less verbose object_initialize_child()Markus Armbruster2020-06-151-4/+2Star
* spapr/xive: use SPAPR_IRQ_IPI to define IPI ranges exposed to the guestCédric Le Goater2020-03-171-2/+2
* add device_legacy_reset function to prepare for reset api changeDamien Hedde2020-01-301-1/+1
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* xive: Add a "presenter" link property to the TCTX objectCédric Le Goater2020-01-081-1/+1
* spapr/xive: Use device_class_set_parent_realize()Greg Kurz2020-01-081-1/+11
* ppc/pnv: Extend XiveRouter with a get_block_id() handlerCédric Le Goater2019-12-171-0/+6
* ppc/xive: Remove the get_tctx() XiveRouter handlerCédric Le Goater2019-12-171-8/+0Star
* ppc/xive: Move the TIMA operations to the controller modelCédric Le Goater2019-12-171-2/+31
* spapr: Pass the maximum number of vCPUs to the KVM interrupt controllerGreg Kurz2019-12-171-2/+4
* ppc/xive: Implement the XivePresenter interfaceCédric Le Goater2019-12-171-0/+49
* xive: Link "xive" property to XiveEndSource::xrtr pointerGreg Kurz2019-12-171-2/+2
* xive: Link "xive" property to XiveSource::xive pointerGreg Kurz2019-12-171-2/+2
* ppc: Add intc_destroy() handlers to SpaprInterruptController/PnvChipGreg Kurz2019-11-181-0/+10
* spapr/xive: Set the OS CAM line at resetCédric Le Goater2019-10-241-31/+17Star
* ppc: Reset the interrupt presenter from the CPU reset handlerCédric Le Goater2019-10-241-0/+9
* spapr, xics, xive: Move SpaprIrq::post_load hook to backendsDavid Gibson2019-10-241-2/+3
* spapr, xics, xive: Move SpaprIrq::reset hook logic into activate/deactivateDavid Gibson2019-10-241-0/+38
* spapr, xics, xive: Move dt_populate from SpaprIrq to SpaprInterruptControllerDavid Gibson2019-10-241-62/+63
* spapr, xics, xive: Move print_info from SpaprIrq to SpaprInterruptControllerDavid Gibson2019-10-241-0/+15
* spapr, xics, xive: Move set_irq from SpaprIrq to SpaprInterruptControllerDavid Gibson2019-10-241-0/+12
* spapr, xics, xive: Move irq claim and free from SpaprIrq to SpaprInterruptCon...David Gibson2019-10-241-33/+38
* spapr, xics, xive: Move cpu_intc_create from SpaprIrq to SpaprInterruptContro...David Gibson2019-10-241-0/+25
* spapr, xics, xive: Introduce SpaprInterruptController QOM interfaceDavid Gibson2019-10-241-0/+4
* xive: Improve irq claim/free pathDavid Gibson2019-10-041-11/+9Star
* spapr, xics, xive: Better use of assert()s on irq claim/free pathsDavid Gibson2019-10-041-6/+2Star
* spapr/xive: Mask the EAS when allocating an IRQCédric Le Goater2019-08-211-1/+4
* ppc/xive: Improve 'info pic' supportCédric Le Goater2019-08-211-1/+0Star
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include sysemu/reset.h a lot lessMarkus Armbruster2019-08-161-0/+1
* spapr/xive: rework the mapping the KVM memory regionsCédric Le Goater2019-07-021-28/+10Star
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* spapr/xive: fix multiple resets when using the 'dual' interrupt modeCédric Le Goater2019-05-291-6/+5Star
* spapr/irq: initialize the IRQ device only onceCédric Le Goater2019-05-291-0/+9
* spapr/irq: introduce a spapr_irq_init_device() helperCédric Le Goater2019-05-291-21/+5Star