VirtualBox

vbox的更動 13778 路徑 trunk/include


忽略:
時間撮記:
2008-11-4 上午09:45:27 (16 年 以前)
作者:
vboxsync
訊息:

Per VCPU init/term.

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

圖例:

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

    r13532 r13778  
    961961
    962962VMMR3DECL(int)          CPUMR3Init(PVM pVM);
     963VMMR3DECL(int)          CPUMR3InitCPU(PVM pVM);
    963964VMMR3DECL(void)         CPUMR3Relocate(PVM pVM);
    964965VMMR3DECL(int)          CPUMR3Term(PVM pVM);
     966VMMR3DECL(int)          CPUMR3TermCPU(PVM pVM);
    965967VMMR3DECL(void)         CPUMR3Reset(PVM pVM);
    966968VMMR3DECL(int)          CPUMR3QueryGuestCtxGCPtr(PVM pVM, RCPTRTYPE(PCPUMCTX) *ppCtx);
  • trunk/include/VBox/em.h

    r13565 r13778  
    166166 */
    167167VMMR3DECL(int)      EMR3Init(PVM pVM);
     168VMMR3DECL(int)      EMR3InitCPU(PVM pVM);
    168169VMMR3DECL(void)     EMR3Relocate(PVM pVM);
    169170VMMR3DECL(void)     EMR3Reset(PVM pVM);
    170171VMMR3DECL(int)      EMR3Term(PVM pVM);
     172VMMR3DECL(int)      EMR3TermCPU(PVM pVM);
    171173VMMR3DECL(DECLNORETURN(void)) EMR3FatalError(PVM pVM, int rc);
    172174VMMR3DECL(int)      EMR3ExecuteVM(PVM pVM);
  • trunk/include/VBox/hwaccm.h

    r13517 r13778  
    101101VMMR3DECL(bool) HWACCMR3IsEventPending(PVM pVM);
    102102VMMR3DECL(int)  HWACCMR3Init(PVM pVM);
     103VMMR3DECL(int)  HWACCMR3InitCPU(PVM pVM);
    103104VMMR3DECL(int)  HWACCMR3InitFinalizeR0(PVM pVM);
    104105VMMR3DECL(void) HWACCMR3Relocate(PVM pVM);
    105106VMMR3DECL(int)  HWACCMR3Term(PVM pVM);
     107VMMR3DECL(int)  HWACCMR3TermCPU(PVM pVM);
    106108VMMR3DECL(void) HWACCMR3Reset(PVM pVM);
    107109VMMR3DECL(void) HWACCMR3CheckError(PVM pVM, int iStatusCode);
  • trunk/include/VBox/pgm.h

    r13387 r13778  
    477477 */
    478478VMMR3DECL(int)      PGMR3Init(PVM pVM);
     479VMMR3DECL(int)      PGMR3InitCPU(PVM pVM);
    479480VMMR3DECL(int)      PGMR3InitDynMap(PVM pVM);
    480481VMMR3DECL(int)      PGMR3InitFinalize(PVM pVM);
     
    482483VMMR3DECL(void)     PGMR3Reset(PVM pVM);
    483484VMMR3DECL(int)      PGMR3Term(PVM pVM);
     485VMMR3DECL(int)      PGMR3TermCPU(PVM pVM);
    484486VMMR3DECL(int)      PGMR3LockCall(PVM pVM);
    485487VMMR3DECL(int)      PGMR3ChangeShwPDMappings(PVM pVM, bool fEnable);
  • trunk/include/VBox/tm.h

    r13633 r13778  
    209209 */
    210210VMMR3DECL(int)    TMR3Init(PVM pVM);
     211VMMR3DECL(int)    TMR3InitCPU(PVM pVM);
    211212VMMR3DECL(int)    TMR3InitFinalize(PVM pVM);
    212213VMMR3DECL(void)   TMR3Relocate(PVM pVM, RTGCINTPTR offDelta);
    213214VMMR3DECL(int)    TMR3Term(PVM pVM);
     215VMMR3DECL(int)    TMR3TermCPU(PVM pVM);
    214216VMMR3DECL(void)   TMR3Reset(PVM pVM);
    215217VMMR3DECL(int)    TMR3GetImportRC(PVM pVM, const char *pszSymbol, PRTRCPTR pRCPtrValue);
  • trunk/include/VBox/vmm.h

    r13714 r13778  
    121121 */
    122122VMMR3DECL(int)      VMMR3Init(PVM pVM);
     123VMMR3DECL(int)      VMMR3InitCPU(PVM pVM);
    123124VMMR3DECL(int)      VMMR3InitFinalize(PVM pVM);
    124125VMMR3DECL(int)      VMMR3InitR0(PVM pVM);
    125126VMMR3DECL(int)      VMMR3InitRC(PVM pVM);
    126127VMMR3DECL(int)      VMMR3Term(PVM pVM);
     128VMMR3DECL(int)      VMMR3TermCPU(PVM pVM);
    127129VMMR3DECL(void)     VMMR3Relocate(PVM pVM, RTGCINTPTR offDelta);
    128130VMMR3DECL(int)      VMMR3UpdateLoggers(PVM pVM);
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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