Changeset 43566 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Oct 8, 2012 3:37:23 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
r43519 r43566 1755 1755 } 1756 1756 pVCpu->hm.s.vmx.enmLastSeenGuestMode = enmGuestMode; 1757 }1758 else if ( CPUMIsGuestInRealModeEx(pCtx)1759 && pCtx->cs.u64Base == 0xffff0000)1760 {1761 /* VT-x will fail with a guest invalid state otherwise... (CPU state after a reset) */1762 pCtx->cs.u64Base = 0xf0000;1763 pCtx->cs.Sel = 0xf000;1764 1757 } 1765 1758 }
Note:
See TracChangeset
for help on using the changeset viewer.