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