Changeset 49360 in vbox
- Timestamp:
- Nov 1, 2013 12:08:56 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 90397
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp
r49355 r49360 1209 1209 case MSR_K8_HWCR: /* Very interesting bits here. :) */ 1210 1210 case MSR_K8_VM_CR: /* Windows 8 */ 1211 case 0xc0011029: /* quick fix for FreeBSd 9.1. */ 1212 case 0xc0010042: /* quick fix for something. */ 1213 case 0xc001102a: /* quick fix for w2k8 + opposition. */ 1214 case 0xc0011004: /* quick fix for the opposition. */ 1215 case 0xc0011005: /* quick fix for the opposition. */ 1216 case MSR_K7_EVNTSEL0: /* quick fix for the opposition. */ 1217 case MSR_K7_EVNTSEL1: /* quick fix for the opposition. */ 1218 case MSR_K7_EVNTSEL2: /* quick fix for the opposition. */ 1219 case MSR_K7_EVNTSEL3: /* quick fix for the opposition. */ 1220 case MSR_K7_PERFCTR0: /* quick fix for the opposition. */ 1221 case MSR_K7_PERFCTR1: /* quick fix for the opposition. */ 1222 case MSR_K7_PERFCTR2: /* quick fix for the opposition. */ 1223 case MSR_K7_PERFCTR3: /* quick fix for the opposition. */ 1211 1224 *puValue = 0; 1212 1225 if (CPUMGetGuestCpuVendor(pVCpu->CTX_SUFF(pVM)) != CPUMCPUVENDOR_AMD)
Note:
See TracChangeset
for help on using the changeset viewer.