aboutsummaryrefslogtreecommitdiff
path: root/hw/intc/xive.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-05-29spapr/xive: add state synchronization with KVMCédric Le Goater1-0/+10
2019-05-29spapr/xive: add KVM supportCédric Le Goater1-3/+18
2019-05-29spapr/xive: fix EQ page addresses above 64GBCédric Le Goater1-6/+3
2019-03-12ppc/xive: activate HV supportCédric Le Goater1-3/+54
2019-03-12ppc/pnv: export the xive_router_notify() routineCédric Le Goater1-1/+1
2019-03-12ppc/xive: export the TIMA memory accessorsCédric Le Goater1-5/+18
2019-03-12ppc/xive: hardwire the Physical CAM line of the thread contextCédric Le Goater1-1/+30
2019-02-26ppc/xive: xive does not have a POWER7 interrupt modelCédric Le Goater1-3/+0
2019-02-26target/ppc: Add POWER9 external interrupt modelBenjamin Herrenschmidt1-0/+3
2019-02-04xive: add a get_tctx() method to the XiveRouterCédric Le Goater1-6/+10
2019-02-04ppc/xive: fix remaining XiveFabric namesCédric Le Goater1-3/+3
2019-01-09spapr: move the qemu_irq array under the machineCédric Le Goater1-3/+0
2019-01-09ppc: export the XICS and XIVE set_irq handlersCédric Le Goater1-1/+1
2019-01-09ppc/xive: introduce a XiveTCTX pointer under PowerPCCPUCédric Le Goater1-3/+3
2018-12-21spapr: allocate the interrupt thread context under the CPU coreCédric Le Goater1-0/+22
2018-12-21ppc/xive: notify the CPU when the interrupt priority is more privilegedCédric Le Goater1-1/+95
2018-12-21ppc/xive: introduce a simplified XIVE presenterCédric Le Goater1-0/+190
2018-12-21ppc/xive: introduce the XIVE interrupt thread contextCédric Le Goater1-0/+424
2018-12-21ppc/xive: add support for the END Event State BuffersCédric Le Goater1-2/+158
2018-12-21ppc/xive: introduce the XIVE Event Notification DescriptorsCédric Le Goater1-0/+174
2018-12-21ppc/xive: introduce the XiveRouter modelCédric Le Goater1-0/+77
2018-12-21ppc/xive: introduce the XiveNotifier interfaceCédric Le Goater1-0/+25
2018-12-21ppc/xive: add support for the LSI interrupt sourcesCédric Le Goater1-6/+61
2018-12-21ppc/xive: introduce a XIVE interrupt source modelCédric Le Goater1-0/+382