VirtualBox

Changeset 70986 in vbox for trunk/src/VBox/VMM/VMMR3


Ignore:
Timestamp:
Feb 13, 2018 9:41:54 AM (7 years ago)
Author:
vboxsync
Message:

VMM/HM: Log and nit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/HM.cpp

    r70948 r70986  
    12421242        }
    12431243        if (iCpu == 0)
    1244             LogRel(("HM: fWorldSwitcher=%#x (fIbpbOnVmExit=%d fIbpbOnVmEntry=%d)\n",
     1244            LogRel(("HM: fWorldSwitcher=%#x (fIbpbOnVmExit=%RTbool fIbpbOnVmEntry=%RTbool)\n",
    12451245                    pCpuCtx->fWorldSwitcher, pVM->hm.s.fIbpbOnVmExit, pVM->hm.s.fIbpbOnVmEntry));
    12461246    }
    12471247
    12481248    /*
    1249      * Do the vendor specific initialization                                                                                                               .
    1250      *                                                                                                                                                    .
    1251      * Note! We disable release log buffering here since we're doing relatively                                                                           .
    1252      *       lot of logging and doesn't want to hit the disk with each LogRel                                                                             .
     1249     * Do the vendor specific initialization
     1250     *
     1251     * Note! We disable release log buffering here since we're doing relatively
     1252     *       lot of logging and doesn't want to hit the disk with each LogRel
    12531253     *       statement.
    12541254     */
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