- Timestamp:
- Jan 10, 2020 5:26:47 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllCImplVmxInstr.cpp.h
r82575 r82705 3510 3510 Assert(pVmcs); 3511 3511 Assert(!fIntPending || uVector == 0); 3512 3513 /** @todo NSTVMX: r=ramshankar: Consider standardizing check basic/blanket3514 * intercepts for VM-exits. Right now it is not clear which iemVmxVmexitXXX()3515 * functions require prior checking of a blanket intercept and which don't.3516 * It is better for the caller to check a blanket intercept performance wise3517 * than making a function call. Leaving this as a todo because it is more3518 * a performance issue. */3519 3512 3520 3513 /* The VM-exit is subject to "External interrupt exiting" being set. */
Note:
See TracChangeset
for help on using the changeset viewer.