Re: [PATCH v4 4/6] kvmppc: Handle memory plug/unplug to secure VM
On Tue, May 28, 2019 at 12:19:31PM +0530, Bharata B Rao wrote: > Register the new memslot with UV during plug and unregister > the memslot during unplug. > > Signed-off-by: Bharata B Rao Acked-by: Paul Mackerras
[PATCH v4 4/6] kvmppc: Handle memory plug/unplug to secure VM
Register the new memslot with UV during plug and unregister the memslot during unplug. Signed-off-by: Bharata B Rao --- arch/powerpc/include/asm/ultravisor-api.h | 1 + arch/powerpc/include/asm/ultravisor.h | 7 +++ arch/powerpc/kvm/book3s_hv.c | 19 +++ 3