commit | 668f612fa0d8d4120ec5dc0725d7e1ca3152a954 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@qumranet.com> | Wed Jul 02 09:28:55 2008 +0300 |
committer | Avi Kivity <avi@qumranet.com> | Wed Oct 15 10:15:13 2008 +0200 |
tree | b1daa43b36d544abe32f0bb787fc459c85a6f766 | |
parent | cf393f75661f4b17451377b353833eb5502a9688 [diff] |
KVM: VMX: Move nmi injection failure processing to vm exit path Instead of processing nmi injection failure in the vm entry path, move it to the vm exit path (vm_complete_interrupts()). This separates nmi injection from nmi post-processing, and moves the nmi state from the VT state into vcpu state (new variable nmi_injected specifying an injection in progress). Signed-off-by: Avi Kivity <avi@qumranet.com>