vbox的更動 13375 路徑 trunk/include
- 時間撮記:
- 2008-10-17 下午02:18:29 (16 年 以前)
- 位置:
- trunk/include/VBox
- 檔案:
-
- 修改 4 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/include/VBox/em.h
r13351 r13375 56 56 /** Hardware accelerated raw-mode execution. */ 57 57 EMSTATE_HWACC, 58 /** PARAV function. */ 59 EMSTATE_PARAV, 58 60 /** Recompiled mode execution. */ 59 61 EMSTATE_REM, -
trunk/include/VBox/err.h
r12079 r13375 154 154 * interrupts having changed the EIP. */ 155 155 #define VINF_EM_RESCHEDULE 1117 156 /** PARAV call */ 157 #define VINF_EM_RESCHEDULE_PARAV 1118 156 158 /** Last scheduling related status code. (inclusive) */ 157 #define VINF_EM_LAST 111 7159 #define VINF_EM_LAST 1118 158 160 159 161 /** Reason for leaving GC: Guest trap which couldn't be handled in GC. … … 1274 1276 /** @} */ 1275 1277 1278 1279 /** @name VBox PARAV Status Codes 1280 * @{ 1281 */ 1282 /** Switch back to host */ 1283 #define VINF_PARAV_SWITCH_TO_HOST 4400 1284 1285 /** @} */ 1286 1276 1287 /* SED-END */ 1277 1288 -
trunk/include/VBox/mm.h
r12989 r13375 162 162 MM_TAG_MM_LOOKUP_VIRT, 163 163 MM_TAG_MM_PAGE, 164 165 MM_TAG_PARAV, 164 166 165 167 MM_TAG_PATM, -
trunk/include/VBox/vm.h
r13350 r13375 487 487 * This is placed here for performance reasons. */ 488 488 bool fHWACCMEnabled; 489 490 /** PARAV enabled flag. */ 491 bool fPARAVEnabled; 489 492 /** @} */ 490 493 … … 632 635 } csam; 633 636 637 /** PARAV part. */ 638 union 639 { 640 #ifdef ___PARAVInternal_h 641 struct PARAV s; 642 #endif 643 char padding[128]; 644 } parav; 645 634 646 /** EM part. */ 635 647 union
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器