Changeset 45668 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Apr 22, 2013 3:15:42 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r45657 r45668 2821 2821 u64CR0Mask &= ~X86_CR0_PE; 2822 2822 /* Enable this later. */ 2823 /*if (pVM->hm.s.fNestedPaging)2824 u64CR0Mask &= ~X86_CR0_WP; */2823 if (pVM->hm.s.fNestedPaging) 2824 u64CR0Mask &= ~X86_CR0_WP; 2825 2825 2826 2826 /* If the guest FPU state is active, don't need to VM-exit on writes to FPU related bits in CR0. */
Note:
See TracChangeset
for help on using the changeset viewer.