Changeset 75245 in vbox
- Timestamp:
- Nov 5, 2018 8:45:10 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/VMM.cpp
r75152 r75245 1587 1587 /* If the CPU is in VMX non-root mode we must cause a VM-exit. */ 1588 1588 if (CPUMIsGuestInVmxNonRootMode(pCtx)) 1589 return IEMExecVmxVmexitStartupIpi(pVCpu, uVector);1589 return VBOXSTRICTRC_TODO(IEMExecVmxVmexitStartupIpi(pVCpu, uVector)); 1590 1590 1591 1591 /* If the CPU is in VMX root mode (and not in VMX non-root mode) SIPIs are blocked. */ … … 1635 1635 PCPUMCTX pCtx = CPUMQueryGuestCtxPtr(pVCpu); 1636 1636 if (CPUMIsGuestInVmxNonRootMode(pCtx)) 1637 return IEMExecVmxVmexitInitIpi(pVCpu);1637 return VBOXSTRICTRC_TODO(IEMExecVmxVmexitInitIpi(pVCpu)); 1638 1638 #endif 1639 1639
Note:
See TracChangeset
for help on using the changeset viewer.