Changeset 48436 in vbox
- Timestamp:
- Sep 11, 2013 3:55:29 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 88886
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r48426 r48436 3115 3115 | X86_CR0_CD /* Bit ignored on VM-entry and VM-exit. Don't let the guest modify the host CR0.CD */ 3116 3116 | X86_CR0_NW; /* Bit ignored on VM-entry and VM-exit. Don't let the guest modify the host CR0.NW */ 3117 /** @todo Temporarily intercept CR0.PE changes with unrestricted. Fix PGM 3118 * enmGuestMode to not be out-of-sync. See @bugref{6398}. */ 3119 #if 0 3117 3120 if (pVM->hm.s.vmx.fUnrestrictedGuest) 3118 3121 u32CR0Mask &= ~X86_CR0_PE; 3122 #endif 3119 3123 if (pVM->hm.s.fNestedPaging) 3120 3124 u32CR0Mask &= ~X86_CR0_WP;
Note:
See TracChangeset
for help on using the changeset viewer.