Re: [PATCH 02/13] KVM: PPC: Move memslot memory allocation into prepare_memory_region()

From: Paul Mackerras
Date: Wed Sep 18 2019 - 20:23:42 EST


On Wed, Sep 11, 2019 at 11:50:27AM -0700, Sean Christopherson wrote:
> Allocate the rmap array during kvm_arch_prepare_memory_region() to pave
> the way for removing kvm_arch_create_memslot() altogether. Moving PPC's
> memory allocation only changes the order of kernel memory allocations
> between PPC and common KVM code.
>
> No functional change intended.
>
> Signed-off-by: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>

Seems OK.

Acked-by: Paul Mackerras <paulus@xxxxxxxxxx>