]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: VMX: Parameterize vmx_complete_interrupts() for both exit and entry
authorAvi Kivity <avi@redhat.com>
Tue, 20 Jul 2010 11:43:23 +0000 (14:43 +0300)
committerAvi Kivity <avi@redhat.com>
Sun, 24 Oct 2010 08:52:52 +0000 (10:52 +0200)
commit06d8bc7ac6853cdfbb6d4450406eb4d969a07aab
tree66baed88c811ca2f2a453254af08eb980ee3c842
parentcb08be616056ca787caa34138a73f5f397078483
KVM: VMX: Parameterize vmx_complete_interrupts() for both exit and entry

Currently vmx_complete_interrupts() can decode event information from vmx
exit fields into the generic kvm event queues.  Make it able to decode
the information from the entry fields as well by parametrizing it.

Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/vmx.c