Changeset 11764 in vbox
- Timestamp:
- Aug 28, 2008 2:28:50 PM (16 years ago)
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/HWACCM.cpp
r11705 r11764 524 524 hwaccmr3DisableRawMode(pVM); 525 525 526 /* Clear the PAT feature; see #3026. */527 CPUMClearGuestCpuIdFeature(pVM, CPUMCPUIDFEATURE_PAT);528 529 526 CPUMSetGuestCpuIdFeature(pVM, CPUMCPUIDFEATURE_SEP); 530 527 #ifdef VBOX_ENABLE_64_BITS_GUESTS -
trunk/src/VBox/VMM/VMMAll/EMAll.cpp
r11748 r11764 2083 2083 return VERR_EM_INTERPRETER; /* @todo generate #GP(0) */ 2084 2084 } 2085 2086 CPUMSetGuestCpuIdFeature(pVM, CPUMCPUIDFEATURE_PAT);2087 2085 msrEFER |= MSR_K6_EFER_LMA; 2088 2086 }
Note:
See TracChangeset
for help on using the changeset viewer.