Changeset 80490 in vbox for trunk/src/VBox
- Timestamp:
- Aug 29, 2019 8:23:12 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllCImplVmxInstr.cpp.h
r80489 r80490 2445 2445 # if defined(VBOX_WITH_NESTED_HWVIRT_ONLY_IN_IEM) && !defined(IN_RING3) 2446 2446 RT_NOREF3(pVCpu, uExitReason, u64ExitQual); 2447 return VINF_EM_RAW_EMULATE_INSTR; 2447 AssertMsgFailed(("VM-exit should only be invoked from ring-3 when nested-guest executes only in ring-3!\n")); 2448 return VERR_IEM_IPE_7; 2448 2449 # else 2449 2450 PVMXVVMCS pVmcs = pVCpu->cpum.GstCtx.hwvirt.vmx.CTX_SUFF(pVmcs);
Note:
See TracChangeset
for help on using the changeset viewer.