On Wed, 18 Dec 2019 13:55:22 -0800 Sean Christopherson <sean.j.christopherson@xxxxxxxxx> wrote: > Remove kvm_arch_vcpu_setup() 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/kvm/guest.c | 5 ----- > arch/arm64/kvm/guest.c | 5 ----- > arch/mips/kvm/mips.c | 5 ----- > arch/powerpc/kvm/book3s.c | 5 ----- > arch/powerpc/kvm/booke.c | 5 ----- > arch/s390/kvm/kvm-s390.c | 5 ----- > arch/x86/kvm/x86.c | 5 ----- > include/linux/kvm_host.h | 1 - > virt/kvm/kvm_main.c | 5 ----- > 9 files changed, 41 deletions(-) Reviewed-by: Cornelia Huck <cohuck@xxxxxxxxxx>