Changeset 53012 in vbox for trunk/src/VBox/Main/src-client
- Timestamp:
- Oct 9, 2014 5:40:56 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 96484
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
r52994 r53012 996 996 /* Expose CMPXCHG16B. Currently a hack. */ 997 997 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")); 1001 1002 InsertConfigInteger(pCPUM, "CMPXCHG16B", true); 1002 1003 }
Note:
See TracChangeset
for help on using the changeset viewer.