Changeset 17682 in vbox
- Timestamp:
- Mar 11, 2009 12:01:31 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 44183
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
r17532 r17682 1617 1617 1618 1618 eflags.Bits.u1VM = 1; 1619 eflags.Bits.u2IOPL = 3;1620 1619 } 1621 1620 #endif /* HWACCM_VMX_EMULATE_REALMODE */ … … 1797 1796 /* Hide our emulation flags */ 1798 1797 pCtx->eflags.Bits.u1VM = 0; 1799 pCtx->eflags.Bits.u2IOPL = pVCpu->hwaccm.s.vmx.RealMode.eflags.Bits.u2IOPL;1800 1798 1801 1799 /* Force a TR resync every time in case we switch modes. */
Note:
See TracChangeset
for help on using the changeset viewer.