VirtualBox

Changeset 17687 in vbox


Ignore:
Timestamp:
Mar 11, 2009 12:34:29 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
44188
Message:

Backed out 44183

File:
1 edited

Legend:

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

    r17682 r17687  
    16171617
    16181618        eflags.Bits.u1VM   = 1;
     1619        eflags.Bits.u2IOPL = 3;
    16191620    }
    16201621#endif /* HWACCM_VMX_EMULATE_REALMODE */
     
    17961797        /* Hide our emulation flags */
    17971798        pCtx->eflags.Bits.u1VM   = 0;
     1799        pCtx->eflags.Bits.u2IOPL = pVCpu->hwaccm.s.vmx.RealMode.eflags.Bits.u2IOPL;
    17981800
    17991801        /* Force a TR resync every time in case we switch modes. */
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