- Timestamp:
- Dec 10, 2019 5:14:02 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r82532 r82533 9938 9938 * nested-guest using hardware-assisted VMX. 9939 9939 * 9940 * Note! If the nested-guest is not using an MSR bitmap, ever MSR must cause a9940 * Note! If the nested-guest is not using an MSR bitmap, every MSR must cause a 9941 9941 * nested-guest VM-exit even if the outer guest is not intercepting some 9942 9942 * MSRs. We cannot assume the caller has initialized the nested-guest … … 9944 9944 * 9945 9945 * The nested hypervisor may also switch whether it uses MSR bitmaps for 9946 * each VM-entry, hence initializing it once per-VM while setting up the9947 * nested-guest VMCS is not sufficient.9946 * each of its VM-entry, hence initializing it once per-VM while setting 9947 * up the nested-guest VMCS is not sufficient. 9948 9948 */ 9949 9949 PCVMXVVMCS pVmcsNstGst = pVCpu->cpum.GstCtx.hwvirt.vmx.CTX_SUFF(pVmcs); … … 14640 14640 HMVMX_VALIDATE_EXIT_HANDLER_PARAMS(pVCpu, pVmxTransient); 14641 14641 14642 /** @todo Enable the new code after finding a reliably guest test-case. */ 14642 14643 #if 1 14643 /** @todo Use VM-exit instruction information. */14644 14644 return VERR_EM_INTERPRETER; 14645 14645 #else
Note:
See TracChangeset
for help on using the changeset viewer.