VirtualBox

Changeset 67080 in vbox for trunk


Ignore:
Timestamp:
May 25, 2017 10:10:47 AM (7 years ago)
Author:
vboxsync
Message:

VMM/HMSVMR0: Nested Hw.virt; for now guru if trying to enter SVM R0 in nested-guest mode, until it's implemented.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp

    r67027 r67080  
    18031803
    18041804    STAM_PROFILE_ADV_START(&pVCpu->hm.s.StatLoadGuestState, x);
     1805
     1806#ifdef VBOX_WITH_NESTED_HWVIRT
     1807    /* Nested Hw. virt through SVM R0 execution is not yet implemented, IEM only, we shouldn't get here. */
     1808    if (CPUMIsGuestInNestedHwVirtMode(pCtx))
     1809        return VERR_NOT_IMPLEMENTED;
     1810#endif
    18051811
    18061812    int rc = hmR0SvmLoadGuestControlRegs(pVCpu, pVmcb, pCtx);
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