VirtualBox

Changeset 5442 in vbox for trunk/src


Ignore:
Timestamp:
Oct 23, 2007 2:20:11 PM (17 years ago)
Author:
vboxsync
Message:

VT-x: Restore CR4 again; don't leave the X86_CR4_VMXE flag set if it wasn't so before (some software could incorrectly think it's in VMX mode)

File:
1 edited

Legend:

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

    r4598 r5442  
    152152#endif
    153153                    }
     154                    /* Restore CR4 again; don't leave the X86_CR4_VMXE flag set if it wasn't so before (some software could incorrectly think it's in VMX mode) */
     155                    ASMSetCR4(pVM->hwaccm.s.vmx.hostCR4);
    154156                }
    155157                else
Note: See TracChangeset for help on using the changeset viewer.

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