aboutsummaryrefslogtreecommitdiff
path: root/include/hw/ppc
AgeCommit message (Expand)AuthorFilesLines
2019-12-17ppc/pnv: add a LPC Controller model for POWER10Cédric Le Goater2-1/+9
2019-12-17ppc/pnv: add a PSI bridge model for POWER10Cédric Le Goater3-0/+14
2019-12-17ppc/pnv: Introduce a POWER10 PnvChip and a powernv10 machineCédric Le Goater2-0/+52
2019-12-17ppc: Deassert the external interrupt pin in KVM on resetGreg Kurz1-0/+2
2019-12-17spapr: Simplify ovec diffDavid Gibson1-3/+1
2019-12-17spapr: Fold h_cas_compose_response() into h_client_architecture_support()David Gibson1-3/+1
2019-12-17ppc/pnv: Dump the XIVE NVT tableCédric Le Goater1-0/+3
2019-12-17ppc/pnv: Extend XiveRouter with a get_block_id() handlerCédric Le Goater1-1/+1
2019-12-17ppc/pnv: Introduce a pnv_xive_block_id() helperCédric Le Goater1-3/+0
2019-12-17ppc/xive: Introduce a xive_tctx_ipb_update() helperCédric Le Goater1-0/+1
2019-12-17ppc/xive: Remove the get_tctx() XiveRouter handlerCédric Le Goater1-2/+0
2019-12-17ppc/xive: Move the TIMA operations to the controller modelCédric Le Goater1-1/+0
2019-12-17ppc/pnv: Clarify how the TIMA is accessed on a multichip systemCédric Le Goater1-0/+3
2019-12-17spapr: Pass the maximum number of vCPUs to the KVM interrupt controllerGreg Kurz3-4/+12
2019-12-17ppc/xive: Extend the TIMA operation with a XivePresenter parameterCédric Le Goater1-3/+4
2019-12-17ppc/xive: Introduce a XiveFabric interfaceCédric Le Goater1-0/+22
2019-12-17ppc/pnv: Fix TIMA indirect accessCédric Le Goater1-0/+2
2019-12-17ppc/pnv: Introduce a pnv_xive_is_cpu_enabled() helperCédric Le Goater1-0/+5
2019-12-17ppc: Introduce a ppc_cpu_pir() helperCédric Le Goater1-0/+1
2019-12-17ppc/pnv: Instantiate cores separatelyGreg Kurz1-1/+1
2019-12-17ppc/xive: Introduce a XivePresenter interfaceCédric Le Goater1-0/+32
2019-12-17ppc/pnv: Create BMC devices at machine initCédric Le Goater1-1/+1
2019-12-17ppc/pnv: Add HIOMAP commandsCédric Le Goater2-0/+6
2019-12-17ppc/xive: Introduce helpers for the NVT idCédric Le Goater2-5/+21
2019-12-17ppc/xive: Record the IPB in the associated NVTCédric Le Goater1-0/+1
2019-12-17ppc/pnv: Add a PNOR modelCédric Le Goater2-0/+28
2019-11-18ppc: Add intc_destroy() handlers to SpaprInterruptController/PnvChipGreg Kurz4-0/+5
2019-10-24spapr/xive: Set the OS CAM line at resetCédric Le Goater1-1/+0
2019-10-24ppc: Reset the interrupt presenter from the CPU reset handlerCédric Le Goater4-0/+5
2019-10-24ppc/pnv: Add a PnvChip pointer to PnvCoreCédric Le Goater1-0/+3
2019-10-24spapr: Move SpaprIrq::nr_xirqs to SpaprMachineClassDavid Gibson2-1/+1
2019-10-24spapr: Remove SpaprIrq::nr_msisDavid Gibson1-3/+1
2019-10-24spapr, xics, xive: Move SpaprIrq::post_load hook to backendsDavid Gibson2-3/+1
2019-10-24spapr, xics, xive: Move SpaprIrq::reset hook logic into activate/deactivateDavid Gibson1-1/+3
2019-10-24spapr: Remove SpaprIrq::init_kvm hookDavid Gibson1-1/+0
2019-10-24spapr, xics, xive: Match signatures for XICS and XIVE KVM connect routinesDavid Gibson2-4/+4
2019-10-24spapr, xics, xive: Move dt_populate from SpaprIrq to SpaprInterruptControllerDavid Gibson3-6/+4
2019-10-24spapr, xics, xive: Move print_info from SpaprIrq to SpaprInterruptControllerDavid Gibson1-2/+2
2019-10-24spapr, xics, xive: Move set_irq from SpaprIrq to SpaprInterruptControllerDavid Gibson1-1/+3
2019-10-24spapr: Formalize notion of active interrupt controllerDavid Gibson2-2/+8
2019-10-24spapr, xics, xive: Move irq claim and free from SpaprIrq to SpaprInterruptCon...David Gibson2-4/+3
2019-10-24spapr, xics, xive: Move cpu_intc_create from SpaprIrq to SpaprInterruptContro...David Gibson1-2/+11
2019-10-24spapr, xics, xive: Introduce SpaprInterruptController QOM interfaceDavid Gibson1-0/+14
2019-10-24spapr: Set VSMT to smp_threads by defaultGreg Kurz1-0/+1
2019-10-24ppc/pnv: Improve trigger data definitionCédric Le Goater1-3/+23
2019-10-04spapr: Eliminate SpaprIrq::init hookDavid Gibson1-1/+0
2019-10-04spapr: Use less cryptic representation of which irq backends are supportedDavid Gibson1-1/+2
2019-10-04xive: Improve irq claim/free pathDavid Gibson2-3/+3
2019-10-04spapr: Handle freeing of multiple irqs in frontend onlyDavid Gibson1-1/+1
2019-10-04spapr: Eliminate SpaprIrq:get_nodename methodDavid Gibson2-3/+0