- Timestamp:
- Sep 17, 2018 10:48:43 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllCImplVmxInstr.cpp.h
r74303 r74304 3776 3776 Assert(!(pVmcs->u32ProcCtls2 & VMX_PROC_CTLS2_VMFUNC)); /* We don't support VM functions yet. */ 3777 3777 Assert(!(pVmcs->u32ProcCtls2 & VMX_PROC_CTLS2_EPT_VE)); /* We don't support EPT-violation #VE yet. */ 3778 Assert(!(pVmcs->u32ProcCtls2 & VMX_PROC_CTLS2_PAUSE_LOOP_EXIT)); /* We don't support Pause-loop exiting yet. */ 3778 3779 3779 3780 /* VMCS shadowing. */ … … 4445 4446 /** @todo NSTVMX: TPR thresholding. */ 4446 4447 4447 iemVmxVmSucceed(pVCpu);4448 iemRegAddToRipAndClearRF(pVCpu, cbInstr);4449 4448 return VINF_SUCCESS; 4450 4449 }
Note:
See TracChangeset
for help on using the changeset viewer.