Re: [PATCH v4 4/6] kvmppc: Handle memory plug/unplug to secure VM

2019-06-16 Thread Paul Mackerras
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

2019-05-27 Thread Bharata B Rao
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