diff options
author | Gleb Natapov <gleb@redhat.com> | 2009-04-21 10:45:03 -0400 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2009-06-10 04:48:47 -0400 |
commit | 1d6ed0cb95a2f0839e1a31f1971dc37cd60c258a (patch) | |
tree | 8c6f9ea81185a8c5c2270ab8ced4e3fcb3b8a752 /arch/x86/kvm/vmx.c | |
parent | 1cb948ae86f3d95cce58fac51d00766825f5f783 (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/kvm/vmx.c')
-rw-r--r-- | arch/x86/kvm/vmx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c index 3186fcfcffb5..9162b4cd3410 100644 --- a/arch/x86/kvm/vmx.c +++ b/arch/x86/kvm/vmx.c | |||
@@ -3693,7 +3693,6 @@ static struct kvm_x86_ops vmx_x86_ops = { | |||
3693 | .set_irq = vmx_inject_irq, | 3693 | .set_irq = vmx_inject_irq, |
3694 | .queue_exception = vmx_queue_exception, | 3694 | .queue_exception = vmx_queue_exception, |
3695 | .inject_pending_irq = vmx_intr_assist, | 3695 | .inject_pending_irq = vmx_intr_assist, |
3696 | .inject_pending_vectors = vmx_intr_assist, | ||
3697 | .interrupt_allowed = vmx_interrupt_allowed, | 3696 | .interrupt_allowed = vmx_interrupt_allowed, |
3698 | .set_tss_addr = vmx_set_tss_addr, | 3697 | .set_tss_addr = vmx_set_tss_addr, |
3699 | .get_tdp_level = get_ept_level, | 3698 | .get_tdp_level = get_ept_level, |