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

2016-08-02 Thread Nathan Fontenot
On 08/01/2016 12:21 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 v4 1/2] powerpc/pseries: Implement indexed-count hotplug memory add

2016-08-01 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