aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2020-01-22 16:54:37 +0100
committerPaolo Bonzini <pbonzini@redhat.com>2020-02-05 15:17:40 +0100
commit7e3e67a98701cbcb4378b4f69b28a43351ca27c2 (patch)
tree71f19d52d631ff943b778bd8a5b47e3e02ee28e0 /arch/x86/include/asm
parentkvm: x86: Introduce APICv inhibit reason bits (diff)
downloadlinux-dev-7e3e67a98701cbcb4378b4f69b28a43351ca27c2.tar.xz
linux-dev-7e3e67a98701cbcb4378b4f69b28a43351ca27c2.zip
KVM: x86: remove get_enable_apicv from kvm_x86_ops
It is unused now. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'arch/x86/include/asm')
-rw-r--r--arch/x86/include/asm/kvm_host.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/kvm_host.h b/arch/x86/include/asm/kvm_host.h
index 4d57e4b74aae..9945c7bebdf8 100644
--- a/arch/x86/include/asm/kvm_host.h
+++ b/arch/x86/include/asm/kvm_host.h
@@ -1121,7 +1121,6 @@ struct kvm_x86_ops {
void (*enable_nmi_window)(struct kvm_vcpu *vcpu);
void (*enable_irq_window)(struct kvm_vcpu *vcpu);
void (*update_cr8_intercept)(struct kvm_vcpu *vcpu, int tpr, int irr);
- bool (*get_enable_apicv)(struct kvm *kvm);
void (*refresh_apicv_exec_ctrl)(struct kvm_vcpu *vcpu);
void (*hwapic_irr_update)(struct kvm_vcpu *vcpu, int max_irr);
void (*hwapic_isr_update)(struct kvm_vcpu *vcpu, int isr);