aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/kvm_host.h
diff options
context:
space:
mode:
authorGleb Natapov <gleb@redhat.com>2009-04-21 10:45:03 -0400
committerAvi Kivity <avi@redhat.com>2009-06-10 04:48:47 -0400
commit1d6ed0cb95a2f0839e1a31f1971dc37cd60c258a (patch)
tree8c6f9ea81185a8c5c2270ab8ced4e3fcb3b8a752 /arch/x86/include/asm/kvm_host.h
parent1cb948ae86f3d95cce58fac51d00766825f5f783 (diff)
KVM: Remove inject_pending_vectors() callback
It is the same as inject_pending_irq() for VMX/SVM now. Signed-off-by: Gleb Natapov <gleb@redhat.com> Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'arch/x86/include/asm/kvm_host.h')
-rw-r--r--arch/x86/include/asm/kvm_host.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/include/asm/kvm_host.h b/arch/x86/include/asm/kvm_host.h
index ea3741edbec3..aa5a54eb4da4 100644
--- a/arch/x86/include/asm/kvm_host.h
+++ b/arch/x86/include/asm/kvm_host.h
@@ -517,8 +517,6 @@ struct kvm_x86_ops {
517 void (*queue_exception)(struct kvm_vcpu *vcpu, unsigned nr, 517 void (*queue_exception)(struct kvm_vcpu *vcpu, unsigned nr,
518 bool has_error_code, u32 error_code); 518 bool has_error_code, u32 error_code);
519 void (*inject_pending_irq)(struct kvm_vcpu *vcpu, struct kvm_run *run); 519 void (*inject_pending_irq)(struct kvm_vcpu *vcpu, struct kvm_run *run);
520 void (*inject_pending_vectors)(struct kvm_vcpu *vcpu,
521 struct kvm_run *run);
522 int (*interrupt_allowed)(struct kvm_vcpu *vcpu); 520 int (*interrupt_allowed)(struct kvm_vcpu *vcpu);
523 int (*set_tss_addr)(struct kvm *kvm, unsigned int addr); 521 int (*set_tss_addr)(struct kvm *kvm, unsigned int addr);
524 int (*get_tdp_level)(void); 522 int (*get_tdp_level)(void);