]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: x86: Drop kvm_arch_vcpu_free()
authorSean Christopherson <sean.j.christopherson@intel.com>
Wed, 18 Dec 2019 21:55:07 +0000 (13:55 -0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 24 Jan 2020 08:19:06 +0000 (09:19 +0100)
commitf2c4c5f5516823fec2c3549fe0e5bf463952fbb9
tree2ea658eb1b5784c5ca00ea6d4cdb5692c80f794c
parent913ca70f2b191987280986bea11bdcf6eee4eace
KVM: x86: Drop kvm_arch_vcpu_free()

Remove the superfluous kvm_arch_vcpu_free() as it is no longer called
from commmon KVM code.  Note, kvm_arch_vcpu_destroy() *is* called from
common code, i.e. choosing which function to whack is not completely
arbitrary.

Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/x86.c