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