VirtualBox

Changeset 48436 in vbox


Ignore:
Timestamp:
Sep 11, 2013 3:55:29 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
88886
Message:

VMM/HMVMXR0: Temporary workaround, intercept CR0.PE changes with UX.

File:
1 edited

Legend:

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

    r48426 r48436  
    31153115                    | X86_CR0_CD    /* Bit ignored on VM-entry and VM-exit. Don't let the guest modify the host CR0.CD */
    31163116                    | 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
    31173120        if (pVM->hm.s.vmx.fUnrestrictedGuest)
    31183121            u32CR0Mask &= ~X86_CR0_PE;
     3122#endif
    31193123        if (pVM->hm.s.fNestedPaging)
    31203124            u32CR0Mask &= ~X86_CR0_WP;
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