aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/spapr.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-16spapr: Correct inverted test in spapr_pc_dimm_node()David Gibson1-1/+1
2018-07-03Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.0-20180703' into...Peter Maydell1-8/+8
2018-07-03ppc: Include vga cirrus card into the compiling processSebastian Bauer1-0/+1
2018-07-03spapr: compute default value of "hpt-max-page-size" laterGreg Kurz1-7/+6
2018-07-03ppc/xics: rework the ICS classes inheritance treeCédric Le Goater1-1/+1
2018-07-02hw/ppc: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-5/+5
2018-07-02hw: Use IEC binary prefix definitions from "qemu/units.h"Philippe Mathieu-Daudé1-5/+5
2018-06-28pc-dimm: get_memory_region() will not fail after realizeDavid Hildenbrand1-10/+2
2018-06-28pc-dimm: rename pc_dimm_memory_* to pc_dimm_*David Hildenbrand1-3/+3
2018-06-22spapr: Use maximum page size capability to simplify memory backend checkingDavid Gibson1-10/+7
2018-06-22spapr: Maximum (HPT) pagesize propertyDavid Gibson1-0/+12
2018-06-21spapr: remove unused spapr_irq routinesCédric Le Goater1-79/+1
2018-06-21spapr: split the IRQ allocation sequenceCédric Le Goater1-0/+50
2018-06-21spapr: Compute effective capability values earlierDavid Gibson1-2/+4
2018-06-21target/ppc: Allow cpu compatiblity checks based on type, not instanceDavid Gibson1-6/+4
2018-06-21spapr_cpu_core: migrate per-CPU dataGreg Kurz1-1/+6
2018-06-18spapr: fix xics_system_init() error pathGreg Kurz1-8/+14
2018-06-12spapr: handle cpu core unplug via hotplug handler chainDavid Hildenbrand1-1/+11
2018-06-12spapr: handle pc-dimm unplug via hotplug handler chainDavid Hildenbrand1-3/+15
2018-06-12spapr: introduce machine unplug handlerDavid Hildenbrand1-0/+6
2018-06-12spapr: move memory hotplug support check into spapr_memory_pre_plug()David Hildenbrand1-7/+6
2018-06-12spapr: move lookup of the node into spapr_memory_plug()David Hildenbrand1-7/+5
2018-06-12spapr: no need to verify the nodeDavid Hildenbrand1-8/+2
2018-06-01Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+0
2018-06-01hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé1-1/+0
2018-05-29ppc: Rename 2.13 machines to 3.0Peter Maydell1-7/+7
2018-05-10make sure that we aren't overwriting mc->get_hotplug_handler by accidentIgor Mammedov1-0/+1
2018-05-07spapr: rename "hotplug memory" terminology to "device memory"David Hildenbrand1-13/+13
2018-05-07pc-dimm: pass in the machine and to the MemoryHotplugStateDavid Hildenbrand1-3/+3
2018-05-07pc-dimm: no need to pass the memory regionDavid Hildenbrand1-6/+3
2018-05-07machine: make MemoryHotplugState accessible via the machineDavid Hildenbrand1-19/+24
2018-05-07pc-dimm: factor out MemoryDevice interfaceDavid Hildenbrand1-1/+2
2018-05-04spapr: don't advertise radix GTSE if max-compat-cpu < power9Greg Kurz1-5/+10
2018-05-04spapr: don't migrate "spapr_option_vector_ov5_cas" to pre 2.8 machinesGreg Kurz1-1/+3
2018-05-04spapr: Make a helper to set up cpu entry point stateDavid Gibson1-3/+1
2018-05-04spapr: Remove support for explicitly allocated RMAsDavid Gibson1-42/+19
2018-04-27spapr: Support ibm,dynamic-memory-v2 propertyBharata B Rao1-48/+182
2018-04-27spapr: Add ibm,max-associativity-domains propertySerhii Popovych1-0/+10
2018-04-27target/ppc: Fold slb_nr into PPCHash64OptionsDavid Gibson1-3/+8
2018-04-27target/ppc: Fold ci_large_pages flag into PPCHash64OptionsDavid Gibson1-2/+1
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