aboutsummaryrefslogtreecommitdiff
path: root/hw/intc/xive.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-10error: Eliminate error_propagate() manuallyMarkus Armbruster1-9/+3
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster1-2/+2
2020-07-10qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster1-2/+1
2020-06-15qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster1-1/+1
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster1-1/+1
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-4/+4
2020-01-08xive: Add a "presenter" link property to the TCTX objectCédric Le Goater1-1/+5
2020-01-08xive: Use the XIVE fabric link under the XIVE routerGreg Kurz1-3/+11
2020-01-08spapr, pnv, xive: Add a "xive-fabric" link to the XIVE routerGreg Kurz1-0/+8
2019-12-17ppc/pnv: Extend XiveRouter with a get_block_id() handlerCédric Le Goater1-5/+16
2019-12-17ppc/xive: Synthesize interrupt from the saved IPB in the NVTCédric Le Goater1-0/+52
2019-12-17ppc/xive: Introduce a xive_tctx_ipb_update() helperCédric Le Goater1-10/+11
2019-12-17ppc/xive: Remove the get_tctx() XiveRouter handlerCédric Le Goater1-7/+0
2019-12-17ppc/xive: Move the TIMA operations to the controller modelCédric Le Goater1-29/+0
2019-12-17ppc/xive: Extend the TIMA operation with a XivePresenter parameterCédric Le Goater1-26/+32
2019-12-17ppc/xive: Use the XiveFabric and XivePresenter interfacesCédric Le Goater1-31/+17
2019-12-17ppc/xive: Introduce a XiveFabric interfaceCédric Le Goater1-0/+10
2019-12-17ppc/xive: Implement the XivePresenter interfaceCédric Le Goater1-44/+7
2019-12-17ppc/xive: Introduce a XivePresenter interfaceCédric Le Goater1-9/+17
2019-12-17ppc/xive: Check V bit in TM_PULL_POOL_CTXCédric Le Goater1-0/+5
2019-12-17ppc/xive: Introduce OS CAM line helpersCédric Le Goater1-3/+38
2019-12-17ppc/xive: Record the IPB in the associated NVTCédric Le Goater1-2/+9
2019-12-17xive: Link "xive" property to XiveEndSource::xrtr pointerGreg Kurz1-10/+3
2019-12-17xive: Link "xive" property to XiveSource::xive pointerGreg Kurz1-10/+3
2019-12-17xive: Link "cpu" property to XiveTCTX::cs pointerGreg Kurz1-13/+9
2019-11-18ppc: Skip partially initialized vCPUs in 'info pic'Greg Kurz1-1/+10
2019-11-18xive, xics: Fix reference counting on CPU objectsGreg Kurz1-1/+5
2019-11-18ppc: Add intc_destroy() handlers to SpaprInterruptController/PnvChipGreg Kurz1-0/+5
2019-10-24ppc: Reset the interrupt presenter from the CPU reset handlerCédric Le Goater1-11/+1
2019-10-24ppc/pnv: Improve trigger data definitionCédric Le Goater1-2/+2
2019-10-24xive: Make some device types not user creatableGreg Kurz1-0/+15
2019-10-04spapr/xive: skip partially initialized vCPUs in presenterCédric Le Goater1-0/+8
2019-08-21ppc/xive: Improve 'info pic' supportCédric Le Goater1-6/+42
2019-08-21ppc/xive: Provide silent escalation supportCédric Le Goater1-0/+8
2019-08-21ppc/xive: Provide unconditional escalation supportCédric Le Goater1-9/+35
2019-08-21ppc/xive: Provide escalation supportCédric Le Goater1-0/+16
2019-08-21ppc/xive: Provide backlog supportCédric Le Goater1-29/+48
2019-08-21ppc/xive: Implement TM_PULL_OS_CTX special commandCédric Le Goater1-1/+14
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-0/+1
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster1-0/+1
2019-08-13spapr/xive: Fix migration of hot-plugged CPUsCédric Le Goater1-1/+20
2019-07-02ppc/xive: Fix TM_PULL_POOL_CTX special operationCédric Le Goater1-9/+10
2019-07-02ppc/xive: Make the PIPR register readonlyCédric Le Goater1-16/+16
2019-07-02ppc/xive: Force the Physical CAM line value to group modeCédric Le Goater1-16/+5
2019-06-12Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.1-20190612' into...Peter Maydell1-3/+19
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-06-12ppc/xive: Make XIVE generate the proper interrupt typesBenjamin Herrenschmidt1-3/+19
2019-05-29spapr/irq: add KVM support to the 'dual' machineCédric Le Goater1-4/+0
2019-05-29spapr/xive: add migration support for KVMCédric Le Goater1-0/+17