VirtualBox

vbox的更動 13960 路徑 trunk/include/VBox/vm.h


忽略:
時間撮記:
2008-11-7 下午01:04:45 (16 年 以前)
作者:
vboxsync
訊息:

Moved guest and host CPU contexts into per-VCPU array.

檔案:
修改 1 筆資料

圖例:

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

    r13898 r13960  
    107107        struct CPUMCPU      s;
    108108#endif
    109         char                padding[4096];      /* multiple of 32 */
     109        char                padding[2048];      /* multiple of 32 */
    110110    } cpum;
    111111    /** VMM part. */
     
    570570    STAMPROFILEADV      StatSwitcherTSS;
    571571
    572 /** @todo Realign everything on 64 byte boundraries to better match the
     572/** @todo Realign everything on 64 byte boundaries to better match the
    573573 *        cache-line size. */
    574574    /* padding - the unions must be aligned on 32 bytes boundraries. */
     
    581581        struct CPUM s;
    582582#endif
    583         char        padding[4416];      /* multiple of 32 */
     583        char        padding[4096];      /* multiple of 32 */
    584584    } cpum;
    585585
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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