VirtualBox

Changeset 53012 in vbox for trunk/src/VBox/Main/src-client


Ignore:
Timestamp:
Oct 9, 2014 5:40:56 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
96484
Message:

Main,Frontend: Windows 10 guest os type.

File:
1 edited

Legend:

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

    r52994 r53012  
    996996        /* Expose CMPXCHG16B. Currently a hack. */
    997997        if (   osTypeId == "Windows81_64"
    998             || osTypeId == "Windows2012_64")
    999         {
    1000             LogRel(("Enabling CMPXCHG16B for Windows 8.1 / 2k12 guests\n"));
     998            || osTypeId == "Windows2012_64"
     999            || osTypeId == "Windows10_64")
     1000        {
     1001            LogRel(("Enabling CMPXCHG16B for Windows 8.1 / 2k12 or newer guests\n"));
    10011002            InsertConfigInteger(pCPUM, "CMPXCHG16B", true);
    10021003        }
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