Changeset 15389 in vbox for trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
- Timestamp:
- Dec 12, 2008 5:19:26 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
r15386 r15389 1572 1572 pVCpu->hwaccm.s.vmx.pfnStartVM = VMXR0StartVM32; 1573 1573 } 1574 1575 /* Unconditionally update the guest EFER. */ 1576 rc = VMXWriteVMCS64(VMX_VMCS_GUEST_EFER_FULL, pCtx->msrEFER); 1577 AssertRC(rc); 1574 1578 1575 1579 vmxR0UpdateExceptionBitmap(pVM, pVCpu, pCtx); … … 3644 3648 case VMX_VMCS_GUEST_PDPTR3_FULL: 3645 3649 case VMX_VMCS_GUEST_DEBUGCTL_FULL: 3650 case VMX_VMCS_GUEST_EFER_FULL: 3646 3651 case VMX_VMCS_CTRL_EPTP_FULL: 3647 3652 /* These fields consist of two parts, which are both writable in 32 bits mode. */
Note:
See TracChangeset
for help on using the changeset viewer.