Changeset 48119 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Aug 28, 2013 10:40:43 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp
r48077 r48119 1117 1117 /*case MSR_IA32_BIOS_UPDT_TRIG: - write-only? */ 1118 1118 case MSR_RAPL_POWER_UNIT: 1119 case MSR_BBL_CR_CTL3: /* ca. core arch? */ 1119 1120 *puValue = 0; 1120 1121 if (CPUMGetGuestCpuVendor(pVCpu->CTX_SUFF(pVM)) != CPUMCPUVENDOR_INTEL) … … 1132 1133 16 /* 15.3 micro-Joules */, 1133 1134 10 /* 976 microseconds increments */, 1135 0); 1136 break; 1137 case MSR_BBL_CR_CTL3: 1138 *puValue = RT_MAKE_U32_FROM_U8(1, /* bit 0 - L2 Hardware Enabled. (RO) */ 1139 1, /* bit 8 - L2 Enabled (R/W). */ 1140 0, /* bit 23 - L2 Not Present (RO). */ 1134 1141 0); 1135 1142 break;
Note:
See TracChangeset
for help on using the changeset viewer.