Changeset 61392 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Jun 2, 2016 12:47:37 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 107706
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/CPUM.cpp
r61341 r61392 92 92 * sseblk.s. When CR0 was changed by saving the FPU state, CPUM must now inform 93 93 * the VT-x (HMVMX) code about it as it caches the CR0 value in the VMCS. 94 * 95 * 96 * @section sec_cpum_logging Logging Level Assignments. 97 * 98 * Following log level assignments: 99 * - Log6 is used for FPU state management. 100 * - Log7 is used for FPU state actualization. 94 101 * 95 102 */
Note:
See TracChangeset
for help on using the changeset viewer.