This is an RFC version of patchset to support the new ibm,dynamic-memory-v2 property which allows the LMB information to be represented in a more compact form by grouping LMBs into sets.
I have tested it very lightly and observe guest crashes (during reboot) in a few scenarios. I am still trying to figure out the reason. Bharata B Rao (2): pc-dimm: Make pc_dimm_built_list() global spapr: Support ibm,dynamic-memory-v2 property docs/specs/ppc-spapr-hotplug.txt | 19 +++ hw/mem/pc-dimm.c | 2 +- hw/ppc/spapr.c | 254 +++++++++++++++++++++++++++++++++------ include/hw/mem/pc-dimm.h | 1 + include/hw/ppc/spapr.h | 1 + include/hw/ppc/spapr_ovec.h | 1 + 6 files changed, 237 insertions(+), 41 deletions(-) -- 2.7.4