- Timestamp:
- May 14, 2019 6:10:33 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 130532
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllCImpl.cpp.h
r78489 r78494 6406 6406 * both set. We have already checked the former earlier in this function. 6407 6407 * 6408 * CPL checks take priority overVM-exit.6408 * CPL and virtual-8086 mode checks take priority over this VM-exit. 6409 6409 * See Intel spec. "25.1.1 Relative Priority of Faults and VM Exits". 6410 6410 */ 6411 /** @todo r=ramshankar: NSTVMX: I'm not entirely certain if V86 mode check has6412 * higher or lower priority than a VM-exit, we assume higher for the time6413 * being. */6414 6411 if ( IEM_VMX_IS_NON_ROOT_MODE(pVCpu) 6415 6412 && IEM_VMX_IS_PROCCTLS_SET(pVCpu, VMX_PROC_CTLS_INVLPG_EXIT))
Note:
See TracChangeset
for help on using the changeset viewer.