vbox的更動 13782 路徑 trunk/include
- 時間撮記:
- 2008-11-4 下午12:16:30 (16 年 以前)
- 位置:
- trunk/include/VBox
- 檔案:
-
- 修改 2 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/include/VBox/uvm.h
r13755 r13782 36 36 #include <VBox/types.h> 37 37 38 /* Forward decl. */ 39 struct UVM; 40 38 41 /** 39 42 * Per virtual CPU ring-3 (user mode) data. … … 41 44 typedef struct UVMCPU 42 45 { 43 uint32_t uFiller; 46 struct UVM *pUVM; 47 RTCPUID idCPU; 48 44 49 /** The VM internal data. */ 45 50 struct … … 50 55 uint8_t padding[768]; 51 56 } vm; 52 } UVMCPU ;57 } UVMCPU, *PUVMCPU; 53 58 54 59 /** -
trunk/include/VBox/vmapi.h
r13765 r13782 272 272 VMREQDEST_CPU0 = 0, 273 273 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 276 279 } VMREQDEST; 277 280
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器