VirtualBox

Changeset 77092 in vbox


Ignore:
Timestamp:
Feb 1, 2019 6:10:58 AM (6 years ago)
Author:
vboxsync
Message:

VMM/TRPM: Nested VMX: bugref:9180 Assertions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/TRPM.cpp

    r76856 r77092  
    15171517# endif
    15181518
     1519    Assert(!CPUMIsGuestInNestedHwvirtMode(pCtx));
    15191520    uint8_t u8Interrupt = 0;
    15201521    int rc = PDMGetInterrupt(pVCpu, &u8Interrupt);
     
    16001601        {
    16011602            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. */
    16021605            if (rcStrict != VINF_SUCCESS)
    16031606                return VBOXSTRICTRC_TODO(rcStrict);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette