Changeset 94011 in vbox for trunk/src/VBox
- Timestamp:
- Mar 1, 2022 5:28:19 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r93963 r94011 6635 6635 * Check if VMLAUNCH/VMRESUME succeeded. 6636 6636 * If this failed, we cause a guru meditation and cease further execution. 6637 *6638 * However, if we are executing a nested-guest we might fail if we use the6639 * fast path rather than fully emulating VMLAUNCH/VMRESUME instruction in IEM.6640 6637 */ 6641 6638 if (RT_LIKELY(rcVMRun == VINF_SUCCESS))
Note:
See TracChangeset
for help on using the changeset viewer.