VirtualBox

Changeset 48915 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Oct 7, 2013 11:44:24 AM (11 years ago)
Author:
vboxsync
Message:

Always set the HVP bit, seems 10.6.8 requires it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp

    r48777 r48915  
    925925        if (fOsXGuest)
    926926        {
    927             if (   osTypeId >= "MacOS107_64"
    928                 || osTypeId == "MacOS"          /* legacy */
    929                 || osTypeId == "MacOS_64")      /* legacy */
    930                 InsertConfigInteger(pCPUM, "EnableHVP", 1);
     927            InsertConfigInteger(pCPUM, "EnableHVP", 1);
    931928
    932929            /* Fake the CPU family/model so the guest works.  This is partly
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