commit | 7881f96cac4d420c94e62a4e1eea243899a7052e | [log] [tgz] |
---|---|---|
author | Jim Mattson <jmattson@google.com> | Thu Sep 14 16:31:40 2017 -0700 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Fri Sep 15 16:57:14 2017 +0200 |
tree | 41da2f8bc91a70a1aba0aeb72243b2e99d8b7933 | |
parent | 4c0b4bc60f95de4741c89b41174760258343f091 [diff] |
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>