Changeset 79478 in vbox
- Timestamp:
- Jul 2, 2019 5:13:06 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r79477 r79478 1382 1382 1383 1383 /* 1384 * If we are switching to a VMCS that was executed on a different host CPU or was never 1385 * executed before, flag that we need to export the host state before executing 1386 * guest/nested-guest code using hardware-assisted VMX in addition to exporting the 1387 * guest/nested-guest state. 1384 * If we are switching to a VMCS that was executed on a different host CPU or was 1385 * never executed before, flag that we need to export the host state before executing 1386 * guest/nested-guest code using hardware-assisted VMX. 1388 1387 */ 1389 1388 if (pVmcsInfoTo->idHostCpu == RTMpCpuId())
Note:
See TracChangeset
for help on using the changeset viewer.