VirtualBox

Changeset 28834 in vbox


Ignore:
Timestamp:
Apr 27, 2010 2:44:55 PM (15 years ago)
Author:
vboxsync
Message:

PAT: the default value should be 0x0007040600070406ULL, but we want to treat all guest memory as WB, so choose type 6 for all PAT slots.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp

    r28800 r28834  
    363363
    364364        /** 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;
    366367
    367368        /* The following MSRs are saved automatically by vmload/vmsave, so we allow the guest
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette