commit | 9d58b93192065f4b2ba6b880e9b0dab0bc11d0ba | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Mon Mar 07 16:52:07 2011 +0200 |
committer | Avi Kivity <avi@redhat.com> | Wed May 11 07:56:56 2011 -0400 |
tree | 819bc3357ebaa90854d90ffa2ab18948d9f5df39 | |
parent | 69c730289011df706a1c9890d6e6c5ee822623c7 [diff] |
KVM: VMX: Avoid vmx_recover_nmi_blocking() when unneeded When we haven't injected an interrupt, we don't need to recover the nmi blocking state (since the guest can't set it by itself). This allows us to avoid a VMREAD later on. Signed-off-by: Avi Kivity <avi@redhat.com>