commit | cf393f75661f4b17451377b353833eb5502a9688 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@qumranet.com> | Tue Jul 01 16:20:21 2008 +0300 |
committer | Avi Kivity <avi@qumranet.com> | Wed Oct 15 10:15:12 2008 +0200 |
tree | 4ec14e8f1acc5c7b34ecdbae8832b9bffa84e779 | |
parent | 5b5c6a5a60801effb559e787a947885d9850a7da [diff] |
KVM: Move NMI IRET fault processing to new vmx_complete_interrupts() Currently most interrupt exit processing is handled on the entry path, which is confusing. Move the NMI IRET fault processing to a new function, vmx_complete_interrupts(), which is called on the vmexit path. Signed-off-by: Avi Kivity <avi@qumranet.com>