diff options
author | Sean Christopherson <sean.j.christopherson@intel.com> | 2019-12-18 13:55:22 -0800 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-01-27 19:59:28 +0100 |
commit | afede96df55e9cba948c8cc8a682e962244285b4 (patch) | |
tree | c65571928b9e048d7bd6db1a5ee6427f8a7fa788 /include/linux/kvm_host.h | |
parent | b3d42c9862e0e2a2d95839d91120ddf8dd8a8af6 (diff) | |
download | linux-afede96df55e9cba948c8cc8a682e962244285b4.tar.gz linux-afede96df55e9cba948c8cc8a682e962244285b4.tar.bz2 linux-afede96df55e9cba948c8cc8a682e962244285b4.zip |
KVM: Drop kvm_arch_vcpu_setup()
Remove kvm_arch_vcpu_setup() now that all arch specific implementations
are nops.
Acked-by: Christoffer Dall <christoffer.dall@arm.com>
Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include/linux/kvm_host.h')
-rw-r--r-- | include/linux/kvm_host.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h index 521f17cd2b26..87ca40f62b06 100644 --- a/include/linux/kvm_host.h +++ b/include/linux/kvm_host.h @@ -873,7 +873,6 @@ void kvm_arch_vcpu_load(struct kvm_vcpu *vcpu, int cpu); void kvm_arch_vcpu_put(struct kvm_vcpu *vcpu); int kvm_arch_vcpu_precreate(struct kvm *kvm, unsigned int id); int kvm_arch_vcpu_create(struct kvm_vcpu *vcpu); -int kvm_arch_vcpu_setup(struct kvm_vcpu *vcpu); void kvm_arch_vcpu_postcreate(struct kvm_vcpu *vcpu); void kvm_arch_vcpu_destroy(struct kvm_vcpu *vcpu); |