Changeset 47942 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Aug 20, 2013 10:11:52 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp
r47939 r47942 1115 1115 * AMD specific MSRs: 1116 1116 */ 1117 case MSR_K8_SYSCFG: /** @todo can be written, but we ignore that for now. */ 1117 case MSR_K8_SYSCFG: 1118 case MSR_K8_INT_PENDING: 1118 1119 *puValue = 0; 1119 1120 if (CPUMGetGuestCpuVendor(pVCpu->CTX_SUFF(pVM)) != CPUMCPUVENDOR_AMD) … … 1371 1372 * AMD specific MSRs: 1372 1373 */ 1373 case MSR_K8_SYSCFG: /** @todo can be written, but we ignore that for now. */ 1374 case MSR_K8_SYSCFG: /** @todo can be written, but we ignore that for now. */ 1375 case MSR_K8_INT_PENDING: /** @todo can be written, but we ignore that for now. */ 1374 1376 if (CPUMGetGuestCpuVendor(pVCpu->CTX_SUFF(pVM)) != CPUMCPUVENDOR_AMD) 1375 1377 {
Note:
See TracChangeset
for help on using the changeset viewer.