VirtualBox

Changeset 49927 in vbox for trunk/src/VBox/VMM/VMMR3


Ignore:
Timestamp:
Dec 16, 2013 12:17:39 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
91319
Message:

VMM: Mapped the MSRs for a core 2 penryn cpu.

Location:
trunk/src/VBox/VMM/VMMR3
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/CPUM.cpp

    r49915 r49927  
    38183818            if (uECX & RT_BIT(29))  pHlp->pfnPrintf(pHlp, " 29");
    38193819            if (uECX & RT_BIT(30))  pHlp->pfnPrintf(pHlp, " 30");
    3820             if (uECX & RT_BIT(31))  pHlp->pfnPrintf(pHlp, " 31");
     3820            if (uECX & RT_BIT(31))  pHlp->pfnPrintf(pHlp, " HVP");
    38213821            pHlp->pfnPrintf(pHlp, "\n");
    38223822        }
  • trunk/src/VBox/VMM/VMMR3/CPUMR3Db.cpp

    r49899 r49927  
    176176#include "cpus/Intel_Core_i7_3960X.h"
    177177#include "cpus/Intel_Core_i5_3570.h"
     178#include "cpus/Intel_Xeon_X5482_3_20GHz.h"
    178179
    179180#include "cpus/AMD_FX_8150_Eight_Core.h"
     
    198199#ifdef Intel_Pentium_M_processor_2_00GHz
    199200    &g_Entry_Intel_Pentium_M_processor_2_00GHz,
     201#endif
     202#ifdef VBOX_CPUDB_Intel_Xeon_X5482_3_20GHz
     203    &g_Entry_Intel_Xeon_X5482_3_20GHz,
    200204#endif
    201205#ifdef VBOX_CPUDB_AMD_FX_8150_Eight_Core
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