Re: [PATCH] kvm: move KVM_CAP_NR_MEMSLOTS to common code

From: Cornelia Huck
Date: Tue Apr 02 2019 - 07:57:53 EST


On Thu, 28 Mar 2019 18:10:00 +0100
Paolo Bonzini <pbonzini@xxxxxxxxxx> wrote:

> All architectures except MIPS were defining it in the same way,
> and memory slots are handled entirely by common code so there
> is no point in keeping the definition per-architecture.
>
> Signed-off-by: Paolo Bonzini <pbonzini@xxxxxxxxxx>
> ---
> Documentation/virtual/kvm/api.txt | 5 ++---
> arch/powerpc/kvm/powerpc.c | 3 ---
> arch/s390/kvm/kvm-s390.c | 3 ---
> arch/x86/kvm/x86.c | 3 ---
> virt/kvm/arm/arm.c | 3 ---
> virt/kvm/kvm_main.c | 2 ++
> 6 files changed, 4 insertions(+), 15 deletions(-)

Reviewed-by: Cornelia Huck <cohuck@xxxxxxxxxx>