VirtualBox

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


Ignore:
Timestamp:
Jul 9, 2010 3:32:12 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
63558
Message:

VT-x: fix 32-bit EFI guests

File:
1 edited

Legend:

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

    r30590 r30768  
    15821582              | X86_CR0_PG  /* Must monitor this bit (assumptions are made for real mode & protected mode without paging emulation) */
    15831583              | X86_CR0_CD  /* Bit not restored during VM-exit! */
    1584               | X86_CR0_NW; /* Bit not restored during VM-exit! */
     1584              | X86_CR0_NW /* Bit not restored during VM-exit! */
     1585              | X86_CR0_NE;
    15851586
    15861587        /* When the guest's FPU state is active, then we no longer care about
     
    15881589         */
    15891590        if (CPUMIsGuestFPUStateActive(pVCpu) == false)
    1590             val |= X86_CR0_TS | X86_CR0_ET | X86_CR0_NE | X86_CR0_MP;
     1591            val |= X86_CR0_TS | X86_CR0_ET | X86_CR0_MP;
    15911592
    15921593        pVCpu->hwaccm.s.vmx.cr0_mask = val;
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