VirtualBox

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


Ignore:
Timestamp:
Mar 18, 2009 9:03:31 PM (16 years ago)
Author:
vboxsync
Message:

VMM: CR6743344: rdmsr(TSC) == rdtsc

File:
1 edited

Legend:

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

    r17695 r18078  
    26822682        return "Unsupported MSR_IA32_BIOS_UPDT_TRIG";
    26832683    case MSR_IA32_TSC:
    2684         return "Unsupported MSR_IA32_TSC";
     2684        return "MSR_IA32_TSC";
    26852685    case MSR_IA32_MTRR_CAP:
    26862686        return "Unsupported MSR_IA32_MTRR_CAP";
     
    27412741    switch (pRegFrame->ecx)
    27422742    {
     2743    case MSR_IA32_TSC:
     2744        return EMInterpretRdtsc(pVM, pRegFrame);
     2745
    27432746    case MSR_IA32_APICBASE:
    27442747        rc = PDMApicGetBase(pVM, &val);
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