Changeset 82612 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Dec 18, 2019 10:47:57 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 135499
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/HM.cpp
r82011 r82612 356 356 * if it's available. */ 357 357 rc = CFGMR3QueryBoolDef(pCfgHm, "SvmVGif", &pVM->hm.s.svm.fVGif, true); 358 AssertRCReturn(rc, rc); 359 360 /** @cfgm{/HM/SvmLbrVirt, bool, false} 361 * Whether to make use of the LBR virtualization feature of the CPU if it's 362 * available. This is disabled by default as its only useful while debugging 363 * and enabling it causes a small hit to performance. */ 364 rc = CFGMR3QueryBoolDef(pCfgHm, "SvmLbrVirt", &pVM->hm.s.svm.fLbrVirt, false); 358 365 AssertRCReturn(rc, rc); 359 366
Note:
See TracChangeset
for help on using the changeset viewer.