VirtualBox

Changeset 49360 in vbox


Ignore:
Timestamp:
Nov 1, 2013 12:08:56 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
90397
Message:

Stopgap MSR fixes (better MSR implementation is underways, just very tedious work), getter as well.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp

    r49355 r49360  
    12091209        case MSR_K8_HWCR:               /* Very interesting bits here. :) */
    12101210        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. */
    12111224            *puValue = 0;
    12121225            if (CPUMGetGuestCpuVendor(pVCpu->CTX_SUFF(pVM)) != CPUMCPUVENDOR_AMD)
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette