VirtualBox

Changeset 73107 in vbox


Ignore:
Timestamp:
Jul 13, 2018 5:59:14 AM (7 years ago)
Author:
vboxsync
Message:

VMM/HM: Always return 'true' for unrestricted-guest feature on AMD CPUs.

File:
1 edited

Legend:

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

    r72991 r73107  
    32493249    PVM pVM = pUVM->pVM;
    32503250    VM_ASSERT_VALID_EXT_RETURN(pVM, false);
    3251     return pVM->hm.s.vmx.fUnrestrictedGuest;
     3251    return pVM->hm.s.vmx.fUnrestrictedGuest
     3252        || pVM->hm.s.svm.fSupported;
    32523253}
    32533254
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