Hi Gleb and Paolo, >From current KVM codes, when L2 cause VMEXIT or L1 fails to enter L2, host VMX will execute nested_vmx_vmexit() and nested_vmx_entry_failure(). Both of them calls load_vmcs12_host_state() which loads vmcs12's HOST fields as vmcs01's GUEST fields. But the HOST and GUEST fields are not accurately correspondence, e.g. GUEST_CS/ES..._BASE/LIMIT/AR. What will these MSRs be set?
Thanks, Arthur -- Arthur Chunqi Li Department of Computer Science School of EECS Peking University Beijing, China -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
