Changeset 48066 in vbox for trunk/src/VBox
- Timestamp:
- Aug 26, 2013 3:05:20 PM (11 years ago)
- Location:
- trunk/src/VBox/VMM/VMMAll
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp
r48026 r48066 1102 1102 */ 1103 1103 case MSR_IA32_BIOS_SIGN_ID: /* fam/mod >= 6_01 */ 1104 case MSR_IA32_MC P_CAP: /* fam/mod >= 6_01 */1105 /*case MSR_IA32_MCP_STATUS: -indicated as not present in CAP */1106 /*case MSR_IA32_MC P_CTRL: - indicated as not present in CAP */1104 case MSR_IA32_MCG_CAP: /* fam/mod >= 6_01 */ 1105 case MSR_IA32_MCG_STATUS: /* indicated as not present in CAP */ 1106 /*case MSR_IA32_MCG_CTRL: - indicated as not present in CAP */ 1107 1107 case MSR_IA32_MC0_CTL: 1108 1108 case MSR_IA32_MC0_STATUS: … … 1388 1388 case MSR_IA32_BIOS_UPDT_TRIG: /* fam/mod >= 6_01 */ 1389 1389 /*case MSR_IA32_MCP_CAP: - read-only */ 1390 /*case MSR_IA32_MC P_STATUS: - read-only */1391 /*case MSR_IA32_MC P_CTRL: - indicated as not present in CAP */1390 /*case MSR_IA32_MCG_STATUS: - read-only */ 1391 /*case MSR_IA32_MCG_CTRL: - indicated as not present in CAP */ 1392 1392 /*case MSR_IA32_MC0_CTL: - read-only? */ 1393 1393 /*case MSR_IA32_MC0_STATUS: - read-only? */ -
trunk/src/VBox/VMM/VMMAll/EMAll.cpp
r47326 r48066 1658 1658 case MSR_IA32_MISC_ENABLE: return "MSR_IA32_MISC_ENABLE"; 1659 1659 case MSR_IA32_MTRR_CAP: return "MSR_IA32_MTRR_CAP"; 1660 case MSR_IA32_MC P_CAP: return "Unsupported MSR_IA32_MCP_CAP";1661 case MSR_IA32_MC P_STATUS: return "Unsupported MSR_IA32_MCP_STATUS";1662 case MSR_IA32_MC P_CTRL: return "Unsupported MSR_IA32_MCP_CTRL";1660 case MSR_IA32_MCG_CAP: return "Unsupported MSR_IA32_MCG_CAP"; 1661 case MSR_IA32_MCG_STATUS: return "Unsupported MSR_IA32_MCG_STATUS"; 1662 case MSR_IA32_MCG_CTRL: return "Unsupported MSR_IA32_MCG_CTRL"; 1663 1663 case MSR_IA32_MTRR_DEF_TYPE: return "MSR_IA32_MTRR_DEF_TYPE"; 1664 1664 case MSR_K7_EVNTSEL0: return "Unsupported MSR_K7_EVNTSEL0";
Note:
See TracChangeset
for help on using the changeset viewer.