VirtualBox

Changeset 48119 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Aug 28, 2013 10:40:43 AM (11 years ago)
Author:
vboxsync
Message:

Another intel MSR.

File:
1 edited

Legend:

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

    r48077 r48119  
    11171117        /*case MSR_IA32_BIOS_UPDT_TRIG: - write-only? */
    11181118        case MSR_RAPL_POWER_UNIT:
     1119        case MSR_BBL_CR_CTL3:               /* ca. core arch? */
    11191120            *puValue = 0;
    11201121            if (CPUMGetGuestCpuVendor(pVCpu->CTX_SUFF(pVM)) != CPUMCPUVENDOR_INTEL)
     
    11321133                                                   16 /* 15.3 micro-Joules */,
    11331134                                                   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). */
    11341141                                                   0);
    11351142                    break;
Note: See TracChangeset for help on using the changeset viewer.

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