summaryrefslogtreecommitdiffstats
path: root/hw/intc/xive.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* spapr/xive: skip partially initialized vCPUs in presenterCédric Le Goater2019-10-041-0/+8
* ppc/xive: Improve 'info pic' supportCédric Le Goater2019-08-211-6/+42
* ppc/xive: Provide silent escalation supportCédric Le Goater2019-08-211-0/+8
* ppc/xive: Provide unconditional escalation supportCédric Le Goater2019-08-211-9/+35
* ppc/xive: Provide escalation supportCédric Le Goater2019-08-211-0/+16
* ppc/xive: Provide backlog supportCédric Le Goater2019-08-211-29/+48
* ppc/xive: Implement TM_PULL_OS_CTX special commandCédric Le Goater2019-08-211-1/+14
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include sysemu/reset.h a lot lessMarkus Armbruster2019-08-161-0/+1
* spapr/xive: Fix migration of hot-plugged CPUsCédric Le Goater2019-08-131-1/+20
* ppc/xive: Fix TM_PULL_POOL_CTX special operationCédric Le Goater2019-07-021-9/+10
* ppc/xive: Make the PIPR register readonlyCédric Le Goater2019-07-021-16/+16
* ppc/xive: Force the Physical CAM line value to group modeCédric Le Goater2019-07-021-16/+5Star
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.1-20190612' into...Peter Maydell2019-06-121-3/+19
|\
| * ppc/xive: Make XIVE generate the proper interrupt typesBenjamin Herrenschmidt2019-06-121-3/+19
* | Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
|/
* spapr/irq: add KVM support to the 'dual' machineCédric Le Goater2019-05-291-4/+0Star
* spapr/xive: add migration support for KVMCédric Le Goater2019-05-291-0/+17
* spapr/xive: add state synchronization with KVMCédric Le Goater2019-05-291-0/+10
* spapr/xive: add KVM supportCédric Le Goater2019-05-291-3/+18
* spapr/xive: fix EQ page addresses above 64GBCédric Le Goater2019-05-291-6/+3Star
* ppc/xive: activate HV supportCédric Le Goater2019-03-121-3/+54