Changeset 20461 in vbox
- Timestamp:
- Jun 10, 2009 11:35:43 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/EMAll.cpp
r20408 r20461 2783 2783 case MSR_IA32_PERF_CTL: 2784 2784 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"; 2785 2793 } 2786 2794 return "Unknown MSR";
Note:
See TracChangeset
for help on using the changeset viewer.