summaryrefslogtreecommitdiffstats
path: root/hw/intc
Commit message (Expand)AuthorAgeFilesLines
...
| * | xive: Add a "presenter" link property to the TCTX objectCédric Le Goater2020-01-082-2/+6
| * | 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
| * | pnv/xive: Use device_class_set_parent_realize()Greg Kurz2020-01-081-0/+10
| * | spapr/xive: Use device_class_set_parent_realize()Greg Kurz2020-01-081-1/+11
| |/
* | omap-intc: remove PROP_PTRMarc-André Lureau2020-01-071-7/+10
* | cris: improve passing PIC interrupt vector to the CPUMarc-André Lureau2020-01-071-25/+1Star
* | leon3: use qemu_irq framework instead of callback as propertyMarc-André Lureau2020-01-071-31/+4Star
|/
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2019-12-205-4/+7
|\
| * hw: replace hw/i386/pc.h with a header just for the i8259Paolo Bonzini2019-12-175-4/+7
* | hw/intc/s390: Simplify error handling in kvm_s390_flic_realize()Markus Armbruster2019-12-181-6/+4Star
* | error: Clean up unusual names of Error * variablesMarkus Armbruster2019-12-181-5/+5
|/
* xics: Don't deassert outputsGreg Kurz2019-12-171-3/+0Star
* ppc/pnv: Dump the XIVE NVT tableCédric Le Goater2019-12-171-0/+64
* ppc/pnv: Extend XiveRouter with a get_block_id() handlerCédric Le Goater2019-12-173-5/+28
* ppc/pnv: Introduce a pnv_xive_block_id() helperCédric Le Goater2019-12-171-31/+33
* 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-173-28/+0Star
* ppc/xive: Move the TIMA operations to the controller modelCédric Le Goater2019-12-173-32/+65
* ppc/pnv: Clarify how the TIMA is accessed on a multichip systemCédric Le Goater2019-12-171-17/+23
* spapr/xive: Configure number of servers in KVMGreg Kurz2019-12-171-2/+21
* spapr/xics: Configure number of servers in KVMGreg Kurz2019-12-171-2/+19
* spapr: Pass the maximum number of vCPUs to the KVM interrupt controllerGreg Kurz2019-12-174-6/+11
* ppc/xive: Extend the TIMA operation with a XivePresenter parameterCédric Le Goater2019-12-172-28/+34
* 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/pnv: Fix TIMA indirect accessCédric Le Goater2019-12-171-6/+7
* ppc/pnv: Introduce a pnv_xive_is_cpu_enabled() helperCédric Le Goater2019-12-171-0/+19
* ppc/pnv: Loop on the threads of the chip to find a matching NVTCédric Le Goater2019-12-171-26/+35
* ppc/xive: Implement the XivePresenter interfaceCédric Le Goater2019-12-173-44/+97
* 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/pnv: Quiesce some XIVE errorsCédric Le Goater2019-12-171-1/+5
* xive/kvm: Trigger interrupts from userspaceGreg Kurz2019-12-171-14/+2Star
* ppc/pnv: Remove pnv_xive_vst_size() routineCédric Le Goater2019-12-171-69/+43Star
* ppc/xive: Record the IPB in the associated NVTCédric Le Goater2019-12-171-2/+9
* xics: Link ICP_PROP_CPU property to ICPState::cs pointerGreg Kurz2019-12-171-17/+4Star
* xics: Link ICP_PROP_XICS property to ICPState::xics pointerGreg Kurz2019-12-171-13/+9Star
* xics: Link ICS_PROP_XICS property to ICSState::xics pointerGreg Kurz2019-12-171-10/+3Star
* ppc/pnv: Link "chip" property to PnvXive::chip pointerGreg Kurz2019-12-171-10/+3Star
* xive: Link "xive" property to XiveEndSource::xrtr pointerGreg Kurz2019-12-173-14/+7Star
* xive: Link "xive" property to XiveSource::xive pointerGreg Kurz2019-12-173-14/+7Star
* xive: Link "cpu" property to XiveTCTX::cs pointerGreg Kurz2019-12-171-13/+9Star
* exynos4210_gic: Suppress gcc9 format-truncation warningsDavid Gibson2019-12-161-1/+8
* Merge remote-tracking branch 'remotes/vivier2/tags/ppc-for-4.2-pull-request' ...Peter Maydell2019-11-184-2/+60
|\
| * ppc: Skip partially initialized vCPUs in 'info pic'Greg Kurz2019-11-182-2/+20
| * xive, xics: Fix reference counting on CPU objectsGreg Kurz2019-11-182-2/+12
| * ppc: Add intc_destroy() handlers to SpaprInterruptController/PnvChipGreg Kurz2019-11-184-0/+30