Changeset 89868 in vbox for trunk/src/VBox/Main/src-client
- Timestamp:
- Jun 23, 2021 6:02:11 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 145325
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
r89852 r89868 1032 1032 LogRel(("Limiting CPUID leaf count for NT4 guests\n")); 1033 1033 InsertConfigInteger(pCPUM, "NT4LeafLimit", true); 1034 }1035 1036 /* Expose CMPXCHG16B. Currently a hack. */1037 if ( osTypeId == "Windows81_64"1038 || osTypeId == "Windows2012_64"1039 || osTypeId == "Windows10_64"1040 || osTypeId == "Windows2016_64")1041 {1042 LogRel(("Enabling CMPXCHG16B for Windows 8.1 / 2k12 or newer guests\n"));1043 InsertConfigInteger(pIsaExts, "CMPXCHG16B", true);1044 1034 } 1045 1035
Note:
See TracChangeset
for help on using the changeset viewer.