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)
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>

No differences found