VirtualBox

vbox的更動 13375 路徑 trunk/include


忽略:
時間撮記:
2008-10-17 下午02:18:29 (16 年 以前)
作者:
vboxsync
訊息:

some (disabled) VMI bits

位置:
trunk/include/VBox
檔案:
修改 4 筆資料

圖例:

未更動
新增
刪除
  • trunk/include/VBox/em.h

    r13351 r13375  
    5656    /** Hardware accelerated raw-mode execution. */
    5757    EMSTATE_HWACC,
     58    /** PARAV function. */
     59    EMSTATE_PARAV,
    5860    /** Recompiled mode execution. */
    5961    EMSTATE_REM,
  • trunk/include/VBox/err.h

    r12079 r13375  
    154154 * interrupts having changed the EIP. */
    155155#define VINF_EM_RESCHEDULE                  1117
     156/** PARAV call */
     157#define VINF_EM_RESCHEDULE_PARAV            1118
    156158/** Last scheduling related status code. (inclusive) */
    157 #define VINF_EM_LAST                        1117
     159#define VINF_EM_LAST                        1118
    158160
    159161/** Reason for leaving GC: Guest trap which couldn't be handled in GC.
     
    12741276/** @} */
    12751277
     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
    12761287/* SED-END */
    12771288
  • trunk/include/VBox/mm.h

    r12989 r13375  
    162162    MM_TAG_MM_LOOKUP_VIRT,
    163163    MM_TAG_MM_PAGE,
     164
     165    MM_TAG_PARAV,
    164166
    165167    MM_TAG_PATM,
  • trunk/include/VBox/vm.h

    r13350 r13375  
    487487     * This is placed here for performance reasons. */
    488488    bool                fHWACCMEnabled;
     489
     490    /** PARAV enabled flag. */
     491    bool                fPARAVEnabled;
    489492    /** @} */
    490493
     
    632635    } csam;
    633636
     637    /** PARAV part. */
     638    union
     639    {
     640#ifdef ___PARAVInternal_h
     641        struct PARAV s;
     642#endif
     643        char        padding[128];
     644    } parav;
     645
    634646    /** EM part. */
    635647    union
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette