Changeset 107931 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Jan 24, 2025 10:00:36 AM (4 weeks ago)
- svn:sync-xref-src-repo-rev:
- 167166
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/NEMR3Native-win.cpp
r107863 r107931 1539 1539 AssertReturn(!pVM->nem.s.fCreatedEmts, VERR_WRONG_ORDER); 1540 1540 AssertReturn(pVM->bMainExecutionEngine == VM_EXEC_ENGINE_NATIVE_API, VERR_WRONG_ORDER); 1541 1542 /* 1543 * Determine whether we can and should export/import IA32_SPEC_CTRL. 1544 */ 1545 pVM->nem.s.fDoIa32SpecCtrl = pVM->nem.s.fSpeculationControl 1546 && g_CpumHostFeatures.s.fSpecCtrlMsr 1547 && pVM->cpum.ro.GuestFeatures.fSpecCtrlMsr; 1541 1548 1542 1549 /*
Note:
See TracChangeset
for help on using the changeset viewer.