VirtualBox

Changeset 48361 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Sep 6, 2013 2:37:34 PM (11 years ago)
Author:
vboxsync
Message:

VMM/HMVMXR0: comment cosmetic.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp

    r48360 r48361  
    71737173    AssertLogRelMsgRCReturn(rc, ("hmR0VmxSetupVMRunHandler! rc=%Rrc (pVM=%p pVCpu=%p)\n", rc, pVM, pVCpu), rc);
    71747174
     7175    /* This needs to be done after hmR0VmxSetupVMRunHandler() as changing pfnStartVM may require VM-entry control updates. */
    71757176    rc = hmR0VmxLoadGuestEntryCtls(pVCpu, pMixedCtx);
    71767177    AssertLogRelMsgRCReturn(rc, ("hmR0VmxLoadGuestEntryCtls! rc=%Rrc (pVM=%p pVCpu=%p)\n", rc, pVM, pVCpu), rc);
    71777178
    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. */
    71797180    rc = hmR0VmxLoadGuestExitCtls(pVCpu, pMixedCtx);
    71807181    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.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette