]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: VMX: Qualify check for host NMI
authorAvi Kivity <avi@redhat.com>
Mon, 7 Mar 2011 15:20:29 +0000 (17:20 +0200)
committerAvi Kivity <avi@redhat.com>
Wed, 11 May 2011 11:56:56 +0000 (07:56 -0400)
commit5334e8bccdf2deff9b784562716b65707e6c9467
tree3d7a8ab867642433d77fea4c0326398083d43bde
parentb114714598dc25ae2d24ce814b27808598a828d7
KVM: VMX: Qualify check for host NMI

Check for the exit reason first; this allows us, later,
to avoid a VMREAD for VM_EXIT_INTR_INFO_FIELD.

Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/vmx.c