]> 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)
commit457ee1b2456a8b67f448f36601e38f54c22ed59d
tree3d7a8ab867642433d77fea4c0326398083d43bde
parent691f10c4bb3876485d975bde6a4c1880f782a0ae
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