aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/spapr.c
AgeCommit message (Expand)Author
2018-04-27spapr: drop useless sanity check in spapr_irq_alloc*()Greg Kurz
2018-04-27spapr: Introduce pseries-2.13 machine typeDavid Gibson
2018-04-26vl.c: new function serial_max_hds()Peter Maydell
2018-04-26Change references to serial_hds[] to serial_hd()Peter Maydell
2018-04-10spapr: Initialize reserved areas list in FDT in H_CAS handlerAlexey Kardashevskiy
2018-03-20Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2018-03-20pc-dimm: make qmp_pc_dimm_device_list() sort devices by addressHaozhong Zhang
2018-03-18hw/ppc/spapr: Allow "spapr-vlan" as NIC model name beside "ibmveth"Thomas Huth
2018-03-13ppc/spapr, vfio: Turn off MSIX emulation for VFIO devicesAlexey Kardashevskiy
2018-03-06hw/ppc/spapr,e500: Use new property "stdout-path" for boot consoleNikunj A Dadhania
2018-03-06ppc/spapr-caps: Define the pseries-2.12-sxxm machine typeSuraj Jitindar Singh
2018-03-06spapr: harden code that depends on VSMTGreg Kurz
2018-03-06spapr: register dummy ICPs laterGreg Kurz
2018-03-06spapr: fix missing CPU core nodes in DT when running with TCGGreg Kurz
2018-02-16spapr: consolidate the VCPU id numbering logic in a single placeGreg Kurz
2018-02-16spapr: rename spapr_vcpu_id() to spapr_get_vcpu_id()Greg Kurz
2018-02-16spapr: move VCPU calculation to core machine codeGreg Kurz
2018-02-16spapr: use spapr->vsmt to compute VCPU idsGreg Kurz
2018-02-10spapr: set vsmt to MAX(8, smp_threads)Laurent Vivier
2018-02-10hw/ppc: rename functions in commentsDaniel Henrique Barboza
2018-02-09Include qmp-commands.h exactly where neededMarkus Armbruster
2018-01-29target/ppc/spapr_caps: Add new tristate cap safe_indirect_branchSuraj Jitindar Singh
2018-01-29target/ppc/spapr_caps: Add new tristate cap safe_bounds_checkSuraj Jitindar Singh
2018-01-29target/ppc/spapr_caps: Add new tristate cap safe_cacheSuraj Jitindar Singh
2018-01-20spapr: fix device tree properties when using compatibility modeGreg Kurz
2018-01-20spapr: drop duplicate variable in spapr_core_plug()Greg Kurz
2018-01-19possible_cpus: add CPUArchId::type fieldIgor Mammedov
2018-01-19spapr: Allow only supported dynamic sysbus devicesEduardo Habkost
2018-01-19machine: Replace has_dynamic_sysbus with list of allowed devicesEduardo Habkost
2018-01-17spapr: Adjust default VSMT value for better migration compatibilityDavid Gibson
2018-01-17spapr: Allow some cases where we can't set VSMT mode in the kernelDavid Gibson
2018-01-17target/ppc: Clarify compat mode max_threads valueDavid Gibson
2018-01-17hw/ppc/spapr_caps: Rework spapr_caps to use uint8 internal representationSuraj Jitindar Singh
2018-01-17spapr: Handle Decimal Floating Point (DFP) as an optional capabilityDavid Gibson
2018-01-17spapr: Handle VMX/VSX presence as an spapr capability flagDavid Gibson
2018-01-17spapr: Validate capabilities on migrationDavid Gibson
2018-01-17spapr: Treat Hardware Transactional Memory (HTM) as an optional capabilityDavid Gibson
2018-01-17spapr: Capabilities infrastructureDavid Gibson
2018-01-10spapr: Correct compatibility mode setting for hotplugged CPUsDavid Gibson
2017-12-15spapr: don't initialize PATB entry if max-cpu-compat < power9Laurent Vivier
2017-12-15spapr: Assume msi_nonbrokenDavid Gibson
2017-12-15spapr: Rename machine init functions for clarityDavid Gibson
2017-12-15spapr: replace numa_get_node() with lookup in pc-dimm listIgor Mammedov
2017-12-15spapr: introduce a spapr_qirq() helperCédric Le Goater
2017-12-15spapr: introduce a spapr_irq_set_lsi() helperCédric Le Goater
2017-12-15spapr: move the IRQ allocation routines under the machineCédric Le Goater
2017-12-15spapr_cpu_core: instantiate CPUs separatelyGreg Kurz
2017-12-15spapr: Add pseries-2.12 machine typeDavid Gibson
2017-12-04spapr: Include "pre-plugged" DIMMS in ram size calculation at resetDavid Gibson
2017-11-30pseries: fix TCG migrationLaurent Vivier