Changeset 80580 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Sep 4, 2019 8:49:59 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 133099
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r80579 r80580 5284 5284 * Figure out fixed CR0 bits in VMX operation. 5285 5285 */ 5286 uint64_t fSetCr0 = pVM->hm.s.vmx.Msrs.u64Cr0Fixed0 5286 uint64_t fSetCr0 = pVM->hm.s.vmx.Msrs.u64Cr0Fixed0; 5287 5287 uint64_t const fZapCr0 = pVM->hm.s.vmx.Msrs.u64Cr0Fixed1; 5288 5288 if (pVM->hm.s.vmx.fUnrestrictedGuest) … … 5578 5578 * Figure out fixed CR4 bits in VMX operation. 5579 5579 */ 5580 uint64_t const fSetCr4 = pVM->hm.s.vmx.Msrs.u64Cr4Fixed0 5580 uint64_t const fSetCr4 = pVM->hm.s.vmx.Msrs.u64Cr4Fixed0; 5581 5581 uint64_t const fZapCr4 = pVM->hm.s.vmx.Msrs.u64Cr4Fixed1; 5582 5582
Note:
See TracChangeset
for help on using the changeset viewer.