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)
commit7881f96cac4d420c94e62a4e1eea243899a7052e
tree41da2f8bc91a70a1aba0aeb72243b2e99d8b7933
parent4c0b4bc60f95de4741c89b41174760258343f091
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