Changeset 34564 in vbox
- Timestamp:
- Dec 1, 2010 11:49:37 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/HWACCM.cpp
r34326 r34564 2398 2398 /** The VMM device heap is a requirement for emulating real mode or protected mode without paging when the unrestricted guest execution feature is missing. (VT-x only) */ 2399 2399 if ( pVM->hwaccm.s.vmx.fEnabled 2400 && !pVM->hwaccm.s.vmx.fUnrestrictedGuest 2400 2401 && !CPUMIsGuestInPagedProtectedModeEx(pCtx) 2401 2402 && !PDMVMMDevHeapIsEnabled(pVM)
Note:
See TracChangeset
for help on using the changeset viewer.