VirtualBox

Changeset 17682 in vbox


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

No need to set IOPL to 3 as the io bitmap allows all IO (VT-x - realmode).

File:
1 edited

Legend:

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

    r17532 r17682  
    16171617
    16181618        eflags.Bits.u1VM   = 1;
    1619         eflags.Bits.u2IOPL = 3;
    16201619    }
    16211620#endif /* HWACCM_VMX_EMULATE_REALMODE */
     
    17971796        /* Hide our emulation flags */
    17981797        pCtx->eflags.Bits.u1VM   = 0;
    1799         pCtx->eflags.Bits.u2IOPL = pVCpu->hwaccm.s.vmx.RealMode.eflags.Bits.u2IOPL;
    18001798
    18011799        /* Force a TR resync every time in case we switch modes. */
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