commit | 50b143e1b3cfb71c38bdd20dd64c98aa3528117f | [log] [tgz] |
---|---|---|
author | Sean Christopherson <sean.j.christopherson@intel.com> | Wed Dec 18 13:55:07 2019 -0800 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Fri Jan 24 09:19:06 2020 +0100 |
tree | 2ea658eb1b5784c5ca00ea6d4cdb5692c80f794c | |
parent | 208050dac5ef4de5cb83ffcafa78499c94d0b5ad [diff] |
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>