commit | f7d9238f5dc9306fd3bf1653c2939eef72f94d06 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@qumranet.com> | Thu Jul 03 16:14:28 2008 +0300 |
committer | Avi Kivity <avi@qumranet.com> | Wed Oct 15 10:15:13 2008 +0200 |
tree | 2f3e03f2b6ed46450e27bc465efa8f4926cd373f | |
parent | 937a7eaef9f08342958d17055a350982b7bd92cb [diff] |
KVM: VMX: Move interrupt post-processing to vmx_complete_interrupts() Instead of looking at failed injections in the vm entry path, move processing to the exit path in vmx_complete_interrupts(). This simplifes the logic and removes any state that is hidden in vmx registers. Signed-off-by: Avi Kivity <avi@qumranet.com>