VirtualBox

vbox的更動 13782 路徑 trunk/include


忽略:
時間撮記:
2008-11-4 下午12:16:30 (16 年 以前)
作者:
vboxsync
訊息:

More SMP groundwork.

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

圖例:

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

    r13755 r13782  
    3636#include <VBox/types.h>
    3737
     38/* Forward decl. */
     39struct UVM;
     40
    3841/**
    3942 * Per virtual CPU ring-3 (user mode) data.
     
    4144typedef struct UVMCPU
    4245{
    43     uint32_t     uFiller;
     46    struct UVM                     *pUVM;
     47    RTCPUID                         idCPU;
     48
    4449    /** The VM internal data. */
    4550    struct
     
    5055        uint8_t                     padding[768];
    5156    } vm;
    52 } UVMCPU;
     57} UVMCPU, *PUVMCPU;
    5358
    5459/**
  • trunk/include/VBox/vmapi.h

    r13765 r13782  
    272272    VMREQDEST_CPU0          = 0,
    273273
    274     /** Request packet for the VM (any VCPU can handle it). */
    275     VMREQDEST_ALL           = -1
     274    /** Request packet for all VMCPU threads. */
     275    VMREQDEST_BROADCAST     = 0x1000,
     276
     277    /** Request packet for any VMCPU thread. */
     278    VMREQDEST_ANY           = 0x1001
    276279} VMREQDEST;
    277280
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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