Changeset 90842 in vbox
- Timestamp:
- Aug 24, 2021 11:40:31 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r90613 r90842 10829 10829 * If any new events (interrupts/NMI) are pending currently, we try to set up the 10830 10830 * guest to cause a VM-exit the next time they are ready to receive the event. 10831 *10832 * For nested-guests, verify that the TRPM event that we're about to inject using10833 * hardware-assisted VMX is -not- subject to nested-hypervisor interception.10834 * Otherwise, we should have checked and injected them manually elsewhere (IEM).10835 10831 */ 10836 10832 if (TRPMHasTrap(pVCpu)) 10837 {10838 Assert(!pVmxTransient->fIsNestedGuest || !CPUMIsGuestVmxInterceptEvents(&pVCpu->cpum.GstCtx));10839 10833 hmR0VmxTrpmTrapToPendingEvent(pVCpu); 10840 }10841 10834 10842 10835 uint32_t fIntrState;
Note:
See TracChangeset
for help on using the changeset viewer.