OSDN Git Service

KVM: Remove inject_pending_vectors() callback
authorGleb Natapov <gleb@redhat.com>
Tue, 21 Apr 2009 14:45:03 +0000 (17:45 +0300)
committerAvi Kivity <avi@redhat.com>
Wed, 10 Jun 2009 08:48:47 +0000 (11:48 +0300)
commit1d6ed0cb95a2f0839e1a31f1971dc37cd60c258a
tree8c6f9ea81185a8c5c2270ab8ced4e3fcb3b8a752
parent1cb948ae86f3d95cce58fac51d00766825f5f783
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>
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/svm.c
arch/x86/kvm/vmx.c
arch/x86/kvm/x86.c