Changeset 28834 in vbox
- Timestamp:
- Apr 27, 2010 2:44:55 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp
r28800 r28834 363 363 364 364 /** Setup the PAT msr (nested paging only) */ 365 pVMCB->guest.u64GPAT = 0x0007040600070406ULL; 365 /* The default value should be 0x0007040600070406ULL, but we want to treat all guest memory as WB, so choose type 6 for all PAT slots. */ 366 pVMCB->guest.u64GPAT = 0x0006060606060606ULL; 366 367 367 368 /* The following MSRs are saved automatically by vmload/vmsave, so we allow the guest
Note:
See TracChangeset
for help on using the changeset viewer.