Changeset 11767 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Aug 28, 2008 3:10:46 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 35545
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
r11763 r11767 878 878 /* Note: We must also set this as we rely on protecting various pages for which supervisor writes must be caught. */ 879 879 val |= X86_CR0_WP; 880 881 /* Always enable caching. */ 882 val &= ~(X86_CR0_CD|X86_CR0_NW); 880 883 881 884 rc |= VMXWriteVMCS(VMX_VMCS_GUEST_CR0, val);
Note:
See TracChangeset
for help on using the changeset viewer.