aboutsummaryrefslogtreecommitdiff
path: root/include/hw/ppc
AgeCommit message (Expand)AuthorFilesLines
2019-02-26spapr: add hotplug hooks for PHB hotplugGreg Kurz1-0/+3
2019-02-26spapr: create DR connectors for PHBsMichael Roth2-0/+9
2019-02-26spapr_irq: Expose the phandle of the interrupt controllerGreg Kurz1-0/+1
2019-02-26spapr: Expose the name of the interrupt controller nodeGreg Kurz3-0/+6
2019-02-26xics: Write source state to KVM at claim timeGreg Kurz1-0/+1
2019-02-26spapr/drc: Drop spapr_drc_attach() fdt argumentGreg Kurz1-2/+1
2019-02-26spapr: Generate FDT fragment for CPUs at configure connector timeGreg Kurz1-0/+2
2019-02-26spapr: Generate FDT fragment for LMBs at configure connector timeGreg Kurz1-1/+3
2019-02-26spapr_drc: Allow FDT fragment to be added laterGreg Kurz1-0/+6
2019-02-26target/ppc/spapr: Set LPCR:HR when using Radix modeBenjamin Herrenschmidt1-0/+1
2019-02-26ppc: add host-serial and host-model machine attributes (CVE-2019-8934)Prasad J Pandit1-0/+2
2019-02-26target/ppc: Add POWER9 external interrupt modelBenjamin Herrenschmidt1-0/+2
2019-02-18xics: Drop the KVM ICS classGreg Kurz1-3/+0
2019-02-18xics: Handle KVM interrupt presentation from "simple" ICS codeGreg Kurz1-1/+1
2019-02-18xics: Explicitely call KVM ICS methods from the common codeGreg Kurz1-3/+4
2019-02-18xics: Drop the KVM ICP classGreg Kurz1-3/+0
2019-02-18spapr/irq: Use the base ICP class for KVMGreg Kurz1-1/+0
2019-02-18xics: Handle KVM ICP realize from the common codeGreg Kurz1-0/+1
2019-02-18xics: Handle KVM ICP reset from the common codeGreg Kurz1-1/+0
2019-02-18xics: Explicitely call KVM ICP methods from the common codeGreg Kurz1-4/+5
2019-02-17spapr/irq: add an 'nr_irq' parameter to initialize the backend.Cédric Le Goater1-1/+1
2019-02-17xive: Only set source type for LSIsGreg Kurz1-5/+2
2019-02-17spapr: Rename xics to intc in interrupt controller agnostic codeGreg Kurz1-1/+1
2019-02-04spapr: move the interrupt presenters under machine_dataCédric Le Goater1-0/+2
2019-02-04ppc/pnv: introduce a CPU machine_dataCédric Le Goater1-0/+9
2019-02-04xive: add a get_tctx() method to the XiveRouterCédric Le Goater1-28/+29
2019-02-04ppc/xive: fix remaining XiveFabric namesCédric Le Goater1-1/+1
2019-02-04ppc4xx: Use ram_addr_t in ppc4xx_sdram_adjust()BALATON Zoltan1-1/+1
2019-01-22ppc: Fix duplicated typedefs to be able to compile with Clang in gnu99 modeThomas Huth2-4/+3
2019-01-22ppc: Move spapr-related prototypes from xics.h into a seperate header fileThomas Huth2-7/+37
2019-01-09spapr: enable XIVE MMIOs at resetCédric Le Goater1-0/+1
2019-01-09spapr: introduce a new sPAPR IRQ backend supporting XIVE and XICSCédric Le Goater1-0/+1
2019-01-09ppc/xics: allow ICSState to have an offset 0Cédric Le Goater1-2/+1
2019-01-09spapr: move the qemu_irq array under the machineCédric Le Goater4-2/+2
2019-01-09pnv/psi: move the ICSState qemu_irq array under the PSI device modelCédric Le Goater1-0/+1
2019-01-09ppc: export the XICS and XIVE set_irq handlersCédric Le Goater2-0/+4
2019-01-09spapr: modify the prototype of the cpu_intc_create() methodCédric Le Goater2-3/+3
2019-01-09spapr/xive: simplify the sPAPR IRQ qirq method for XIVECédric Le Goater2-7/+0
2019-01-09ppc/spapr: Receive and store device tree blob from SLOFAlexey Kardashevskiy1-1/+6
2019-01-09spapr: Add H-Call H_HOME_NODE_ASSOCIATIVITYLaurent Vivier1-0/+1
2018-12-21spapr: introduce an 'ic-mode' machine optionCédric Le Goater1-0/+1
2018-12-21spapr: add an extra OV5 field to the sPAPR IRQ backendCédric Le Goater2-0/+7
2018-12-21spapr: add a 'reset' method to the sPAPR IRQ backendCédric Le Goater2-0/+3
2018-12-21spapr: extend the sPAPR IRQ backend for XICS migrationCédric Le Goater1-0/+2
2018-12-21spapr: allocate the interrupt thread context under the CPU coreCédric Le Goater2-0/+3
2018-12-21spapr: add device tree support for the XIVE exploitation modeCédric Le Goater3-2/+6
2018-12-21spapr: add hcalls support for the XIVE exploitation interrupt modeCédric Le Goater2-1/+18
2018-12-21spapr: introduce a new machine IRQ backend for XIVECédric Le Goater2-0/+4
2018-12-21spapr/xive: introduce a XIVE interrupt controllerCédric Le Goater1-0/+45
2018-12-21ppc/xive: introduce a simplified XIVE presenterCédric Le Goater2-0/+38