Changeset 77092 in vbox
- Timestamp:
- Feb 1, 2019 6:10:58 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/TRPM.cpp
r76856 r77092 1517 1517 # endif 1518 1518 1519 Assert(!CPUMIsGuestInNestedHwvirtMode(pCtx)); 1519 1520 uint8_t u8Interrupt = 0; 1520 1521 int rc = PDMGetInterrupt(pVCpu, &u8Interrupt); … … 1600 1601 { 1601 1602 VBOXSTRICTRC rcStrict = IEMInjectTrap(pVCpu, u8Interrupt, enmEvent, 0, 0, 0); 1603 /** @todo NSTVMX: NSTSVM: We don't support nested VMX or nested SVM with NEM yet. 1604 * If so we should handle VINF_SVM_VMEXIT and VINF_VMX_VMEXIT codes here. */ 1602 1605 if (rcStrict != VINF_SUCCESS) 1603 1606 return VBOXSTRICTRC_TODO(rcStrict);
Note:
See TracChangeset
for help on using the changeset viewer.