summaryrefslogtreecommitdiffstats
path: root/hw/intc/xive.c
Commit message (Expand)AuthorAgeFilesLines
* ppc64: Allocate IRQ lines with qdev_init_gpio_in()Cédric Le Goater2022-07-181-2/+2
* ppc/xive: Update the state of the External interrupt signalFrederic Barrat2022-05-051-0/+14
* ppc/xive: Always recompute the PIPR when pushing an OS contextFrederic Barrat2022-05-051-3/+8
* ppc/pnv: Add support for PQ offload on PHB5Cédric Le Goater2022-03-021-1/+21
* ppc/xive: Add support for PQ state bits offloadCédric Le Goater2022-03-021-7/+41
* ppc/xive2: Add support for notification injection on ESB pagesCédric Le Goater2022-03-021-0/+9
* dma: Let dma_memory_read/write() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-301-3/+4
* spapr/xive: Add source status helpersCédric Le Goater2021-10-211-4/+4
* ppc/xive: Export xive_tctx_word2() helperCédric Le Goater2021-09-291-5/+0Star
* ppc/xive: Export priority_to_ipb() helperCédric Le Goater2021-09-291-15/+6Star
* ppc/xive: Export xive_presenter_notify()Cédric Le Goater2021-08-271-4/+4
* ppc/xive: Export PQ get/set routinesCédric Le Goater2021-08-271-3/+3
* ppc/xive: Add firmware bit when dumping the ENDsCédric Le Goater2021-02-101-1/+2
* xive: Add trace eventsCédric Le Goater2020-12-141-3/+37
* ppc/xive: Simplify error handling in xive_tctx_realize()Greg Kurz2020-08-131-4/+1Star
* ppc/xive: Fix error handling in vmstate_xive_tctx_*() callbacksGreg Kurz2020-08-131-6/+8
* ppc/xive: Introduce dedicated kvm_irqchip_in_kernel() wrappersGreg Kurz2020-08-131-6/+19
* ppc/xive: Rework setup of XiveSource::esb_mmioGreg Kurz2020-08-131-5/+6
* ppc/xive: Fix some typos in commentsGustavo Romero2020-08-121-3/+3
* error: Eliminate error_propagate() manuallyMarkus Armbruster2020-07-101-9/+3Star
* qom: Put name parameter before value / visitor parameterMarkus Armbruster2020-07-101-2/+2
* qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster2020-07-101-2/+1Star
* qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster2020-06-151-1/+1
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-151-1/+1
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-4/+4
* xive: Add a "presenter" link property to the TCTX objectCédric Le Goater2020-01-081-1/+5
* xive: Use the XIVE fabric link under the XIVE routerGreg Kurz2020-01-081-3/+11
* spapr, pnv, xive: Add a "xive-fabric" link to the XIVE routerGreg Kurz2020-01-081-0/+8
* ppc/pnv: Extend XiveRouter with a get_block_id() handlerCédric Le Goater2019-12-171-5/+16
* ppc/xive: Synthesize interrupt from the saved IPB in the NVTCédric Le Goater2019-12-171-0/+52
* ppc/xive: Introduce a xive_tctx_ipb_update() helperCédric Le Goater2019-12-171-10/+11
* ppc/xive: Remove the get_tctx() XiveRouter handlerCédric Le Goater2019-12-171-7/+0Star
* ppc/xive: Move the TIMA operations to the controller modelCédric Le Goater2019-12-171-29/+0Star
* ppc/xive: Extend the TIMA operation with a XivePresenter parameterCédric Le Goater2019-12-171-26/+32
* ppc/xive: Use the XiveFabric and XivePresenter interfacesCédric Le Goater2019-12-171-31/+17Star
* ppc/xive: Introduce a XiveFabric interfaceCédric Le Goater2019-12-171-0/+10
* ppc/xive: Implement the XivePresenter interfaceCédric Le Goater2019-12-171-44/+7Star
* ppc/xive: Introduce a XivePresenter interfaceCédric Le Goater2019-12-171-9/+17
* ppc/xive: Check V bit in TM_PULL_POOL_CTXCédric Le Goater2019-12-171-0/+5
* ppc/xive: Introduce OS CAM line helpersCédric Le Goater2019-12-171-3/+38
* ppc/xive: Record the IPB in the associated NVTCédric Le Goater2019-12-171-2/+9
* xive: Link "xive" property to XiveEndSource::xrtr pointerGreg Kurz2019-12-171-10/+3Star
* xive: Link "xive" property to XiveSource::xive pointerGreg Kurz2019-12-171-10/+3Star
* xive: Link "cpu" property to XiveTCTX::cs pointerGreg Kurz2019-12-171-13/+9Star
* ppc: Skip partially initialized vCPUs in 'info pic'Greg Kurz2019-11-181-1/+10
* xive, xics: Fix reference counting on CPU objectsGreg Kurz2019-11-181-1/+5
* ppc: Add intc_destroy() handlers to SpaprInterruptController/PnvChipGreg Kurz2019-11-181-0/+5
* ppc: Reset the interrupt presenter from the CPU reset handlerCédric Le Goater2019-10-241-11/+1Star
* ppc/pnv: Improve trigger data definitionCédric Le Goater2019-10-241-2/+2
* xive: Make some device types not user creatableGreg Kurz2019-10-241-0/+15