Changeset 2237 in vbox for trunk/src/VBox/VMM/HWACCM.cpp
- Timestamp:
- Apr 19, 2007 3:37:57 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/HWACCM.cpp
r2229 r2237 457 457 Assert(pVM->fHWACCMEnabled); 458 458 459 #if 0460 459 /* AMD SVM supports real & protected mode with or without paging. */ 461 460 if (pVM->hwaccm.s.svm.fEnabled) … … 464 463 return true; 465 464 } 466 #endif467 465 468 466 /* @todo we can support real-mode by using v86 and protected mode without paging with identity mapped pages. … … 517 515 return true; 518 516 } 517 #if 0 519 518 else 520 519 if (pVM->hwaccm.s.svm.fEnabled) … … 523 522 return true; 524 523 } 525 524 #endif 525 526 526 return false; 527 527 }
Note:
See TracChangeset
for help on using the changeset viewer.