VirtualBox

Changeset 20461 in vbox


Ignore:
Timestamp:
Jun 10, 2009 11:35:43 AM (15 years ago)
Author:
vboxsync
Message:

More MSR logging

File:
1 edited

Legend:

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

    r20408 r20461  
    27832783    case MSR_IA32_PERF_CTL:
    27842784        return "Unsupported MSR_IA32_PERF_CTL";
     2785    case MSR_K7_PERFCTR0:
     2786        return "Unsupported MSR_K7_PERFCTR0";
     2787    case MSR_K7_PERFCTR1:
     2788        return "Unsupported MSR_K7_PERFCTR1";
     2789    case MSR_K7_PERFCTR2:
     2790        return "Unsupported MSR_K7_PERFCTR2";
     2791    case MSR_K7_PERFCTR3:
     2792        return "Unsupported MSR_K7_PERFCTR3";
    27852793    }
    27862794    return "Unknown MSR";
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