Re: [PATCH v2 43/45] KVM: Drop kvm_arch_vcpu_init() and kvm_arch_vcpu_uninit()

From: Cornelia Huck
Date: Fri Dec 20 2019 - 05:13:55 EST


On Wed, 18 Dec 2019 13:55:28 -0800
Sean Christopherson <sean.j.christopherson@xxxxxxxxx> wrote:

> Remove kvm_arch_vcpu_init() and kvm_arch_vcpu_uninit() now that all
> arch specific implementations are nops.
>
> Acked-by: Christoffer Dall <christoffer.dall@xxxxxxx>
> Signed-off-by: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
> ---
> arch/arm/include/asm/kvm_host.h | 1 -
> arch/arm64/include/asm/kvm_host.h | 1 -
> arch/arm64/kvm/reset.c | 5 -----
> arch/mips/kvm/mips.c | 10 ----------
> arch/powerpc/kvm/powerpc.c | 10 ----------
> arch/s390/include/asm/kvm_host.h | 1 -
> arch/s390/kvm/kvm-s390.c | 5 -----
> arch/x86/kvm/x86.c | 10 ----------
> include/linux/kvm_host.h | 3 ---
> virt/kvm/arm/arm.c | 5 -----
> virt/kvm/kvm_main.c | 16 ++--------------
> 11 files changed, 2 insertions(+), 65 deletions(-)

Reviewed-by: Cornelia Huck <cohuck@xxxxxxxxxx>