aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/spapr.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-26spapr: Support NVIDIA V100 GPU with NVLink2Alexey Kardashevskiy1-7/+41
2019-03-29spapr/irq: Add XIVE sanity checks on non-P9 machinesCédric Le Goater1-7/+1
2019-03-29spapr: Simplify handling of host-serial and host-model valuesDavid Gibson1-38/+19
2019-03-12spapr: Use CamelCase properlyDavid Gibson1-162/+162
2019-03-12target/ppc/spapr: Enable H_PAGE_INIT in-kernel handlingSuraj Jitindar Singh1-0/+3
2019-03-12target/ppc/spapr: Clear partition table entry when allocating hash tableSuraj Jitindar Singh1-0/+1
2019-03-12target/ppc/spapr: Enable mitigations by default for pseries-4.0 machine typeSuraj Jitindar Singh1-3/+6
2019-03-12target/ppc/spapr: Add SPAPR_CAP_CCF_ASSISTSuraj Jitindar Singh1-0/+2
2019-03-12target/ppc/spapr: Enable the large decrementer for pseries-4.0Suraj Jitindar Singh1-1/+2
2019-03-12target/ppc: Implement large decrementer support for TCGSuraj Jitindar Singh1-0/+8
2019-03-12target/ppc/spapr: Add SPAPR_CAP_LARGE_DECREMENTERSuraj Jitindar Singh1-0/+2
2019-03-12spapr: Simulate CAS for qtestGreg Kurz1-0/+11
2019-03-06qdev: Let the hotplug_handler_unplug() caller delete the deviceDavid Hildenbrand1-3/+6
2019-03-05hw/boards: Add a MachineState parameter to kvm_type callbackEric Auger1-1/+1
2019-02-26hw/ppc: Use object_initialize_child for correct reference countingThomas Huth1-3/+3
2019-02-26spapr: enable PHB hotplug for default pseries machine typeMichael Roth1-0/+2
2019-02-26spapr: add hotplug hooks for PHB hotplugGreg Kurz1-1/+127
2019-02-26spapr_pci: provide node start offset via spapr_populate_pci_dt()Michael Roth1-1/+1
2019-02-26spapr: populate PHB DRC entries for root DT nodeNathan Fontenot1-0/+8
2019-02-26spapr: create DR connectors for PHBsMichael Roth1-0/+13
2019-02-26spapr/drc: Drop spapr_drc_attach() fdt argumentGreg Kurz1-2/+2
2019-02-26spapr: Generate FDT fragment for CPUs at configure connector timeGreg Kurz1-29/+23
2019-02-26spapr: Generate FDT fragment for LMBs at configure connector timeGreg Kurz1-15/+18
2019-02-26target/ppc: Rename PATB/PATBE -> PATEBenjamin Herrenschmidt1-9/+15
2019-02-26target/ppc: Fix ordering of hash MMU accessesBenjamin Herrenschmidt1-2/+19
2019-02-26target/ppc/spapr: Set LPCR:HR when using Radix modeBenjamin Herrenschmidt1-1/+40
2019-02-26ppc: add host-serial and host-model machine attributes (CVE-2019-8934)Prasad J Pandit1-6/+70
2019-02-17spapr: fix out of bounds write in spapr_populate_drmem_v2Fabiano Rosas1-2/+2
2019-02-17spapr: Rename xics to intc in interrupt controller agnostic codeGreg Kurz1-3/+3
2019-02-05elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick1-3/+4
2019-02-04hw/ppc/spapr: Add support for "-vga cirrus"Thomas Huth1-0/+1
2019-02-04spapr: Drop unused parameters from fdt building helperAlexey Kardashevskiy1-5/+3
2019-02-04spapr: move the interrupt presenters under machine_dataCédric Le Goater1-1/+1
2019-02-04spapr: Forbid setting ic-mode for old machine typesGreg Kurz1-0/+5
2019-02-04hw/ppc/spapr: Encode the SCSI channel (bus) in the SRP LUNsThomas Huth1-3/+4
2019-01-09machine: Use shorter format for GlobalProperty arraysEduardo Habkost1-60/+12
2019-01-09machine: Eliminate unnecessary stringify() usageEduardo Habkost1-1/+1
2019-01-09spapr: Eliminate SPAPR_PCI_2_7_MMIO_WIN_SIZE macroEduardo Habkost1-1/+1
2019-01-09spapr: introduce a new sPAPR IRQ backend supporting XIVE and XICSCédric Le Goater1-3/+7
2019-01-09spapr: return from post_load method when RTC import failsCédric Le Goater1-2/+7
2019-01-09ppc: replace the 'Object *intc' by a 'ICPState *icp' pointer under the CPUCédric Le Goater1-1/+1
2019-01-09spapr_pci: Define SPAPR_MAX_PHBS in hw/pci-host/spapr.hGreg Kurz1-2/+0
2019-01-09spapr: move spapr_create_phb() to core machine codeGreg Kurz1-1/+12
2019-01-09ppc/spapr: Receive and store device tree blob from SLOFAlexey Kardashevskiy1-1/+42
2019-01-09spapr: Add H-Call H_HOME_NODE_ASSOCIATIVITYLaurent Vivier1-0/+1
2019-01-07include: remove compat.hMarc-André Lureau1-1/+0
2019-01-07compat: replace PC_COMPAT_2_1 & HW_COMPAT_2_1 macrosMarc-André Lureau1-5/+1
2019-01-07compat: replace PC_COMPAT_2_2 & HW_COMPAT_2_2 macrosMarc-André Lureau1-1/+1
2019-01-07compat: replace PC_COMPAT_2_3 & HW_COMPAT_2_3 macrosMarc-André Lureau1-1/+1
2019-01-07compat: replace PC_COMPAT_2_4 & HW_COMPAT_2_4 macrosMarc-André Lureau1-4/+1