Changeset 87690 in vbox for trunk/src/VBox
- Timestamp:
- Feb 10, 2021 4:00:28 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 142732
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r87633 r87690 9095 9095 { 9096 9096 #ifdef VBOX_WITH_NESTED_HWVIRT_VMX 9097 if ( fIsNestedGuest 9098 && CPUMIsGuestVmxPinCtlsSet(pCtx, VMX_PIN_CTLS_EXT_INT_EXIT)) 9097 if ( fIsNestedGuest 9098 && CPUMIsGuestVmxPinCtlsSet(pCtx, VMX_PIN_CTLS_EXT_INT_EXIT) 9099 && !CPUMIsGuestVmxExitCtlsSet(pCtx, VMX_EXIT_CTLS_ACK_EXT_INT)) 9099 9100 { 9100 9101 VBOXSTRICTRC rcStrict = IEMExecVmxVmexitExtInt(pVCpu, 0 /* uVector */, true /* fIntPending */);
Note:
See TracChangeset
for help on using the changeset viewer.