commit | 83422e17c19d61399cab7dbf9bf40ff9af2a7dd2 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Tue Jul 20 14:43:23 2010 +0300 |
committer | Avi Kivity <avi@redhat.com> | Sun Oct 24 10:52:52 2010 +0200 |
tree | 66baed88c811ca2f2a453254af08eb980ee3c842 | |
parent | 537b37e2674b7e4390a490e03cae53ca9ca99e30 [diff] |
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>