Changeset 73732 in vbox for trunk/src/VBox
- Timestamp:
- Aug 17, 2018 11:41:47 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllCImplVmxInstr.cpp.h
r73726 r73732 623 623 pVCpu->cpum.GstCtx.hwvirt.vmx.GCPhysVmxon = GCPhysVmxon; 624 624 pVCpu->cpum.GstCtx.hwvirt.vmx.fInVmxRootMode = true; 625 /** @todo NSTVMX: init. current VMCS pointer with ~0. */625 pVCpu->cpum.GstCtx.hwvirt.vmx.GCPhysVmcs = NIL_RTGCPHYS; 626 626 /** @todo NSTVMX: clear address-range monitoring. */ 627 627 /** @todo NSTVMX: Intel PT. */
Note:
See TracChangeset
for help on using the changeset viewer.