VirtualBox

Changeset 76797 in vbox for trunk


Ignore:
Timestamp:
Jan 14, 2019 6:06:40 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
128135
Message:

VMM/HM: Nested VMX: bugref:9180 IEM-only execution fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/HMAll.cpp

    r76553 r76797  
    7272#ifdef VBOX_WITH_NESTED_HWVIRT_ONLY_IN_IEM
    7373    if (   CPUMIsGuestInSvmNestedHwVirtMode(pCtx)
    74         || CPUMIsGuestVmxEnabled(pCtx))
     74        || CPUMIsGuestInVmxNonRootMode(pCtx))
    7575    {
    7676        LogFunc(("In nested-guest mode - returning false"));
Note: See TracChangeset for help on using the changeset viewer.

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