summaryrefslogtreecommitdiff
path: root/hw/ppc/spapr.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-27target/ppc: Move 1T segment and AMR options to PPCHash64OptionsDavid Gibson1-1/+1
2018-04-27target/ppc: Pass cpu instead of env to ppc_create_page_sizes_prop()David Gibson1-2/+2
2018-04-27spapr: drop useless dynamic sysbus device sanity checkGreg Kurz1-18/+0
2018-04-27Revert "spapr: Don't allow memory hotplug to memory less nodes"Serhii Popovych1-22/+0
2018-04-27spapr: drop useless sanity check in spapr_irq_alloc*()Greg Kurz1-6/+3
2018-04-27spapr: Introduce pseries-2.13 machine typeDavid Gibson1-2/+21
2018-04-26vl.c: new function serial_max_hds()Peter Maydell1-1/+1
2018-04-26Change references to serial_hds[] to serial_hd()Peter Maydell1-2/+2
2018-04-10spapr: Initialize reserved areas list in FDT in H_CAS handlerAlexey Kardashevskiy1-0/+1
2018-03-20Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-2/+1
2018-03-20pc-dimm: make qmp_pc_dimm_device_list() sort devices by addressHaozhong Zhang1-2/+1
2018-03-18hw/ppc/spapr: Allow "spapr-vlan" as NIC model name beside "ibmveth"Thomas Huth1-2/+3
2018-03-13ppc/spapr, vfio: Turn off MSIX emulation for VFIO devicesAlexey Kardashevskiy1-0/+7
2018-03-06hw/ppc/spapr,e500: Use new property "stdout-path" for boot consoleNikunj A Dadhania1-0/+7
2018-03-06ppc/spapr-caps: Define the pseries-2.12-sxxm machine typeSuraj Jitindar Singh1-0/+17
2018-03-06spapr: harden code that depends on VSMTGreg Kurz1-69/+75
2018-03-06spapr: register dummy ICPs laterGreg Kurz1-12/+12
2018-03-06spapr: fix missing CPU core nodes in DT when running with TCGGreg Kurz1-7/+1
2018-02-16spapr: consolidate the VCPU id numbering logic in a single placeGreg Kurz1-7/+23
2018-02-16spapr: rename spapr_vcpu_id() to spapr_get_vcpu_id()Greg Kurz1-8/+8
2018-02-16spapr: move VCPU calculation to core machine codeGreg Kurz1-0/+19
2018-02-16spapr: use spapr->vsmt to compute VCPU idsGreg Kurz1-14/+10
2018-02-10spapr: set vsmt to MAX(8, smp_threads)Laurent Vivier1-1/+1
2018-02-10hw/ppc: rename functions in commentsDaniel Henrique Barboza1-1/+2
2018-02-09Include qmp-commands.h exactly where neededMarkus Armbruster1-1/+0
2018-01-29target/ppc/spapr_caps: Add new tristate cap safe_indirect_branchSuraj Jitindar Singh1-0/+2
2018-01-29target/ppc/spapr_caps: Add new tristate cap safe_bounds_checkSuraj Jitindar Singh1-0/+2
2018-01-29target/ppc/spapr_caps: Add new tristate cap safe_cacheSuraj Jitindar Singh1-0/+2
2018-01-20spapr: fix device tree properties when using compatibility modeGreg Kurz1-9/+9
2018-01-20spapr: drop duplicate variable in spapr_core_plug()Greg Kurz1-3/+1
2018-01-19possible_cpus: add CPUArchId::type fieldIgor Mammedov1-5/+8
2018-01-19spapr: Allow only supported dynamic sysbus devicesEduardo Habkost1-2/+1
2018-01-19machine: Replace has_dynamic_sysbus with list of allowed devicesEduardo Habkost1-1/+2
2018-01-17spapr: Adjust default VSMT value for better migration compatibilityDavid Gibson1-3/+8
2018-01-17spapr: Allow some cases where we can't set VSMT mode in the kernelDavid Gibson1-7/+19
2018-01-17target/ppc: Clarify compat mode max_threads valueDavid Gibson1-2/+2
2018-01-17hw/ppc/spapr_caps: Rework spapr_caps to use uint8 internal representationSuraj Jitindar Singh1-9/+36
2018-01-17spapr: Handle Decimal Floating Point (DFP) as an optional capabilityDavid Gibson1-3/+4
2018-01-17spapr: Handle VMX/VSX presence as an spapr capability flagDavid Gibson1-9/+11
2018-01-17spapr: Validate capabilities on migrationDavid Gibson1-0/+6
2018-01-17spapr: Treat Hardware Transactional Memory (HTM) as an optional capabilityDavid Gibson1-5/+10
2018-01-17spapr: Capabilities infrastructureDavid Gibson1-0/+7
2018-01-10spapr: Correct compatibility mode setting for hotplugged CPUsDavid Gibson1-1/+1
2017-12-15spapr: don't initialize PATB entry if max-cpu-compat < power9Laurent Vivier1-2/+4
2017-12-15spapr: Assume msi_nonbrokenDavid Gibson1-3/+2
2017-12-15spapr: Rename machine init functions for clarityDavid Gibson1-6/+6
2017-12-15spapr: replace numa_get_node() with lookup in pc-dimm listIgor Mammedov1-1/+28
2017-12-15spapr: introduce a spapr_qirq() helperCédric Le Goater1-0/+11
2017-12-15spapr: introduce a spapr_irq_set_lsi() helperCédric Le Goater1-3/+11
2017-12-15spapr: move the IRQ allocation routines under the machineCédric Le Goater1-0/+114