]> git.baikalelectronics.ru Git - kernel.git/commit
kvm: nVMX: Remove nested_vmx_succeed after successful VM-entry
authorJim Mattson <jmattson@google.com>
Thu, 14 Sep 2017 23:31:40 +0000 (16:31 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 15 Sep 2017 14:57:14 +0000 (16:57 +0200)
commit88fb658328d59d6436a7bf5f006480c32d2f0b2a
tree41da2f8bc91a70a1aba0aeb72243b2e99d8b7933
parent34a3748d7887c2f3b4e6e35eeea09683e4e3b087
kvm: nVMX: Remove nested_vmx_succeed after successful VM-entry

After a successful VM-entry, RFLAGS is cleared, with the exception of
bit 1, which is always set. This is handled by load_vmcs12_host_state.

Signed-off-by: Jim Mattson <jmattson@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/vmx.c