Changeset 48077 in vbox for trunk/src/VBox
- Timestamp:
- Aug 27, 2013 10:20:47 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp
r48075 r48077 1145 1145 case MSR_K8_NB_CFG: /* (All known values are 0 on reset.) */ 1146 1146 case MSR_K8_HWCR: /* Very interesting bits here. :) */ 1147 case MSR_K8_VM_CR: /* Windows 8 */ 1147 1148 *puValue = 0; 1148 1149 if (CPUMGetGuestCpuVendor(pVCpu->CTX_SUFF(pVM)) != CPUMCPUVENDOR_AMD)
Note:
See TracChangeset
for help on using the changeset viewer.