Changeset 48361 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Sep 6, 2013 2:37:34 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r48360 r48361 7173 7173 AssertLogRelMsgRCReturn(rc, ("hmR0VmxSetupVMRunHandler! rc=%Rrc (pVM=%p pVCpu=%p)\n", rc, pVM, pVCpu), rc); 7174 7174 7175 /* This needs to be done after hmR0VmxSetupVMRunHandler() as changing pfnStartVM may require VM-entry control updates. */ 7175 7176 rc = hmR0VmxLoadGuestEntryCtls(pVCpu, pMixedCtx); 7176 7177 AssertLogRelMsgRCReturn(rc, ("hmR0VmxLoadGuestEntryCtls! rc=%Rrc (pVM=%p pVCpu=%p)\n", rc, pVM, pVCpu), rc); 7177 7178 7178 /* This needs to be done after pfnStartVM is set as it may require exit guest controls changes. */7179 /* This needs to be done after hmR0VmxSetupVMRunHandler() as changing pfnStartVM may require VM-exit control updates. */ 7179 7180 rc = hmR0VmxLoadGuestExitCtls(pVCpu, pMixedCtx); 7180 7181 AssertLogRelMsgRCReturn(rc, ("hmR0VmxSetupExitCtls failed! rc=%Rrc (pVM=%p pVCpu=%p)\n", rc, pVM, pVCpu), rc);
Note:
See TracChangeset
for help on using the changeset viewer.