]> 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)
commit590e245dead15a488b9fd273bcad3075236204f7
tree41da2f8bc91a70a1aba0aeb72243b2e99d8b7933
parent6de384c943837f76610da808381372bdc12923a1
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