VirtualBox

Changeset 80580 in vbox for trunk/src/VBox/VMM/VMMR0


Ignore:
Timestamp:
Sep 4, 2019 8:49:59 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
133099
Message:

VMM/HMVMXR0: Nested VMX: bugref:9180 Build fix.

File:
1 edited

Legend:

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

    r80579 r80580  
    52845284         * Figure out fixed CR0 bits in VMX operation.
    52855285         */
    5286         uint64_t       fSetCr0 = pVM->hm.s.vmx.Msrs.u64Cr0Fixed0
     5286        uint64_t       fSetCr0 = pVM->hm.s.vmx.Msrs.u64Cr0Fixed0;
    52875287        uint64_t const fZapCr0 = pVM->hm.s.vmx.Msrs.u64Cr0Fixed1;
    52885288        if (pVM->hm.s.vmx.fUnrestrictedGuest)
     
    55785578         * Figure out fixed CR4 bits in VMX operation.
    55795579         */
    5580         uint64_t const fSetCr4 = pVM->hm.s.vmx.Msrs.u64Cr4Fixed0
     5580        uint64_t const fSetCr4 = pVM->hm.s.vmx.Msrs.u64Cr4Fixed0;
    55815581        uint64_t const fZapCr4 = pVM->hm.s.vmx.Msrs.u64Cr4Fixed1;
    55825582
Note: See TracChangeset for help on using the changeset viewer.

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