Changeset 13345 in vbox for trunk/src/VBox/VMM/HWACCM.cpp
- Timestamp:
- Oct 16, 2008 3:14:08 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/HWACCM.cpp
r13343 r13345 904 904 { 905 905 PGMMODE enmGuestMode = PGMGetGuestMode(pVM); 906 /* Correct weird requirements for switching to protected mode. */ 906 /* Verify the requirements for executing code in protected mode. VT-x can't handle the CPU state right after a switch 907 * from real to protected mode. (all sorts of RPL & DPL assumptions) 908 */ 907 909 if ( pVM->hwaccm.s.vmx.enmCurrGuestMode == PGMMODE_REAL 908 910 && enmGuestMode >= PGMMODE_PROTECTED)
Note:
See TracChangeset
for help on using the changeset viewer.