Changeset 79486 in vbox for trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
- Timestamp:
- Jul 3, 2019 5:24:41 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 131750
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r79485 r79486 1389 1389 * never executed before, flag that we need to export the host state before executing 1390 1390 * guest/nested-guest code using hardware-assisted VMX. 1391 * 1392 * This could probably be done in a preemptible context since the preemption hook 1393 * will flag the necessary change in host context. However, since preemption is 1394 * already disabled and to avoid making assumptions about host specific code in 1395 * RTMpCpuId when called with preemption enabled, we'll do this while preemption is 1396 * disabled. 1391 1397 */ 1392 1398 if (pVmcsInfoTo->idHostCpu == RTMpCpuId())
Note:
See TracChangeset
for help on using the changeset viewer.