git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
537b37e
)
KVM: VMX: Parameterize vmx_complete_interrupts() for both exit and entry
author
Avi Kivity
<avi@redhat.com>
Tue, 20 Jul 2010 11:43:23 +0000
(14:43 +0300)
committer
Avi 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