Re: [PATCH v3 1/2] powerpc/pseries: Implement indexed-count hotplug memory add

2016-07-28 Thread Nathan Fontenot
On 07/25/2016 12:40 PM, Sahil Mehta wrote: > Indexed-count add for memory hotplug guarantees that a contiguous block > of lmbs beginning at a specified will be assigned (NOT > that lmbs will be added). Because of Qemu's per-DIMM memory > management, the addition of a contiguous block of memory c

[PATCH v3 1/2] powerpc/pseries: Implement indexed-count hotplug memory add

2016-07-25 Thread Sahil Mehta
Indexed-count add for memory hotplug guarantees that a contiguous block of lmbs beginning at a specified will be assigned (NOT that lmbs will be added). Because of Qemu's per-DIMM memory management, the addition of a contiguous block of memory currently requires a series of individual calls. Ind